MAK RTIspy API Documentation for HLA 1516
List of all members | Public Member Functions | Protected Attributes
DtSignalMappings Class Reference

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.
 ~DtSignalMappings ()
 Destructor.
void addSignal (QObject *obj, const char *sig)
 Add a new signal.
void addSlot (QObject *obj, const char *slt)
 Add a new slot.
bool connectSignals ()
 Connects all of the signals to all of the slots.

Protected Attributes

std::vector< DtSignalInfomySignals
std::vector< DtSlotInfomySlots

Detailed Description

This class handles the mappings from all signals and slots for a particular signal ID.

Constructor & Destructor Documentation

DtSignalMappings::DtSignalMappings ( )
inline

Constructor.

References mySignals, and mySlots.

DtSignalMappings::~DtSignalMappings ( )
inline

Destructor.

Member Function Documentation

void DtSignalMappings::addSignal ( QObject obj,
const char *  sig 
)
inline

Add a new signal.

References mySignals.

void DtSignalMappings::addSlot ( QObject obj,
const char *  slt 
)
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.

References connect(), mySignals, and mySlots.

Member Data Documentation

std::vector<DtSignalInfo> DtSignalMappings::mySignals
protected
std::vector<DtSlotInfo> DtSignalMappings::mySlots
protected

The documentation for this class was generated from the following files:

Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)