PictureCrypt  1.4.1
An image-steganography project
Public Slots | Public Member Functions | Public Attributes | List of all members
ControllerPC Class Reference

The ControllerPC class Controller class, which controls View and Model layers. More...

#include <controllerpc.h>

Inheritance diagram for ControllerPC:
Inheritance graph
[legend]
Collaboration diagram for ControllerPC:
Collaboration graph
[legend]

Public Slots

void abortCircuit ()
 ControllerPC::abortCircuit Slot to be called when ProgressDialog in ViewPC is closed. It flags ModelPC to stop. More...
 
void setJPHSDir (QString dir)
 ControllerPC::setJPHSDir Sets JPHS default dir. More...
 

Public Member Functions

 ControllerPC ()
 ControllerPC::ControllerPC Constructor of controller Constructor runs auto-test for ModelPC, creates Model Class (ModelPC) and View Class (ViewPC). All signals and slots are connected here. More...
 

Public Attributes

long int version
 version Version of the app More...
 
QString versionString
 versionString Version of the app as QString. More...
 

Detailed Description

The ControllerPC class Controller class, which controls View and Model layers.

See also
ViewPC, ModelPC

Definition at line 20 of file controllerpc.h.

Constructor & Destructor Documentation

ControllerPC::ControllerPC ( )

ControllerPC::ControllerPC Constructor of controller Constructor runs auto-test for ModelPC, creates Model Class (ModelPC) and View Class (ViewPC). All signals and slots are connected here.

Controller class

Note
Version of the app is specified here.

Definition at line 9 of file controllerpc.cpp.

Here is the call graph for this function:

Member Function Documentation

void ControllerPC::abortCircuit ( )
slot

ControllerPC::abortCircuit Slot to be called when ProgressDialog in ViewPC is closed. It flags ModelPC to stop.

Definition at line 36 of file controllerpc.cpp.

Here is the caller graph for this function:

void ControllerPC::setJPHSDir ( QString  dir)
slot

ControllerPC::setJPHSDir Sets JPHS default dir.

Parameters
dirDirectory

Definition at line 44 of file controllerpc.cpp.

Here is the caller graph for this function:

Member Data Documentation

long int ControllerPC::version

version Version of the app

Definition at line 28 of file controllerpc.h.

QString ControllerPC::versionString

versionString Version of the app as QString.

Definition at line 32 of file controllerpc.h.


The documentation for this class was generated from the following files: