#include <CmdColor.h>
Inheritance diagram for CmdColorChange:
Public Methods | |
CmdColorChange (const char *, float, float, float) | |
~CmdColorChange () | |
Public Attributes | |
char * | color |
float | newR |
float | newG |
float | newB |
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 48 of file CmdColor.h.
|
Definition at line 60 of file CmdColor.C. |
|
Definition at line 68 of file CmdColor.C. References color. |
|
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 54 of file CmdColor.C. References Command::cmdText, color, newB, newG, and newR. |
|
Definition at line 50 of file CmdColor.h. Referenced by CmdColorChange, create_text, and ~CmdColorChange. |
|
Definition at line 51 of file CmdColor.h. Referenced by CmdColorChange, and create_text. |
|
Definition at line 51 of file CmdColor.h. Referenced by CmdColorChange, and create_text. |
|
Definition at line 51 of file CmdColor.h. Referenced by CmdColorChange, and create_text. |