#include <CmdMol.h>
Inheritance diagram for CmdMolColor:
Public Methods | |
CmdMolColor (const char *newsel) | |
virtual | ~CmdMolColor (void) |
Public Attributes | |
char * | sel |
new color command (if NULL, print out current settings). More... | |
Protected Methods | |
virtual void | create_text (void) |
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 181 of file CmdMol.h.
|
Definition at line 190 of file CmdMol.h. References Command::MOL_COLOR, and sel. |
|
Definition at line 192 of file CmdMol.h. References sel. |
|
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 97 of file CmdMol.C. References Command::cmdText, and sel. |
|
new color command (if NULL, print out current settings).
Definition at line 184 of file CmdMol.h. Referenced by CmdMolColor, create_text, and ~CmdMolColor. |