PictureCrypt
1.4.1
An image-steganography project
|
The ControllerPC class Controller class, which controls View and Model layers. More...
#include <controllerpc.h>
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... | |
The ControllerPC class Controller class, which controls View and Model layers.
Definition at line 20 of file controllerpc.h.
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
Definition at line 9 of file controllerpc.cpp.
|
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.
|
slot |
ControllerPC::setJPHSDir Sets JPHS default dir.
dir | Directory |
Definition at line 44 of file controllerpc.cpp.
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.