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