KVIrc  4.9.2
DeveloperAPIs
Public Slots | Public Member Functions | List of all members
KviTalApplication Class Referenceabstract

defined(COMPILE_KDE4_SUPPORT) More...

#include <KviTalApplication.h>

+ Inheritance diagram for KviTalApplication:

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...
 

Detailed Description

defined(COMPILE_KDE4_SUPPORT)

Toolkit Abstraction Layer: application class.

defined(COMPILE_KDE4_SUPPORT)

Constructor & Destructor Documentation

KviTalApplication::KviTalApplication ( int &  iArgc,
char **  ppcArgv 
)

Constructs the application object.

defined(COMPILE_KDE4_SUPPORT)

Parameters
iArgcThe number of arguments
ppcArgvThe arguments list
Returns
KviTalApplication

References connect().

KviTalApplication::~KviTalApplication ( )
default

Destructs the application object.

defined(COMPILE_KDE4_SUPPORT)

Member Function Documentation

void KviTalApplication::commitData ( QSessionManager &  manager)
virtualslot

Commits the data and save the session.

Parameters
managerThe session manager
Returns
void

References saveConfiguration().

virtual void KviTalApplication::saveConfiguration ( )
pure virtual

Saves configuration to disk.

Returns
void

Referenced by commitData().


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