class KStartupInfoId

Class representing an identification of application startup notification. More...

Definition#include <kstartupinfo.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

Class representing an identification of application startup notification.

Every existing notification about a starting application has its own unique identification, that's used to identify and manipulate the notification.

See also: KStartupInfo, KStartupInfoData

bool  operator== ( const KStartupInfoId& id )

operator==

[const]

Returns: true if the notification identifications are the same

bool  operator!= ( const KStartupInfoId& id )

operator!=

[const]

Returns: true if the notification identifications are different

bool  none ()

none

[const]

Returns: true if this object doesn't represent a valid notification identification

void  initId ( const QCString& id = "" )

initId

Initializes this object with the given identification ( which may be also "0" for no notification ), or if "" is given, tries to read it from the startup notification environment variable, and if it's not set, creates a new one.

const QCString&  id ()

id

[const]

Returns: the identification string for the notification

bool  setupStartupEnv ()

setupStartupEnv

[const]

Sets the startup notification environment variable to this identification.

 KStartupInfoId ()

KStartupInfoId

Creates an empty identification

 KStartupInfoId ( const KStartupInfoId& data )

KStartupInfoId

 ~KStartupInfoId ()

~KStartupInfoId

KStartupInfoId&  operator= ( const KStartupInfoId& data )

operator=

bool  operator< ( const KStartupInfoId& id )

operator<

[const]