![]() |
MAK RTIspy API Documentation for HLA 1516
|
Inheritance diagram for DtRtiNetworkComponentViewDialog:
Collaboration diagram for DtRtiNetworkComponentViewDialog:Public Types | |
| enum | DtNetworkComponentViewHeaderEnum { DtNetworkComponentViewProcess = 0, DtNetworkComponentViewIP, DtNetworkComponentViewHandle, DtNetworkComponentViewHostName, DtNetworkComponentViewQueueStatus, DtNetworkComponentViewName, DtNetworkComponentViewType, DtNetworkComponentViewPID, DtNetworkComponentViewCommandLine } |
Public Slots | |
| virtual void | processRtiForwarderSelection (int index, bool ignoreVisibility=false) |
| Processes the selection of a new RTI Forwarder. | |
| virtual void | showHelpDialog () |
| Shows the help dialog. | |
| virtual void | processHelpDialogClose () |
| Handles cleanup of the help dialog after it is closed. | |
| virtual void | showEvent (QShowEvent *event) |
| Override Qwidget's show function so we can display the correct forwarder. | |
| virtual void | closeEvent (QCloseEvent *event) |
| Override Qwidget's close function so we can stop observers. | |
| virtual void | keyPressEvent (QKeyEvent *event) |
| Handles key press events. | |
| virtual void | showContextMenu (const QPoint &) |
| Shows the context menu at the given position. | |
| virtual void | shutdownCurrentRtiexec () |
| Processes a command to shutdown the current rtiexec. | |
| virtual void | shutdownCurrentRtiForwarder () |
| Processes a command to shutdown the current RTI Forwarder. | |
Signals | |
| void | viewedRtiForwarderChanged (const DtRtiConnectionInfo &conn) |
| Emitted when the user chooses to update the RTI Forwarder should be viewed. | |
| void | requestLog () |
| Emitted when the full rtiexec log has been requested. | |
| void | shutdownRtiexec () |
| Emitted when the currently viewed rtiexec should be shutdown. | |
| void | shutdownForwarder () |
| Emitted when the currently viewed RTI Forwarder should be shutdown. | |
| void | aboutDialogRequested () |
| Emitted when the RTI about dialog is requested. | |
| void | showPopup (const MAKRti::DtString &, const MAKRti::DtString &, const MAKRti::DtString &) |
| Emitted when a popup dialog from a remote rtiexec should be displayed. | |
Public Member Functions | |
| DtRtiNetworkComponentViewDialog (const MAKRti::DtFilename &configDir, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| Constructor. | |
| virtual | ~DtRtiNetworkComponentViewDialog () |
| Destructor. | |
| virtual void | tick () |
| Performs periodic functions. | |
| virtual void | addRtiForwarder (const MAKRti::DtString &name, const DtRtiConnectionInfo &forwarderInfo, bool isLocal) |
| Adds an RTI Forwarder to the list of viewable rtiForwarders. | |
| virtual void | removeRtiForwarder (const MAKRti::DtString &name) |
| Removes an RTI Forwarder from the list of viewable rtiForwarders. | |
| virtual void | setConnectionIsLocal (const MAKRti::DtString &name, bool isLocal) |
| Changes the state of whether the given forwarder connection is being used by a local component. | |
| virtual bool | selectedRtiForwarder (DtRtiConnectionInfo &forwarderInfo) const |
| If there is a currently selected RTI Forwarder, its information is populated in the given connection information. | |
| virtual int | selectedRtiForwarder () const |
| If there is a currently selected RTI Forwarder, return its index. | |
| virtual void | setData (const DtAssistantForwarderInfo &data) |
| sets the data to be displayed. | |
| virtual void | clearData () |
| clears old data. | |
| virtual void | setViewedConnectionDescription (const DtRtiConnectionInfo &conn) |
| virtual MAKRti::DtString | viewedConnectionDescription () const |
| virtual void | writeToConsole (const char *text, MAKRti::DtNotifyLevelType notifyLevel) |
| Writes a single line of output to the console. | |
| virtual void | clearConsole () |
| Clears all text from the console. | |
| virtual void | clearConnectionTree () |
| Clears all data from the connection tree. | |
| virtual unsigned | consoleTextSize () const |
| Returns the size, in bytes, of the text currently displayed in the console. | |
| virtual void | updateNotifyLevel (MAKRti::DtNotifyLevelType level) |
| Updates the notify level displayed in the console to match the current level. | |
| virtual void | enableCommands (bool enable) |
| Enables or disables the rtiexec & forwarder shutdown option. | |
| virtual void | enableRtiExecShutdownCommand (bool enable) |
| Enables or disables the rtiexec shutdown option. | |
| virtual void | enableRtiForwarderShutdownCommand (bool enable) |
| Enables or disables the forwarder shutdown option. | |
| virtual void | displayLoadingIndication () |
| Displays a message that the current federation information is loading. | |
| virtual void | removeLoadingIndication () |
| Removes the loading indication messages. | |
| void | saveGuiState () |
| Saves the current GUI state to file. | |
| Ui::NetworkComponentViewDialog | getUiImpl () const |
Protected Member Functions | |
Setup methods | |
| void | setupUI () |
| Sets up the RTI Forwarder combo box and the console widget. | |
| void | setupMenus () |
| Populates the menus with the submenus and actions. | |
| void | connectSignals () |
| Connects Qt signals and slots. | |
Protected Attributes | |
| Ui::NetworkComponentViewDialog | myUiImpl |
| QProcess * | myHelpAssistant |
| Help application. | |
| QComboBox * | myRtiForwarderComboBox |
| Combo box for selecting an RTI Forwarder. | |
| std::map< QString, DtRtiConnectionInfo > | myRtiForwarderConnsByName |
| RTI Forwarder name to connection info map. | |
| DtExecConsoleWidget * | myConsoleWidget |
| Console widget and its dock widget. | |
| QDockWidget * | myConsoleDockWidget |
| bool | myRtiExecInCurrentViewedConn |
| DtBoost::shared_ptr < DtForwarderConfig > | myForwarderConfig |
| Configuration information. | |
| QLabel * | myRtiForwarderLabel |
| QHBoxLayout * | myComboBoxLabelLayout |
| QVBoxLayout * | myVLayout |
| QWidget * | myVLayoutWidget |
| QGridLayout * | myPropertiesAreaLayout |
| QWidget * | myPropertiesAreaLayoutWidget |
| QSplitter * | myTopSplitter |
| QSplitter * | myBottomSplitter |
| MAKRti::DtString | myViewedHostName |
| The actual host name being viewed, not the one that was potentially edited for display in the host label on the GUI. | |
| QTreeWidgetItem * | myLoadingIndicationItem |
| Item that indicates network component information is being loaded. | |
| QString | myLastViewedForwarder |
| Name of forwarder connection shown last time dialog was displayed. | |
| DtNCVTree * | myTreeView |
| The NCV Tree View. | |
Menus and actions | |
| QAction * | myCloseAction |
| File menu. | |
| QAction * | myShutdownAction |
| File menu. | |
| QAction * | myShutdownForwarderAction |
| File menu. | |
| QTreeWidgetItem * | myExecItem |
| File menu. | |
| QTreeWidgetItem * | myCurrentViewedItem |
| File menu. | |
| QAction * | myHelpAction |
| Help menu. | |
| QAction * | myAboutAction |
| File menu. | |
| QAction * | myConsoleAction |
| Console display menu action. | |
| QMenu * | myContextMenu |
| File menu. | |
| QMenu * | myCompColumnMenu |
| Component tree column view menu. | |
| QLabel * | myDescriptionLabel |
| File menu. | |
| QLabel * | myHostHeaderLabel |
| File menu. | |
| QLabel * | myBEAddrHeaderLabel |
| File menu. | |
| QLabel * | myBEPortHeaderLabel |
| File menu. | |
| QLabel * | myRelPortHeaderLabel |
| File menu. | |
| QLabel * | myNetworkInterfaceAddrHeaderLabel |
| File menu. | |
| QLabel * | myForwarderPortHeaderLabel |
| File menu. | |
| QLabel * | myHostLabel |
| File menu. | |
| QLabel * | myBEAddrLabel |
| File menu. | |
| QLabel * | myBEPortLabel |
| File menu. | |
| QLabel * | myRelPortLabel |
| File menu. | |
| QLabel * | myNetworkInterfaceAddrLabel |
| File menu. | |
| QLabel * | myForwarderPortLabel |
| File menu. | |
Static Protected Attributes | |
| static QString | theNoConnectionsAvailableText = tr("No known connections available") |
| Text displayed in the combo box if there are no known rtiForwarders. | |
| static const QString | theLoadingText |
| Text displayed when loading network component information. | |
| DtRtiNetworkComponentViewDialog::DtRtiNetworkComponentViewDialog | ( | const MAKRti::DtFilename & | configDir, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
Constructor.
References connectSignals(), myForwarderConfig, myTreeView, myUiImpl, DtNCVTree::refreshCommandsEnabled(), setupMenus(), and setupUI().
Destructor.
References myHelpAssistant, and myRtiForwarderConnsByName.
| void DtRtiNetworkComponentViewDialog::aboutDialogRequested | ( | ) | [signal] |
Emitted when the RTI about dialog is requested.
Referenced by connectSignals().
| void DtRtiNetworkComponentViewDialog::addRtiForwarder | ( | const MAKRti::DtString & | name, |
| const DtRtiConnectionInfo & | forwarderInfo, | ||
| bool | isLocal | ||
| ) | [virtual] |
Adds an RTI Forwarder to the list of viewable rtiForwarders.
References myRtiForwarderComboBox, myRtiForwarderConnsByName, processRtiForwarderSelection(), and theNoConnectionsAvailableText.
Referenced by DtAssistantNetworkCompViewMgr::processForwarderAdded().
| void DtRtiNetworkComponentViewDialog::clearConnectionTree | ( | ) | [virtual] |
Clears all data from the connection tree.
References DtNCVTree::clearConnectionTree(), myTreeView, and removeLoadingIndication().
Referenced by clearData().
| void DtRtiNetworkComponentViewDialog::clearConsole | ( | ) | [virtual] |
Clears all text from the console.
References DtExecConsoleWidget::clear(), DtExecConsoleWidget::clearNotifyLevel(), and myConsoleWidget.
Referenced by DtAssistantNetworkCompViewMgr::changeViewedRtiForwarder(), and DtAssistantNetworkCompViewMgr::processRtiexecLogMsg().
| void DtRtiNetworkComponentViewDialog::clearData | ( | ) | [virtual] |
clears old data.
References clearConnectionTree(), myBEAddrLabel, myBEPortLabel, myForwarderPortLabel, myHostLabel, myNetworkInterfaceAddrLabel, myRelPortLabel, and myViewedHostName.
Referenced by DtAssistantNetworkCompViewMgr::changeViewedRtiForwarder(), DtAssistantNetworkCompViewMgr::processForwarderUpdated(), and showEvent().
| void DtRtiNetworkComponentViewDialog::closeEvent | ( | QCloseEvent * | event | ) | [virtual, slot] |
Override Qwidget's close function so we can stop observers.
References processRtiForwarderSelection().
| void DtRtiNetworkComponentViewDialog::connectSignals | ( | ) | [protected] |
Connects Qt signals and slots.
References aboutDialogRequested(), connect(), myAboutAction, myCloseAction, myConsoleWidget, myHelpAction, myRtiForwarderComboBox, processRtiForwarderSelection(), requestLog(), showContextMenu(), and showHelpDialog().
Referenced by DtRtiNetworkComponentViewDialog().
| unsigned DtRtiNetworkComponentViewDialog::consoleTextSize | ( | ) | const [virtual] |
Returns the size, in bytes, of the text currently displayed in the console.
References myConsoleWidget, and DtExecConsoleWidget::textSize().
Referenced by DtAssistantNetworkCompViewMgr::processRtiexecLogMsg().
| void DtRtiNetworkComponentViewDialog::displayLoadingIndication | ( | ) | [virtual] |
Displays a message that the current federation information is loading.
References DtNCVTree::displayLoadingIndication(), and myTreeView.
Referenced by DtAssistantNetworkCompViewMgr::changeViewedRtiForwarder().
| void DtRtiNetworkComponentViewDialog::enableCommands | ( | bool | enable | ) | [virtual] |
Enables or disables the rtiexec & forwarder shutdown option.
References DtNCVTree::enableRtiExecCommand(), DtNCVTree::enableRtiForwarderCommand(), myTreeView, and DtNCVTree::refreshCommandsEnabled().
Referenced by DtAssistantNetworkCompViewMgr::tick().
| void DtRtiNetworkComponentViewDialog::enableRtiExecShutdownCommand | ( | bool | enable | ) | [virtual] |
Enables or disables the rtiexec shutdown option.
References DtNCVTree::enableRtiExecCommand(), myTreeView, and DtNCVTree::refreshCommandsEnabled().
Referenced by DtAssistantNetworkCompViewMgr::tick().
| void DtRtiNetworkComponentViewDialog::enableRtiForwarderShutdownCommand | ( | bool | enable | ) | [virtual] |
Enables or disables the forwarder shutdown option.
References DtNCVTree::enableRtiForwarderCommand(), myTreeView, and DtNCVTree::refreshCommandsEnabled().
Referenced by DtAssistantNetworkCompViewMgr::tick().
| Ui::NetworkComponentViewDialog DtRtiNetworkComponentViewDialog::getUiImpl | ( | ) | const |
References myUiImpl.
| void DtRtiNetworkComponentViewDialog::keyPressEvent | ( | QKeyEvent * | event | ) | [virtual, slot] |
Handles key press events.
References showHelpDialog().
| void DtRtiNetworkComponentViewDialog::processHelpDialogClose | ( | ) | [virtual, slot] |
Handles cleanup of the help dialog after it is closed.
References myHelpAssistant.
Referenced by showHelpDialog().
| void DtRtiNetworkComponentViewDialog::processRtiForwarderSelection | ( | int | index, |
| bool | ignoreVisibility = false |
||
| ) | [virtual, slot] |
Processes the selection of a new RTI Forwarder.
References DtRtiConnectionInfo::invalidConn(), myLastViewedForwarder, myRtiForwarderComboBox, myRtiForwarderConnsByName, myTreeView, DtNCVTree::refreshCommandsEnabled(), and viewedRtiForwarderChanged().
Referenced by addRtiForwarder(), closeEvent(), connectSignals(), and showEvent().
| void DtRtiNetworkComponentViewDialog::removeLoadingIndication | ( | ) | [virtual] |
Removes the loading indication messages.
References DtNCVTree::clearConnectionTree(), and myTreeView.
Referenced by clearConnectionTree().
| void DtRtiNetworkComponentViewDialog::removeRtiForwarder | ( | const MAKRti::DtString & | name | ) | [virtual] |
Removes an RTI Forwarder from the list of viewable rtiForwarders.
References myLastViewedForwarder, myRtiForwarderComboBox, myRtiForwarderConnsByName, and theNoConnectionsAvailableText.
Referenced by DtAssistantNetworkCompViewMgr::processForwarderRemoved().
| void DtRtiNetworkComponentViewDialog::requestLog | ( | ) | [signal] |
Emitted when the full rtiexec log has been requested.
Referenced by connectSignals().
Saves the current GUI state to file.
References DtNCVTree::getNCVTreeInfo(), myConsoleDockWidget, myForwarderConfig, and myTreeView.
Referenced by DtAssistantNetworkCompViewMgr::saveGuiState().
| bool DtRtiNetworkComponentViewDialog::selectedRtiForwarder | ( | DtRtiConnectionInfo & | forwarderInfo | ) | const [virtual] |
If there is a currently selected RTI Forwarder, its information is populated in the given connection information.
Otherwise returns false and sets the connection info to an invalid value.
References DtRtiConnectionInfo::invalidConn(), myRtiForwarderComboBox, and myRtiForwarderConnsByName.
| int DtRtiNetworkComponentViewDialog::selectedRtiForwarder | ( | ) | const [virtual] |
If there is a currently selected RTI Forwarder, return its index.
References myRtiForwarderComboBox.
| void DtRtiNetworkComponentViewDialog::setConnectionIsLocal | ( | const MAKRti::DtString & | name, |
| bool | isLocal | ||
| ) | [virtual] |
Changes the state of whether the given forwarder connection is being used by a local component.
References myRtiForwarderComboBox.
Referenced by DtAssistantNetworkCompViewMgr::processForwarderConnUpdated().
| void DtRtiNetworkComponentViewDialog::setData | ( | const DtAssistantForwarderInfo & | data | ) | [virtual] |
sets the data to be displayed.
References myTreeView, DtNCVTree::refreshCommandsEnabled(), and DtNCVTree::updateInformation().
Referenced by DtAssistantNetworkCompViewMgr::processForwarderUpdated().
| void DtRtiNetworkComponentViewDialog::setupMenus | ( | ) | [protected] |
Populates the menus with the submenus and actions.
References DtNCVTree::columnViewMenu(), DtRtiLibPath(), myAboutAction, myCloseAction, myCompColumnMenu, myConsoleAction, myConsoleDockWidget, myContextMenu, myHelpAction, myTreeView, and myUiImpl.
Referenced by DtRtiNetworkComponentViewDialog().
| void DtRtiNetworkComponentViewDialog::setupUI | ( | ) | [protected] |
Sets up the RTI Forwarder combo box and the console widget.
References connect(), DtNCVTree::getNumberOfColumns(), myBEAddrHeaderLabel, myBEAddrLabel, myBEPortHeaderLabel, myBEPortLabel, myBottomSplitter, myComboBoxLabelLayout, myConsoleDockWidget, myConsoleWidget, myDescriptionLabel, myForwarderConfig, myForwarderPortHeaderLabel, myForwarderPortLabel, myHostHeaderLabel, myHostLabel, myNetworkInterfaceAddrHeaderLabel, myNetworkInterfaceAddrLabel, myPropertiesAreaLayout, myPropertiesAreaLayoutWidget, myRelPortHeaderLabel, myRelPortLabel, myRtiForwarderComboBox, myRtiForwarderLabel, myTopSplitter, myTreeView, myUiImpl, myVLayout, myVLayoutWidget, DtConsoleWidget::setMaximumLines(), DtNCVTree::setTreeInfo(), shutdownCurrentRtiexec(), shutdownCurrentRtiForwarder(), and theNoConnectionsAvailableText.
Referenced by DtRtiNetworkComponentViewDialog().
| void DtRtiNetworkComponentViewDialog::setViewedConnectionDescription | ( | const DtRtiConnectionInfo & | conn | ) | [virtual] |
References DtRtiConnectionInfo::bestEffortIp(), DtRtiConnectionInfo::forwarderPort(), DtRtiConnectionInfo::hostName(), myBEAddrLabel, myBEPortLabel, myForwarderPortLabel, myHostLabel, myNetworkInterfaceAddrLabel, myRelPortLabel, myViewedHostName, DtRtiConnectionInfo::networkInterfaceAddr(), DtRtiConnectionInfo::reliableIp(), DtRtiConnectionInfo::tcpPort(), and DtRtiConnectionInfo::udpPort().
Referenced by DtAssistantNetworkCompViewMgr::processForwarderUpdated().
| void DtRtiNetworkComponentViewDialog::showContextMenu | ( | const QPoint & | pos | ) | [virtual, slot] |
Shows the context menu at the given position.
References myContextMenu.
Referenced by connectSignals().
| void DtRtiNetworkComponentViewDialog::showEvent | ( | QShowEvent * | event | ) | [virtual, slot] |
Override Qwidget's show function so we can display the correct forwarder.
References clearData(), myLastViewedForwarder, myRtiForwarderComboBox, and processRtiForwarderSelection().
| void DtRtiNetworkComponentViewDialog::showHelpDialog | ( | ) | [virtual, slot] |
Shows the help dialog.
References connect(), DtRtiLibPath(), myHelpAssistant, and processHelpDialogClose().
Referenced by connectSignals(), and keyPressEvent().
| void DtRtiNetworkComponentViewDialog::showPopup | ( | const MAKRti::DtString & | , |
| const MAKRti::DtString & | , | ||
| const MAKRti::DtString & | |||
| ) | [signal] |
Emitted when a popup dialog from a remote rtiexec should be displayed.
| void DtRtiNetworkComponentViewDialog::shutdownCurrentRtiexec | ( | ) | [virtual, slot] |
Processes a command to shutdown the current rtiexec.
References shutdownRtiexec().
Referenced by setupUI().
| void DtRtiNetworkComponentViewDialog::shutdownCurrentRtiForwarder | ( | ) | [virtual, slot] |
Processes a command to shutdown the current RTI Forwarder.
References shutdownForwarder().
Referenced by setupUI().
| void DtRtiNetworkComponentViewDialog::shutdownForwarder | ( | ) | [signal] |
Emitted when the currently viewed RTI Forwarder should be shutdown.
Referenced by shutdownCurrentRtiForwarder().
| void DtRtiNetworkComponentViewDialog::shutdownRtiexec | ( | ) | [signal] |
Emitted when the currently viewed rtiexec should be shutdown.
Referenced by shutdownCurrentRtiexec().
| void DtRtiNetworkComponentViewDialog::tick | ( | ) | [virtual] |
Performs periodic functions.
Referenced by DtAssistantNetworkCompViewMgr::tick().
| void DtRtiNetworkComponentViewDialog::updateNotifyLevel | ( | MAKRti::DtNotifyLevelType | level | ) | [virtual] |
Updates the notify level displayed in the console to match the current level.
Does not actually change the notify level.
References myConsoleWidget, DtExecConsoleWidget::setNotifyLevel(), and writeToConsole().
Referenced by DtAssistantNetworkCompViewMgr::changeViewedRtiForwarder(), DtAssistantNetworkCompViewMgr::processExecObserveRspMsg(), DtAssistantNetworkCompViewMgr::processRtiexecLogMsg(), and DtAssistantNetworkCompViewMgr::tick().
| DtString DtRtiNetworkComponentViewDialog::viewedConnectionDescription | ( | ) | const [virtual] |
References DtRtiConnectionInfo::description(), myBEAddrLabel, myBEPortLabel, myForwarderPortLabel, myNetworkInterfaceAddrLabel, myRelPortLabel, myViewedHostName, DtRtiConnectionInfo::setBestEffortIp(), DtRtiConnectionInfo::setForwarderPort(), DtRtiConnectionInfo::setNetworkInterfaceAddr(), DtRtiConnectionInfo::setReliableIp(), DtRtiConnectionInfo::setTcpPort(), and DtRtiConnectionInfo::setUdpPort().
Referenced by DtAssistantNetworkCompViewMgr::tick().
| void DtRtiNetworkComponentViewDialog::viewedRtiForwarderChanged | ( | const DtRtiConnectionInfo & | conn | ) | [signal] |
Emitted when the user chooses to update the RTI Forwarder should be viewed.
Referenced by processRtiForwarderSelection().
| void DtRtiNetworkComponentViewDialog::writeToConsole | ( | const char * | text, |
| MAKRti::DtNotifyLevelType | notifyLevel | ||
| ) | [virtual] |
Writes a single line of output to the console.
References myConsoleWidget, and DtExecConsoleWidget::writeText().
Referenced by DtAssistantNetworkCompViewMgr::processRtiexecLogMsg(), DtAssistantNetworkCompViewMgr::processRtiexecNotifyMsg(), and updateNotifyLevel().
QAction* DtRtiNetworkComponentViewDialog::myAboutAction [protected] |
File menu.
Referenced by connectSignals(), and setupMenus().
QLabel* DtRtiNetworkComponentViewDialog::myBEAddrHeaderLabel [protected] |
File menu.
Referenced by setupUI().
QLabel* DtRtiNetworkComponentViewDialog::myBEAddrLabel [protected] |
File menu.
Referenced by clearData(), setupUI(), setViewedConnectionDescription(), and viewedConnectionDescription().
QLabel* DtRtiNetworkComponentViewDialog::myBEPortHeaderLabel [protected] |
File menu.
Referenced by setupUI().
QLabel* DtRtiNetworkComponentViewDialog::myBEPortLabel [protected] |
File menu.
Referenced by clearData(), setupUI(), setViewedConnectionDescription(), and viewedConnectionDescription().
QSplitter* DtRtiNetworkComponentViewDialog::myBottomSplitter [protected] |
Referenced by setupUI().
QAction* DtRtiNetworkComponentViewDialog::myCloseAction [protected] |
File menu.
Referenced by connectSignals(), and setupMenus().
QHBoxLayout* DtRtiNetworkComponentViewDialog::myComboBoxLabelLayout [protected] |
Referenced by setupUI().
QMenu* DtRtiNetworkComponentViewDialog::myCompColumnMenu [protected] |
Component tree column view menu.
Referenced by setupMenus().
QAction* DtRtiNetworkComponentViewDialog::myConsoleAction [protected] |
Console display menu action.
Referenced by setupMenus().
QDockWidget* DtRtiNetworkComponentViewDialog::myConsoleDockWidget [protected] |
Referenced by saveGuiState(), setupMenus(), and setupUI().
Console widget and its dock widget.
Referenced by clearConsole(), connectSignals(), consoleTextSize(), setupUI(), updateNotifyLevel(), and writeToConsole().
QMenu* DtRtiNetworkComponentViewDialog::myContextMenu [protected] |
File menu.
Referenced by setupMenus(), and showContextMenu().
QTreeWidgetItem* DtRtiNetworkComponentViewDialog::myCurrentViewedItem [protected] |
File menu.
QLabel* DtRtiNetworkComponentViewDialog::myDescriptionLabel [protected] |
File menu.
Referenced by setupUI().
QTreeWidgetItem* DtRtiNetworkComponentViewDialog::myExecItem [protected] |
File menu.
DtBoost::shared_ptr<DtForwarderConfig> DtRtiNetworkComponentViewDialog::myForwarderConfig [protected] |
Configuration information.
Referenced by DtRtiNetworkComponentViewDialog(), saveGuiState(), and setupUI().
QLabel* DtRtiNetworkComponentViewDialog::myForwarderPortHeaderLabel [protected] |
File menu.
Referenced by setupUI().
QLabel* DtRtiNetworkComponentViewDialog::myForwarderPortLabel [protected] |
File menu.
Referenced by clearData(), setupUI(), setViewedConnectionDescription(), and viewedConnectionDescription().
QAction* DtRtiNetworkComponentViewDialog::myHelpAction [protected] |
Help menu.
Referenced by connectSignals(), and setupMenus().
QProcess* DtRtiNetworkComponentViewDialog::myHelpAssistant [protected] |
Help application.
Referenced by processHelpDialogClose(), showHelpDialog(), and ~DtRtiNetworkComponentViewDialog().
QLabel* DtRtiNetworkComponentViewDialog::myHostHeaderLabel [protected] |
File menu.
Referenced by setupUI().
QLabel* DtRtiNetworkComponentViewDialog::myHostLabel [protected] |
File menu.
Referenced by clearData(), setupUI(), and setViewedConnectionDescription().
QString DtRtiNetworkComponentViewDialog::myLastViewedForwarder [protected] |
Name of forwarder connection shown last time dialog was displayed.
Referenced by processRtiForwarderSelection(), removeRtiForwarder(), and showEvent().
QTreeWidgetItem* DtRtiNetworkComponentViewDialog::myLoadingIndicationItem [protected] |
Item that indicates network component information is being loaded.
QLabel* DtRtiNetworkComponentViewDialog::myNetworkInterfaceAddrHeaderLabel [protected] |
File menu.
Referenced by setupUI().
QLabel* DtRtiNetworkComponentViewDialog::myNetworkInterfaceAddrLabel [protected] |
File menu.
Referenced by clearData(), setupUI(), setViewedConnectionDescription(), and viewedConnectionDescription().
QGridLayout* DtRtiNetworkComponentViewDialog::myPropertiesAreaLayout [protected] |
Referenced by setupUI().
Referenced by setupUI().
QLabel* DtRtiNetworkComponentViewDialog::myRelPortHeaderLabel [protected] |
File menu.
Referenced by setupUI().
QLabel* DtRtiNetworkComponentViewDialog::myRelPortLabel [protected] |
File menu.
Referenced by clearData(), setupUI(), setViewedConnectionDescription(), and viewedConnectionDescription().
QComboBox* DtRtiNetworkComponentViewDialog::myRtiForwarderComboBox [protected] |
Combo box for selecting an RTI Forwarder.
Referenced by addRtiForwarder(), connectSignals(), processRtiForwarderSelection(), removeRtiForwarder(), selectedRtiForwarder(), setConnectionIsLocal(), setupUI(), and showEvent().
std::map< QString, DtRtiConnectionInfo > DtRtiNetworkComponentViewDialog::myRtiForwarderConnsByName [protected] |
RTI Forwarder name to connection info map.
Referenced by addRtiForwarder(), processRtiForwarderSelection(), removeRtiForwarder(), selectedRtiForwarder(), and ~DtRtiNetworkComponentViewDialog().
QLabel* DtRtiNetworkComponentViewDialog::myRtiForwarderLabel [protected] |
Referenced by setupUI().
QAction* DtRtiNetworkComponentViewDialog::myShutdownAction [protected] |
File menu.
QAction* DtRtiNetworkComponentViewDialog::myShutdownForwarderAction [protected] |
File menu.
QSplitter* DtRtiNetworkComponentViewDialog::myTopSplitter [protected] |
Referenced by setupUI().
DtNCVTree* DtRtiNetworkComponentViewDialog::myTreeView [protected] |
The NCV Tree View.
Referenced by clearConnectionTree(), displayLoadingIndication(), DtRtiNetworkComponentViewDialog(), enableCommands(), enableRtiExecShutdownCommand(), enableRtiForwarderShutdownCommand(), processRtiForwarderSelection(), removeLoadingIndication(), saveGuiState(), setData(), setupMenus(), and setupUI().
Ui::NetworkComponentViewDialog DtRtiNetworkComponentViewDialog::myUiImpl [protected] |
Referenced by DtRtiNetworkComponentViewDialog(), getUiImpl(), setupMenus(), and setupUI().
MAKRti::DtString DtRtiNetworkComponentViewDialog::myViewedHostName [protected] |
The actual host name being viewed, not the one that was potentially edited for display in the host label on the GUI.
Referenced by clearData(), setViewedConnectionDescription(), and viewedConnectionDescription().
QVBoxLayout* DtRtiNetworkComponentViewDialog::myVLayout [protected] |
Referenced by setupUI().
QWidget* DtRtiNetworkComponentViewDialog::myVLayoutWidget [protected] |
Referenced by setupUI().
const QString DtRtiNetworkComponentViewDialog::theLoadingText [static, protected] |
Text displayed when loading network component information.
QString DtRtiNetworkComponentViewDialog::theNoConnectionsAvailableText = tr("No known connections available") [static, protected] |
Text displayed in the combo box if there are no known rtiForwarders.
Referenced by addRtiForwarder(), removeRtiForwarder(), and setupUI().