#include <Command.h>
Inheritance diagram for Command:

Definition at line 45 of file Command.h.
|
|
Definition at line 50 of file Command.h. Referenced by Command, gettype, and CommandQueue::runcommand. |
|
|
constructor ... command type, max length of text command, UI id constructor for derived class should print text rep of this command to the stream 'cmdText'.
Definition at line 115 of file Command.h. References Cmdtype. |
|
|
destructor; free string spaced used for text rep of this command.
|
|
|
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 in CmdAnimDir. Definition at line 107 of file Command.h. Referenced by has_text. |
|
|
return unique ID code of this command.
Definition at line 130 of file Command.h. References Cmdtype. Referenced by CommandQueue::runcommand. |
|
|
if a Tcl text equivalent is available, write it into the given stream return whether this command has a text equivalent.
Definition at line 123 of file Command.h. References create_text. Referenced by VMDCollab::act_on_command, and UIText::act_on_command. |
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002