#include <ArServerSimpleCommands.h>
This class will let you make a popup in MobileEyes, mostly for testing
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 |