|
|
Access to KDE global objects for use in shared libraries. In practical terms, this class is used in KDE components. This allows components to store things that normally would be accessed by KGlobal.
|
Constructor
Parameters:
instanceName | the name of the instance |
|
Constructor
Parameters:
aboutData | data about this instance (see KAboutData) |
~ |
[virtual]
Destructor.
KStandardDirs * |
[const]
Retrieve the application standard dirs object.
KConfig * |
[const]
Retrieve the general config object.
KIconLoader * |
[const]
Retrieve an iconloader object.
const KAboutData * |
[const]
Returns: the about data of this instance Warning, can be 0L
QCString |
[const]
Returns: the instance name
|
[protected]
Copy Constructor is not allowed