#include <log.hh>
Inheritance diagram for Qmms::Log::RootCategory::

Public Methods | |
| QString | getRootName () const |
| Accessor method. More... | |
| ~RootCategory () | |
| Destructor deletes the only instance of this class. More... | |
Static Public Methods | |
| RootCategory * | instance () |
| Use this method to get a pointer to the only instance of this class. More... | |
Private Methods | |
| RootCategory () | |
| Private constructor. More... | |
Static Private Attributes | |
| const QString | ROOTNAME |
the name of the root category (usually root. More... | |
| const QString | DEFAULT_LEVEL |
| the default level of this root category. More... | |
| RootCategory * | theInstance |
| Static pointer to a RootCategory object. More... | |
|
|
Private constructor. Not accessible except by the instance() method. |
|
|
Destructor deletes the only instance of this class.
|
|
|
Accessor method.
|
|
|
Use this method to get a pointer to the only instance of this class. Calls the private constructor if no object of this type yet exists, otherwise returns a pointer to the instance. |
|
|
the default level of this root category.
|
|
|
the name of the root category (usually
|
|
|
Static pointer to a RootCategory object. Used to ensure that no more than one RootCategory can be instantiated at any time. |
1.2.12 written by Dimitri van Heesch,
© 1997-2001