class KStartupInfoId |
|
|
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 See also KStartupInfoData
Author Lubos Lunak |
|
|
|
|
Creates an empty identification |
|
Copy constructor. |
|
|
Returns the notification identifier as string. Returns the identification string for the notification |
|
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. id - the new identification, "0" for no notification or "" to read the environment variable |
|
Checks whether the identifier is valid. Returns true if this object doesn't represent a valid notification identification |
|
Sets the startup notification environment variable to this identification. Returns true if successful, false otherwise |
|
Return the user timestamp for the startup notification, or 0 if no timestamp is set. |