KStartupInfoId Class Reference
Class representing an identification of application startup notification. More...
#include <kstartupinfo.h>
| Public Member Functions | |
| bool | operator== (const KStartupInfoId &id) const | 
| bool | operator!= (const KStartupInfoId &id) const | 
| bool | none () const | 
| void | initId (const QCString &id="") | 
| const QCString & | id () const | 
| bool | setupStartupEnv () const | 
| KStartupInfoId () | |
| KStartupInfoId (const KStartupInfoId &data) | |
| KStartupInfoId & | operator= (const KStartupInfoId &data) | 
| bool | operator< (const KStartupInfoId &id) const | 
| Friends | |
| class | KStartupInfo | 
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
- Author:
- Lubos Lunak <l.lunak@kde.org>
- Version:
- Id
- kstartupinfo.h,v 1.28 2003/10/23 17:40:25 lunakl Exp
 
Definition at line 379 of file kstartupinfo.h.
Constructor & Destructor Documentation
| 
 | 
| Creates an empty identification. 
 | 
| 
 | 
| Copy constructor. 
 | 
Member Function Documentation
| 
 | 
| Overloaded operator. 
 
 | 
| 
 | 
| Overloaded operator. 
 
 | 
| 
 | 
| Checks whether the identifier is valid. 
 
 Referenced by KUniqueApplication::start(). | 
| 
 | 
| 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. 
 
 Referenced by KUniqueApplication::start(). | 
| 
 | 
| Returns the notification identifier as string. 
 
 Referenced by KUniqueApplication::start(). | 
| 
 | 
| Sets the startup notification environment variable to this identification. 
 
 | 
The documentation for this class was generated from the following file:

