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