![]() |
KVIrc 5.2.6
Developer APIs
|
Toolkit Abstraction Layer: application class. More...
#include <KviTalApplication.h>
Public Slots | |
virtual void | commitData (QSessionManager &manager) |
Commits the data and save the session. | |
Public Member Functions | |
KviTalApplication (int &iArgc, char **ppcArgv) | |
Constructs the application object. | |
virtual void | saveConfiguration ()=0 |
Saves configuration to disk. | |
~KviTalApplication () | |
Destructs the application object. | |
Toolkit Abstraction Layer: application class.
KviTalApplication::KviTalApplication | ( | int & | iArgc, |
char ** | ppcArgv ) |
Constructs the application object.
iArgc | The number of arguments |
ppcArgv | The arguments list |
References commitData().
Referenced by KviApplication::KviApplication().
|
default |
Destructs the application object.
|
virtualslot |
Commits the data and save the session.
manager | The session manager |
References saveConfiguration().
Referenced by KviTalApplication(), and saveConfiguration().
|
pure virtual |