![]() |
KVIrc 5.2.0
Developer APIs
|
Holds the categories of an action. More...
#include <KviAction.h>
Public Member Functions | |
const QString & | description () const |
Returns the description of the category. | |
KviActionCategory (QString szName, QString szVisibleName, QString szDescription) | |
Constructs an action category object. | |
const QString & | name () const |
Returns the name of the category. | |
const QString & | visibleName () const |
Returns the visible name of the category. | |
Protected Attributes | |
QString | m_szDescription |
QString | m_szName |
QString | m_szVisibleName |
Holds the categories of an action.
Known categories are: general (or empty), irc, script
|
inline |
Constructs an action category object.
szName | The name of the category |
szVisibleName | Permanent visible name, visible at least in the action drawer |
szDescription | Description of the category |
|
inline |
Returns the description of the category.
Referenced by KviActionDrawer::fill().
|
inline |
Returns the name of the category.
Referenced by ActionEditor::ActionEditor().
|
inline |
Returns the visible name of the category.
Referenced by KviActionDrawer::fill().
|
protected |
|
protected |
|
protected |