Public Slots | Public Member Functions | Private Attributes | List of all members
MainWindow Class Reference

Qt central, all operations relating to the view part here. More...

#include <main_window.hpp>

Inheritance diagram for MainWindow:
Inheritance graph
[legend]

Public Slots

void on_actionAbout_triggered ()
 
void on_button_connect_clicked (bool check)
 
void on_checkbox_use_environment_stateChanged (int state)
 
void updateLoggingView ()
 

Public Member Functions

void closeEvent (QCloseEvent *event)
 
 MainWindow (QNode *node, QWidget *parent=0)
 
void ReadSettings ()
 
void showNoMasterMessage ()
 
void WriteSettings ()
 
 ~MainWindow ()
 

Private Attributes

QNodeqnode
 
Ui::MainWindowDesign ui
 

Detailed Description

Qt central, all operations relating to the view part here.

Definition at line 28 of file main_window.hpp.

Constructor & Destructor Documentation

MainWindow::MainWindow ( QNode node,
QWidget *  parent = 0 
)

Definition at line 23 of file main_window.cpp.

MainWindow::~MainWindow ( )

Definition at line 51 of file main_window.cpp.

Member Function Documentation

void MainWindow::closeEvent ( QCloseEvent *  event)

Definition at line 155 of file main_window.cpp.

void MainWindow::on_actionAbout_triggered ( )
slot

Definition at line 118 of file main_window.cpp.

void MainWindow::on_button_connect_clicked ( bool  check)
slot

Definition at line 69 of file main_window.cpp.

void MainWindow::on_checkbox_use_environment_stateChanged ( int  state)
slot

Definition at line 90 of file main_window.cpp.

void MainWindow::ReadSettings ( )

Definition at line 126 of file main_window.cpp.

void MainWindow::showNoMasterMessage ( )

Definition at line 57 of file main_window.cpp.

void MainWindow::updateLoggingView ( )
slot

This function is signalled by the underlying model. When the model changes, this will drop the cursor down to the last line in the QListview to ensure the user can always see the latest log message.

Definition at line 110 of file main_window.cpp.

void MainWindow::WriteSettings ( )

Definition at line 145 of file main_window.cpp.

Member Data Documentation

QNode* MainWindow::qnode
private

Definition at line 55 of file main_window.hpp.

Ui::MainWindowDesign MainWindow::ui
private

Definition at line 54 of file main_window.hpp.


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


qt_tutorials
Author(s): Daniel Stonier
autogenerated on Wed Mar 11 2020 03:12:20