#include <CmdMol.h>
Inheritance diagram for CmdMolChangeRepItem:
Public Types | |
enum | RepData { COLOR, REP, SEL, MAT } |
Public Methods | |
CmdMolChangeRepItem (int rpos, int id, RepData rd, const char *s) | |
constructor: which rep, which mol, rep data. More... | |
virtual | ~CmdMolChangeRepItem (void) |
Public Attributes | |
int | whichMol |
which molecule. More... | |
int | repn |
which rep to change. More... | |
RepData | repData |
type of item to change. More... | |
char * | str |
new value. 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 240 of file CmdMol.h.
|
Definition at line 243 of file CmdMol.h. Referenced by CmdMolChangeRepItem. |
|
constructor: which rep, which mol, rep data.
Definition at line 254 of file CmdMol.h. References Command::MOL_MODREPITEM, repData, RepData, repn, str, and whichMol. |
|
Definition at line 259 of file CmdMol.h. References str. |
|
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 119 of file CmdMol.C. References Command::cmdText, COLOR, MAT, REP, repData, repn, SEL, str, and whichMol. |
|
type of item to change.
Definition at line 246 of file CmdMol.h. Referenced by CmdMolChangeRepItem, and create_text. |
|
which rep to change.
Definition at line 245 of file CmdMol.h. Referenced by CmdMolChangeRepItem, and create_text. |
|
new value.
Definition at line 247 of file CmdMol.h. Referenced by CmdMolChangeRepItem, create_text, and ~CmdMolChangeRepItem. |
|
which molecule.
Definition at line 244 of file CmdMol.h. Referenced by CmdMolChangeRepItem, and create_text. |