![]() |
MAK RTIspy API Documentation for HLA 1.3
|
The DtAssistantShowDialogMsg defines a wrapper for the messages sent to and from the Assistant to deliver commands to display a dialog. More...
Inheritance diagram for DtAssistantShowDialogMsg:
Collaboration diagram for DtAssistantShowDialogMsg:Public Types | |
| enum | DtAssistantShowDialogEnum { DoNotShowDialog, ShowConnections, ShowNotificationHistory, ShowFederations, ShowNetworkComponents, ShowMessageDump } |
Public Member Functions | |
| DtAssistantShowDialogMsg (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtAssistantShowDialogMsg (const DtNetAssistantShowDialogMsg *netRep, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| Constructor. | |
| DtAssistantShowDialogMsg (DtAssistantShowDialogEnum showDialog, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| virtual | ~DtAssistantShowDialogMsg () |
| Destructor. | |
| virtual DtAssistantMsg * | clone (bool copy=true) const |
| Return a copy/empty object of the same type as this. | |
| virtual void | setShowDialog (DtAssistantShowDialogEnum showDialog) |
| Get / Set the show dialog command value. | |
| virtual DtAssistantShowDialogEnum | showDialog () const |
| virtual void | printData () const |
| Print the data section. | |
Static Public Member Functions | |
| static DtAssistantMsg * | create (const DtNetAssistantMsgHeader *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creator. | |
| static DtAssistantMsg * | create (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) |
| Creator. | |
| static void | addCallback (DtRtiAssistantServer *conn, DtAssistantShowDialogMsgCb cb, void *usr) |
| Callback management. | |
| static void | removeCallback (DtRtiAssistantServer *conn, DtAssistantShowDialogMsgCb cb, void *usr) |
Protected Member Functions | |
| virtual DtNetAssistantShowDialogMsg * | netAssistantShowDialogMsg () |
| The network representation. | |
| virtual const DtNetAssistantShowDialogMsg * | netAssistantShowDialogMsg () const |
| virtual DtAssistantMsgKind | internalMsgKind () |
| Returns the kind of a DtAssistantShowDialogMsg Msg. | |
| virtual int | minSize () const |
| Returns minimum size of a message, including header. | |
The DtAssistantShowDialogMsg defines a wrapper for the messages sent to and from the Assistant to deliver commands to display a dialog.
| DtAssistantShowDialogMsg::DtAssistantShowDialogMsg | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
Constructor.
References DtAssistantMsg::initAssistantMsg(), internalMsgKind(), and minSize().
| DtAssistantShowDialogMsg::DtAssistantShowDialogMsg | ( | const DtNetAssistantShowDialogMsg * | netRep, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
Constructor.
References DtNetAssistantShowDialogMsg::header, and DtAssistantMsg::initAssistantMsg().
| DtAssistantShowDialogMsg::DtAssistantShowDialogMsg | ( | DtAssistantShowDialogMsg::DtAssistantShowDialogEnum | showDialog, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
References DtAssistantMsg::initAssistantMsg(), internalMsgKind(), minSize(), and setShowDialog().
| DtAssistantShowDialogMsg::~DtAssistantShowDialogMsg | ( | ) | [virtual] |
Destructor.
| void DtAssistantShowDialogMsg::addCallback | ( | DtRtiAssistantServer * | conn, |
| DtAssistantShowDialogMsgCb | cb, | ||
| void * | usr | ||
| ) | [static] |
Callback management.
References DtRtiAssistantServer::addMsgCallback(), and DtAssistantShowDialogMsgKind.
Referenced by DtAssistantTrayIconMgr::DtAssistantTrayIconMgr().
| DtAssistantMsg * DtAssistantShowDialogMsg::clone | ( | bool | copy = true | ) | const [virtual] |
Return a copy/empty object of the same type as this.
Implements DtAssistantMsg.
References DtAssistantShowDialogMsg(), and netAssistantShowDialogMsg().
| DtAssistantMsg * DtAssistantShowDialogMsg::create | ( | const DtNetAssistantMsgHeader * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) | [static] |
Creator.
References DtAssistantShowDialogMsg().
| DtAssistantMsg * DtAssistantShowDialogMsg::create | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) | [static] |
Creator.
References DtAssistantShowDialogMsg().
| DtAssistantMsgKind DtAssistantShowDialogMsg::internalMsgKind | ( | ) | [protected, virtual] |
Returns the kind of a DtAssistantShowDialogMsg Msg.
Implements DtAssistantMsg.
References DtAssistantShowDialogMsgKind.
Referenced by DtAssistantShowDialogMsg().
| int DtAssistantShowDialogMsg::minSize | ( | ) | const [protected, virtual] |
Returns minimum size of a message, including header.
Referenced by DtAssistantShowDialogMsg().
| DtNetAssistantShowDialogMsg * DtAssistantShowDialogMsg::netAssistantShowDialogMsg | ( | ) | [protected, virtual] |
The network representation.
Referenced by clone(), setShowDialog(), and showDialog().
| const DtNetAssistantShowDialogMsg * DtAssistantShowDialogMsg::netAssistantShowDialogMsg | ( | ) | const [protected, virtual] |
| void DtAssistantShowDialogMsg::printData | ( | ) | const [virtual] |
| void DtAssistantShowDialogMsg::removeCallback | ( | DtRtiAssistantServer * | conn, |
| DtAssistantShowDialogMsgCb | cb, | ||
| void * | usr | ||
| ) | [static] |
References DtAssistantShowDialogMsgKind, and DtRtiAssistantServer::removeMsgCallback().
Referenced by DtAssistantTrayIconMgr::~DtAssistantTrayIconMgr().
| void DtAssistantShowDialogMsg::setShowDialog | ( | DtAssistantShowDialogEnum | showDialog | ) | [virtual] |
Get / Set the show dialog command value.
References netAssistantShowDialogMsg(), DtNetAssistantShowDialogMsg::showDialog, and showDialog().
Referenced by DtAssistantShowDialogMsg(), and DtRtiAssistantToAssistantClient::sendShowDialogMsg().
| DtAssistantShowDialogMsg::DtAssistantShowDialogEnum DtAssistantShowDialogMsg::showDialog | ( | ) | const [virtual] |
References netAssistantShowDialogMsg(), and DtNetAssistantShowDialogMsg::showDialog.
Referenced by printData(), DtAssistantTrayIconMgr::processShowDialogMsg(), and setShowDialog().