#include <CmdColor.h>
Inheritance diagram for CmdColorItem:
Public Methods | |
CmdColorItem (const char *cat, const char *nm, const char *def) | |
~CmdColorItem () | |
Public Attributes | |
char * | category |
char * | name |
char * | defcolor |
Protected Methods | |
virtual void | create_text () |
virtual function which is called when a text version of the command must be created to be printed to the console or a log file. More... |
|
Definition at line 99 of file CmdColor.C. |
|
Definition at line 105 of file CmdColor.C. |
|
virtual function which is called when a text version of the command must be created to be printed to the console or a log file.
Reimplemented from Command. Definition at line 110 of file CmdColor.C. References category, Command::cmdText, defcolor, and name. |
|
Definition at line 100 of file CmdColor.h. Referenced by CmdColorItem, create_text, and ~CmdColorItem. |
|
Definition at line 100 of file CmdColor.h. Referenced by CmdColorItem, create_text, and ~CmdColorItem. |
|
Definition at line 100 of file CmdColor.h. Referenced by CmdColorItem, create_text, and ~CmdColorItem. |