![]() |
MAK RTIspy API Documentation for HLA Evolved
|
DtPopupHelper is a base popupHelper class. More...
Inheritance diagram for DtPopupHelper:
Collaboration diagram for DtPopupHelper:Public Member Functions | |
| virtual | ~DtPopupHelper () |
| Destructor. More... | |
| DtPopupHelper () | |
| Default Ctor disabled. More... | |
| DtPopupHelper (const DtPopupHelper &orig) | |
| Copy and assignment operators are disabled. More... | |
| DtPopupHelper & | operator= (DtPopupHelper const &orig) |
Static Public Member Functions | |
| static void | popupAssistantMessage (const MAKRti::DtString &text, MAKRti::DtOutputStream &stream=MAKRti::DtWarn, const MAKRti::DtString &advancedText=MAKRti::DtString("")) |
| Call theCreator function to create a popupMessage to the assistant. More... | |
| static void | setCreatorFunction (DtPopupHelperCreator creator) |
| Call this function to set an alternate creator function With this function, users can replace this DtPopupHelper with their own derived class. More... | |
Protected Member Functions | |
| DtPopupHelper (const MAKRti::DtString &text, const MAKRti::DtString &advancedText) | |
| Constructor. More... | |
Static Protected Attributes | |
| static DtPopupHelperCreator | theCreator |
DtPopupHelper is a base popupHelper class.
Its default factory constructor won't create an actual popup at the Assistant, but can be used by components that don't have a connection to the assistant. Once the factory method is reset to use the AssistantPopupHelper calls to DtPopupHelper::popupAssistantMessage will result in assistant Popups.
|
protected |
Constructor.
|
virtual |
Destructor.
| DtPopupHelper::DtPopupHelper | ( | ) |
Default Ctor disabled.
| DtPopupHelper::DtPopupHelper | ( | const DtPopupHelper & | orig | ) |
Copy and assignment operators are disabled.
| DtPopupHelper& DtPopupHelper::operator= | ( | DtPopupHelper const & | orig | ) |
|
static |
Call theCreator function to create a popupMessage to the assistant.
Also writes the output to the given output stream. default creator function needs to be overridden.
|
static |
Call this function to set an alternate creator function With this function, users can replace this DtPopupHelper with their own derived class.
|
staticprotected |