#include <ArServerHandlerPopup.h>
Public Member Functions | |
| PopupData (ArServerHandlerPopupInfo *popupInfo, ArTypes::Byte4 id, ArFunctor2< ArTypes::Byte4, int > *callback) | |
| Constructor (copies and owns popupInfo, leaves callback). | |
| virtual | ~PopupData () |
| Destructor, deleted the popup info. | |
Public Attributes | |
| ArFunctor2< ArTypes::Byte4, int > * | myCallback |
| The functor to call when its done. | |
| ArTypes::Byte4 | myID |
| The popup this was serving. | |
| ArServerHandlerPopupInfo * | myPopupInfo |
| The popup info. | |
| ArTime | myStarted |
| When we started this popup. | |
| ArServerHandlerPopup::PopupData::PopupData | ( | ArServerHandlerPopupInfo * | popupInfo, | |
| ArTypes::Byte4 | id, | |||
| ArFunctor2< ArTypes::Byte4, int > * | callback | |||
| ) |
Constructor (copies and owns popupInfo, leaves callback).
| ArServerHandlerPopup::PopupData::~PopupData | ( | ) | [virtual] |
Destructor, deleted the popup info.
The functor to call when its done.
The popup this was serving.
The popup info.
When we started this popup.
1.4.7