#include <MainWindow.h>
Inherits Ui::MainWindow.
Public Slots | |
void | showFileDialog () |
void | showAboutDialog () |
void | enableShowCircleCheckBox () |
void | disableShowCircleCheckBox () |
Public Member Functions | |
MainWindow (QWidget *parent=0) | |
~MainWindow () | |
Private Attributes | |
QString | fileName |
QMessageBox | aboutDialog |
FileManager * | fileManager |
MainWindow::MainWindow | ( | QWidget * | parent = 0 |
) |
Constructs a new MainWindow object
parent | the parent widget |
MainWindow::~MainWindow | ( | ) |
Destroys the object
void MainWindow::disableShowCircleCheckBox | ( | ) | [slot] |
Disables the showHierarchyCirclesCheckBox
void MainWindow::enableShowCircleCheckBox | ( | ) | [slot] |
Enables the showHierarchyCirclesCheckBox
void MainWindow::showAboutDialog | ( | ) | [slot] |
Shows the About Dialog with some information about the program
void MainWindow::showFileDialog | ( | ) | [slot] |
Shows the file dialog to let the user choose a data file
QMessageBox MainWindow::aboutDialog [private] |
Dialog showing some information about the program
FileManager* MainWindow::fileManager [private] |
Pointer to the FileManager object which loads the data file
QString MainWindow::fileName [private] |
Name of the data file