#include <CmdMol.h>
Inheritance diagram for CmdMolSelect:
Public Methods | |
CmdMolSelect (const char *newsel) | |
virtual | ~CmdMolSelect (void) |
Public Attributes | |
char * | sel |
new selection 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 149 of file CmdMol.h.
|
Definition at line 158 of file CmdMol.h. References Command::MOL_SELECT, and sel. |
|
Definition at line 160 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 83 of file CmdMol.C. References Command::cmdText, and sel. |
|
new selection command (if NULL, print out current settings).
Definition at line 152 of file CmdMol.h. Referenced by CmdMolSelect, create_text, and ~CmdMolSelect. |