class KInstance

Access to KDE global objects for use in shared libraries. More...

Definition#include <kinstance.h>
Inherited byKApplication, KUniqueApplication
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

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.

 KInstance ( const QCString& instanceName)

Constructor

Parameters:
instanceNamethe name of the instance

 KInstance ( const KAboutData * aboutData = 0L )

Constructor

Parameters:
aboutDatadata about this instance (see KAboutData)

KInstance ()

[virtual]

Destructor.

KStandardDirsdirs ()

[const]

Retrieve the application standard dirs object.

KConfigconfig ()

[const]

Retrieve the general config object.

KIconLoadericonLoader ()

[const]

Retrieve an iconloader object.

void  newIconLoader ()

[const]

Re-allocate the global iconloader.

const KAboutDataaboutData ()

[const]

Returns: the about data of this instance Warning, can be 0L

QCString  instanceName ()

[const]

Returns: the instance name

 KInstance ( const KInstance& )

[protected]

Copy Constructor is not allowed