Go to the source code of this file.
Compounds | |
class | TGo4Command |
This is the Go4 Abstract Command Class; part of the Base command pattern. More... | |
Enumerations | |
enum | Go4CommandMode_t { kGo4ComModeRefused, kGo4ComModeObserver, kGo4ComModeController, kGo4ComModeAdministrator } |
These values define command execution rights. More... |
|
These values define command execution rights.
Definition at line 30 of file TGo4Command.h. Referenced by TGo4TaskManager::AddClient(), TGo4TaskManager::ClientLogin(), TGo4TaskManager::ConnectClient(), TGo4ClientTask::ConnectServer(), TGo4Master::ConnectSlave(), TGo4GUIRegistry::DisplayLog(), TGo4Command::GetMode(), TGo4Command::GetModeDescription(), TGo4Command::GetProtection(), TGo4TaskHandler::GetRole(), TGo4TaskManager::ServeClient(), TGo4TaskHandler::ServerLogin(), TGo4ComConnectSlave::SetLogin(), TGo4Command::SetMode(), TGo4Command::SetProtection(), TGo4TaskHandler::SetRole(), and TGo4StartClientSlots::StartClient(). |