MainWindow Class Reference

#include <MainWindow.h>

Inherits Ui::MainWindow.

List of all members.

Public Slots

void showFileDialog ()
void showAboutDialog ()
void enableShowCircleCheckBox ()
void disableShowCircleCheckBox ()

Public Member Functions

 MainWindow (QWidget *parent=0)
 ~MainWindow ()

Private Attributes

QString fileName
QMessageBox aboutDialog
FileManagerfileManager


Detailed Description

The Main Window of the GUI

Constructor & Destructor Documentation

MainWindow::MainWindow ( QWidget *  parent = 0  ) 

Constructs a new MainWindow object

Parameters:
parent the parent widget

MainWindow::~MainWindow (  ) 

Destroys the object


Member Function Documentation

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


Member Data Documentation

QMessageBox MainWindow::aboutDialog [private]

Dialog showing some information about the program

Pointer to the FileManager object which loads the data file

QString MainWindow::fileName [private]

Name of the data file


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

Generated on Tue Jun 2 19:53:44 2009 for Hierarchical Edge Bundles by  doxygen 1.5.7.1