#include <flowvis.h>
Collaboration diagram for FlowVis:
Public Member Functions | |
FlowVis (QWidget *parent=0, Qt::WFlags flags=0) | |
~FlowVis () | |
Public Attributes | |
mainWidget * | mainWindow |
Private Slots | |
void | loadDataset () |
Private Member Functions | |
void | createMenu () |
void | createActions () |
Private Attributes | |
QAction * | loadData |
QAction * | exitApp |
QAction * | saveImage |
QMenu * | mainMenu |
flowData * | data |
ColorMapping * | m_colorMap |
FlowVis::FlowVis | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | flags = 0 | |||
) |
constructor
FlowVis::~FlowVis | ( | ) |
destructor
void FlowVis::createMenu | ( | ) | [private] |
Creates the Menu of the Program, there it is possible to load data sets.
void FlowVis::createActions | ( | ) | [private] |
Creates the Actions to the entries in the menu.
So, if the user picks 'Load Dataset' that the user can actually load a dataset.
void FlowVis::loadDataset | ( | ) | [private, slot] |
Function to load a Grid and a Datfile, is called if the user chooses the appropriate entry in the menu bar.
QAction* FlowVis::loadData [private] |
QAction* FlowVis::exitApp [private] |
QAction* FlowVis::saveImage [private] |
QMenu* FlowVis::mainMenu [private] |
flowData* FlowVis::data [private] |
ColorMapping* FlowVis::m_colorMap [private] |