class KStartupInfoId |
|
|
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 |
|
Overloaded operator. Returns true if the notification identifications are different |
|
|
Overloaded operator. Returns true if the notification identifications are the same |
|
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. |