![]() |
MAK RTIspy API Documentation for HLA 1516
|
This class stores the information on a single signal and the object that produces it. More...
Collaboration diagram for DtSignalInfo:Public Member Functions | |
| DtSignalInfo (QObject *o, const char *s) | |
| Constructor. | |
| DtSignalInfo () | |
| Default constructor. | |
| ~DtSignalInfo () | |
| Destructor. | |
| QObject * | object () |
| const char * | signal () |
| const char * | slot () |
| bool | isValid () |
Protected Attributes | |
| QObject * | obj |
| const char * | sig |
This class stores the information on a single signal and the object that produces it.
|
inline |
Constructor.
|
inline |
Default constructor.
|
inline |
Destructor.
|
inline |
Referenced by DtQueryMappings::connectSignals(), and DtQueryMappings::setResponder().
|
inline |
References obj.
Referenced by DtQueryMappings::connectSignals().
|
inline |
References sig.
|
inline |
References sig.
Referenced by DtQueryMappings::connectSignals().