#include <CmdLabel.h>
Inheritance diagram for CmdLabelAdd:
Public Methods | |
CmdLabelAdd (const char *, int, int *molid, int *atomid) | |
constructor: category name, # items, item molid's, item atomid's. More... | |
~CmdLabelAdd (void) | |
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 33 of file CmdLabel.h.
|
constructor: category name, # items, item molid's, item atomid's.
Definition at line 53 of file CmdLabel.C. |
|
Definition at line 73 of file CmdLabel.C. |
|
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 66 of file CmdLabel.C. References Command::cmdText. |