![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Widget which allows the user to change the configuration of the latency test. More...
Inheritance diagram for DtLatencyTestConfigWidget:
Collaboration diagram for DtLatencyTestConfigWidget:Public Slots | |
| virtual void | processAccept () |
| Processes the acceptance of the new values. | |
Signals | |
| void | updateTestConfig (unsigned int interactionPeriod, unsigned int numInteractions, unsigned int payloadBytes) |
| Signal emitted when test configuration is updated. | |
Public Member Functions | |
| DtLatencyTestConfigWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. | |
| virtual | ~DtLatencyTestConfigWidget () |
| Destructor. | |
| virtual void | setConfig (unsigned int interactionPeriod, unsigned int numInteractions, unsigned int payloadBytes) |
| Sets the configuration parameter values. | |
| virtual unsigned int | interactionPeriod () |
| Returns the current setting for the interaction period. | |
| virtual unsigned int | numInteractions () |
| Returns the current setting for the number of interactions per test. | |
| virtual unsigned int | payloadBytes () |
| Returns the current setting for the number of bytes in a test interaction payload. | |
| virtual void | processReject () |
Protected Attributes | |
| Ui::LatencyTestConfigWidget | myUiImpl |
Private Member Functions | |
| DtLatencyTestConfigWidget (DtLatencyTestConfigWidget const &) | |
| Copy constructor not implemented. | |
| DtLatencyTestConfigWidget & | operator= (DtLatencyTestConfigWidget const &) |
| Assignment operator not implemented. | |
Widget which allows the user to change the configuration of the latency test.
| DtLatencyTestConfigWidget::DtLatencyTestConfigWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
References connect(), myUiImpl, and processAccept().
| DtLatencyTestConfigWidget::~DtLatencyTestConfigWidget | ( | ) | [virtual] |
Destructor.
| DtLatencyTestConfigWidget::DtLatencyTestConfigWidget | ( | DtLatencyTestConfigWidget const & | ) | [private] |
Copy constructor not implemented.
| unsigned int DtLatencyTestConfigWidget::interactionPeriod | ( | ) | [virtual] |
Returns the current setting for the interaction period.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
| unsigned int DtLatencyTestConfigWidget::numInteractions | ( | ) | [virtual] |
Returns the current setting for the number of interactions per test.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
| DtLatencyTestConfigWidget& DtLatencyTestConfigWidget::operator= | ( | DtLatencyTestConfigWidget const & | ) | [private] |
Assignment operator not implemented.
| unsigned int DtLatencyTestConfigWidget::payloadBytes | ( | ) | [virtual] |
Returns the current setting for the number of bytes in a test interaction payload.
References myUiImpl.
Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().
| void DtLatencyTestConfigWidget::processAccept | ( | ) | [virtual, slot] |
Processes the acceptance of the new values.
References myUiImpl, and updateTestConfig().
Referenced by DtLatencyTestConfigWidget().
| void DtLatencyTestConfigWidget::processReject | ( | ) | [virtual] |
| void DtLatencyTestConfigWidget::setConfig | ( | unsigned int | interactionPeriod, |
| unsigned int | numInteractions, | ||
| unsigned int | payloadBytes | ||
| ) | [virtual] |
Sets the configuration parameter values.
References myUiImpl.
Referenced by DtLatencyTestDialog::setTestConfig(), and DtAssistantPreferencesViewMgr::showConfigDialog().
| void DtLatencyTestConfigWidget::updateTestConfig | ( | unsigned int | interactionPeriod, |
| unsigned int | numInteractions, | ||
| unsigned int | payloadBytes | ||
| ) | [signal] |
Signal emitted when test configuration is updated.
Referenced by processAccept().
Ui::LatencyTestConfigWidget DtLatencyTestConfigWidget::myUiImpl [protected] |
Referenced by DtLatencyTestConfigWidget(), interactionPeriod(), numInteractions(), payloadBytes(), processAccept(), and setConfig().