#include <log.hh>
Inheritance diagram for Qmms::Log::BaseCategory::
Public Methods | |
BaseCategory () | |
BaseCategory (const QString name) | |
virtual bool | isCategory ()=0 |
this purely virtual function makes this class abstract. More... | |
virtual | ~BaseCategory () |
virtual destructor does nothing. More... | |
QString | getName () const |
Accessor method. More... | |
Protected Attributes | |
QString | name |
Name of the BaseCategory. More... |
It is this type of class that inhabits the hierarchy BaseDict.
|
|
|
|
|
virtual destructor does nothing.
|
|
Accessor method.
|
|
this purely virtual function makes this class abstract.
Reimplemented in Qmms::Log::Category, and Qmms::Log::ProvisionNode. |
|
Name of the BaseCategory.
|