Monitor
|
Public Slots | |
void | updateList () |
Public Member Functions | |
MainWindow (QWidget *parent=0) | |
~MainWindow () | |
int | getInactiveThreshold () |
CommModel * | getComm () |
void | updateSettings (int _refreshRate, int _inactiveThreshold, bool _doPhysics, bool _showSignalStrength, bool _showThroughput, bool _showInactivityTime, bool _showLatency) |
Public Attributes | |
SettingsDialog * | settingsDialog |
ReplayDialog * | replayDialog |
Definition at line 18 of file mainwindow.h.
MainWindow::MainWindow | ( | QWidget * | parent = 0 | ) | [explicit] |
Constructor of the MainWindow
Definition at line 23 of file mainwindow.cpp.
MainWindow::~MainWindow | ( | ) |
Destructor of the MainWindow.
Definition at line 70 of file mainwindow.cpp.
CommModel * MainWindow::getComm | ( | ) |
int MainWindow::getInactiveThreshold | ( | ) |
Returns inactive threshold value
Definition at line 348 of file mainwindow.cpp.
void MainWindow::updateList | ( | ) | [slot] |
Grab relevant data from the list of nodes, and display them in the list of node data.
It grabs relevant data from the list of nodes, and display them in the list of node data.
Definition at line 192 of file mainwindow.cpp.