Monitor
Public Slots | Public Member Functions | Public Attributes
MainWindow Class Reference

List of all members.

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

SettingsDialogsettingsDialog
ReplayDialog * replayDialog

Detailed Description

Definition at line 18 of file mainwindow.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

CommModel * MainWindow::getComm ( )

Returns the current commModel.

Returns:
commModel.

Definition at line 356 of file mainwindow.cpp.

int MainWindow::getInactiveThreshold ( )

Returns inactive threshold value

Returns:
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.


The documentation for this class was generated from the following files:
 All Classes Functions