ControlWidget Class Reference
The widget class that controls the visualization settings.
More...
#include <controlWidget.h>
List of all members.
Detailed Description
The widget class that controls the visualization settings.
The ControlWidget class houses other widgets that control specific aspects of a system. It is in charge of passing on all the settings to the RendererWidget class.
Constructor & Destructor Documentation
ControlWidget::ControlWidget |
( |
QWidget * |
parent = 0 |
) |
|
Constructor, creates all the contained widgets and connects the slots.
Also fixates its width.
- Parameters:
-
ControlWidget::~ControlWidget |
( |
|
) |
|
Member Function Documentation
void ControlWidget::gatherSettings |
( |
|
) |
[slot] |
Gathers all the settings and forwards them in a Settings object.
void ControlWidget::loadTransferFunctions |
( |
const char * |
filename |
) |
[inline] |
void ControlWidget::newDataLoaded |
( |
Histogram * |
newHistogram |
) |
[slot] |
A slot function used to notify the widget that new data has been loaded.
- Parameters:
-
| newHistogram | The statistics of the data relevant to the control widget. |
void ControlWidget::saveTransferFunctions |
( |
const char * |
filename |
) |
[inline] |
void ControlWidget::settingsChanged |
( |
Settings * |
|
) |
[signal] |
The documentation for this class was generated from the following files: