#include <ArServerSimpleCommands.h>
Public Member Functions | |
| ArServerSimplePopup (ArServerHandlerCommands *commands, ArServerHandlerPopup *popupHandler) | |
| Constructor. | |
| void | simplePopup (ArArgumentBuilder *arg) |
| Handles the command. | |
| virtual | ~ArServerSimplePopup () |
| Destructor. | |
Protected Attributes | |
| ArServerHandlerCommands * | myCommands |
| ArServerHandlerPopup * | myPopupHandler |
| ArFunctor1C< ArServerSimplePopup, ArArgumentBuilder * > | mySimplePopupCB |
Definition at line 213 of file ArServerSimpleCommands.h.
|
||||||||||||
|
Constructor.
Definition at line 566 of file ArServerSimpleCommands.cpp. References ArServerHandlerCommands::addStringCommand(), myCommands, myPopupHandler, and mySimplePopupCB. |
|
|
Destructor.
Definition at line 579 of file ArServerSimpleCommands.cpp. |
|
|
Handles the command.
Definition at line 583 of file ArServerSimpleCommands.cpp. References ArServerHandlerPopup::createPopup(), ArLog::log(), and myPopupHandler. |
|
|
Definition at line 224 of file ArServerSimpleCommands.h. Referenced by ArServerSimplePopup(). |
|
|
Definition at line 225 of file ArServerSimpleCommands.h. Referenced by ArServerSimplePopup(), and simplePopup(). |
|
|
Definition at line 226 of file ArServerSimpleCommands.h. Referenced by ArServerSimplePopup(). |
1.4.0