#include <CmdMol.h>
Inheritance diagram for CmdMolActive:
Public Methods | |
CmdMolActive (int id, int on) | |
constructor: which molecule, new setting. More... | |
Public Attributes | |
int | whichMol |
int | yn |
new state for characteristic. 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 89 of file CmdMol.h.
|
constructor: which molecule, new setting.
Definition at line 99 of file CmdMol.h. References Command::MOL_ACTIVE, whichMol, and yn. |
|
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 67 of file CmdMol.C. References Command::cmdText, whichMol, and yn. |
|
Definition at line 95 of file CmdMol.h. Referenced by CmdMolActive, and create_text. |
|
new state for characteristic.
Definition at line 96 of file CmdMol.h. Referenced by CmdMolActive, and create_text. |