![]() |
VR-Exchange 2.5 API Documentation
|
Widget for displaying incoming and outgoing state reps. More...

Public Member Functions | |
| DtTranslationDiagnosticWidget (bool isPrimary, QWidget *parent=0) | |
| CTOR. | |
| virtual | ~DtTranslationDiagnosticWidget () |
| Virtual DTOR. | |
| virtual void | setIncomingOutgoingStates (const DtString &incomingState, const DtString &outgoingState) |
| Update the displayed translation states. | |
Protected Member Functions | |
| void | setupGui () |
| Create the view. | |
Protected Attributes | |
| bool | myPrimaryFlag |
| QPlainTextEdit * | myIncomingTextBox |
| QPlainTextEdit * | myOutgoingTextBox |
Private Member Functions | |
| DtTranslationDiagnosticWidget (DtTranslationDiagnosticWidget &other) | |
| Copy CTOR not Implemented – do not copy. | |
| DtTranslationDiagnosticWidget & | operator= (DtTranslationDiagnosticWidget &other) |
| Assignment Operator not Implemented – do not copy. | |
Widget for displaying incoming and outgoing state reps.
| MAKVrExchange::DtTranslationDiagnosticWidget::DtTranslationDiagnosticWidget | ( | bool | isPrimary, |
| QWidget * | parent = 0 |
||
| ) |
CTOR.
The isPrimary flag indicates whether this widget is for displaying the state translation for the primary (incoming) broker.
|
virtual |
Virtual DTOR.
|
private |
Copy CTOR not Implemented – do not copy.
|
private |
Assignment Operator not Implemented – do not copy.
|
virtual |
Update the displayed translation states.
|
protected |
Create the view.
Non-virtual - Called from CTOR.
|
protected |
|
protected |
|
protected |