CentralWidget Class Reference
This class is a Widget which contains all the loaded data and one or two stacked graph widgets.
More...
#include <CentralWidget.h>
List of all members.
Public Slots |
void | setGLViewport (bool openGL) |
| sets the viewport of each stacked graph view.
|
void | setAutoGLViewport (bool autoGL) |
| sets the auto GL feature for each stacked graph view.
|
void | setDetailedInformation (bool detailInfo) |
| sets the detailed information feature for each stacked graph view.
|
void | toggleCompareGraph (bool compareGraph) |
| toggles the compare graph.
|
Public Member Functions |
| CentralWidget (QWidget *parent) |
| creates the central widget
|
void | loadData (const QString &filePath) |
| loads the data from the given file path
|
bool | hasGLAA () |
| returns if openGL anti-aliasing is possible.
|
Detailed Description
This class is a Widget which contains all the loaded data and one or two stacked graph widgets.
Constructor & Destructor Documentation
CentralWidget::CentralWidget |
( |
QWidget * |
parent |
) |
|
creates the central widget
Member Function Documentation
bool CentralWidget::hasGLAA |
( |
|
) |
[inline] |
returns if openGL anti-aliasing is possible.
void CentralWidget::loadData |
( |
const QString & |
filePath |
) |
|
loads the data from the given file path
void CentralWidget::setAutoGLViewport |
( |
bool |
autoGL |
) |
[slot] |
sets the auto GL feature for each stacked graph view.
The auto GL mode has just effects, if openGL is supported, and GL anti-aliasing is possible.
- Parameters:
-
| autoGL | if true, activates auto GL (if possible). if false, deactivates auto GL. |
void CentralWidget::setDetailedInformation |
( |
bool |
detailInfo |
) |
[slot] |
sets the detailed information feature for each stacked graph view.
- Parameters:
-
| detailInfo | if true, activates detailed information. if false, deactivates detailed information. |
void CentralWidget::setGLViewport |
( |
bool |
openGL |
) |
[slot] |
sets the viewport of each stacked graph view.
- Parameters:
-
| openGL | if true, all viewports are switched to openGL redering (if possible). if false, all viewports are set to software rendering. |
void CentralWidget::toggleCompareGraph |
( |
bool |
compareGraph |
) |
[slot] |
toggles the compare graph.
- Parameters:
-
| compareGraph | if true, shows the compare graph. if false, hides the compare graph. |
The documentation for this class was generated from the following files: