MainWidget Class Reference
The widget class that contains the RendererWidget and the ControlWidget.
More...
#include <mainWidget.h>
List of all members.
Public Member Functions |
| MainWidget (QWidget *parent=0) |
| Constructor, initializes the subwidgets, connects the slots and signals.
|
bool | loadData (FlowData *stream) |
| Wrapper that calls the child function.
|
void | saveTransferFunction (const char *filename) |
void | loadTransferFunction (const char *filename) |
Detailed Description
The widget class that contains the RendererWidget and the ControlWidget.
The class is only a container, nothing more.
Constructor & Destructor Documentation
MainWidget::MainWidget |
( |
QWidget * |
parent = 0 |
) |
|
Constructor, initializes the subwidgets, connects the slots and signals.
- Parameters:
-
| parent | The parent of the widget. |
Member Function Documentation
bool MainWidget::loadData |
( |
FlowData * |
data |
) |
|
Wrapper that calls the child function.
- Parameters:
-
| stream | QDataStream from which the data is to be read. |
void MainWidget::loadTransferFunction |
( |
const char * |
filename |
) |
[inline] |
void MainWidget::saveTransferFunction |
( |
const char * |
filename |
) |
[inline] |
The documentation for this class was generated from the following files:
- C:/Documents and Settings/benesova/Plocha/FlowVis/vislab2/mainWidget.h
- C:/Documents and Settings/benesova/Plocha/FlowVis/vislab2/mainWidget.cpp