![]() |
WebLVC 1.7d API Documentation
|
Dialog for viewing translation diagnostic info. More...

Public Member Functions | |
| DtTranslationDiagnosticDialog (const DtString &primaryBrokerName, const DtString &objectName, DtObjectViewComponent &igApp, Qt::WindowFlags f=0, QWidget *parent=0) | |
| CTOR. More... | |
| virtual | ~DtTranslationDiagnosticDialog () |
| Virtual DTOR. More... | |
| virtual const DtString & | primaryBrokerName () const |
| Accessor for the dialog's primary broker name. More... | |
| virtual const DtString & | objectName () const |
| Accessor for the dialog's object's name. More... | |
| virtual void | updateTranslation (const DtString &brokerName, const DtString &incomingState, const DtString &outgoingState) |
| Update the latest translation for the given broker. More... | |
Protected Types | |
| typedef std::map< DtString, DtTranslationDiagnosticWidget * > | BrokerWidgetsMap |
Protected Member Functions | |
| void | setupGui () |
| Create the view. More... | |
| void | connectToSignals () |
| Connect to signals from legend widgets. More... | |
Protected Attributes | |
| DtObjectViewComponent & | myIgApp |
| BrokerWidgetsMap | myBrokerWidgets |
| DtString | myPrimaryBrokerName |
| DtString | myObjectName |
| QPushButton * | myPauseButton |
| QPushButton * | myCloseButton |
| QTabWidget * | myTabFolder |
Private Member Functions | |
| DtTranslationDiagnosticDialog (DtTranslationDiagnosticDialog &other) | |
| Copy CTOR not Implemented – do not copy. More... | |
| DtTranslationDiagnosticDialog & | operator= (DtTranslationDiagnosticDialog &other) |
| Assignment Operator not Implemented – do not copy. More... | |
Dialog for viewing translation diagnostic info.
|
protected |
| MAKVrExchange::DtTranslationDiagnosticDialog::DtTranslationDiagnosticDialog | ( | const DtString & | primaryBrokerName, |
| const DtString & | objectName, | ||
| DtObjectViewComponent & | igApp, | ||
| Qt::WindowFlags | f = 0, |
||
| QWidget * | parent = 0 |
||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
|
private |
Copy CTOR not Implemented – do not copy.
|
protected |
Connect to signals from legend widgets.
Non-virtual - Called from CTOR.
|
virtual |
Accessor for the dialog's object's name.
|
private |
Assignment Operator not Implemented – do not copy.
|
virtual |
Accessor for the dialog's primary broker name.
|
protected |
Create the view.
Non-virtual - Called from CTOR.
|
virtual |
Update the latest translation for the given broker.
Note: Does not update the displayed translation if the dialog is paused.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |