![]() |
MAK RTIspy API Documentation for HLA 1516
|
This class handles the mappings from all query signals and slots for a particular query ID. More...
Collaboration diagram for DtQueryMappings:Public Member Functions | |
| DtQueryMappings () | |
| Constructor. | |
| ~DtQueryMappings () | |
| Destructor. | |
| void | addQuery (QObject *obj, const char *sig) |
| Add a new query. | |
| bool | setResponder (QObject *obj, const char *slt) |
| Set the responder if not already set, otherwise return false. | |
| bool | connectSignals () |
| Connects all of the query signals to the responder slot. | |
Protected Member Functions | |
| void | printOrphans () |
| When there are no signals and/or no slots, print the orphans. | |
Protected Attributes | |
| std::vector< DtSignalInfo > | mySignals |
| DtSlotInfo | mySlot |
This class handles the mappings from all query signals and slots for a particular query ID.
|
inline |
Constructor.
|
inline |
Destructor.
|
inline |
Add a new query.
References mySignals.
| bool DtQueryMappings::connectSignals | ( | ) |
Connects all of the query signals to the responder slot.
Returns true on success, false otherwise.
|
protected |
When there are no signals and/or no slots, print the orphans.
|
inline |
Set the responder if not already set, otherwise return false.
References DtSignalInfo::isValid(), and mySlot.
|
protected |
Referenced by addQuery().
|
protected |
Referenced by setResponder().