GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <TGo4ExampleCommandList.h>
Public Member Functions | |
TGo4ExampleCommandList () | |
~TGo4ExampleCommandList () | |
![]() | |
TGo4TaskHandlerCommandList (const char *name) | |
virtual | ~TGo4TaskHandlerCommandList () |
![]() | |
TGo4CommandProtoList (const char *name) | |
virtual | ~TGo4CommandProtoList () |
void | AddCommand (TGo4Command *com) |
Adds a Command to the list. | |
TGo4Command * | MakeCommand (const char *name) |
Creates a Clone of the specified command by name. | |
TGo4Command * | MakeCommand (TGo4RemoteCommand *remcon) |
Creates command by specifications in remote command. | |
TGo4CommandProtoList & | operator+= (const TGo4CommandProtoList &two) |
Adds second command list to this. | |
void | RemoveCommand (const char *name) |
removes command from list | |
virtual void | ShowCommands () |
Display all commands in list by name and description. | |
Definition at line 19 of file TGo4ExampleCommandList.h.
TGo4ExampleCommandList::TGo4ExampleCommandList | ( | ) |
Definition at line 23 of file TGo4ExampleCommandList.cxx.
References TGo4TaskHandlerCommandList::TGo4TaskHandlerCommandList(), and TGo4CommandProtoList::AddCommand().
TGo4ExampleCommandList::~TGo4ExampleCommandList | ( | ) |
Definition at line 19 of file TGo4ExampleCommandList.cxx.