NorMIT-nav  18.04
An IGT application
cx::PerformanceTab Class Reference

Configure performance tab in preferences dialog. More...

#include <cxPreferenceTab.h>

Inheritance diagram for cx::PerformanceTab:
cx::PreferenceTab

Public Slots

void saveParametersSlot ()
 
- Public Slots inherited from cx::PreferenceTab
virtual void saveParametersSlot ()=0
 

Public Member Functions

 PerformanceTab (QWidget *parent=0)
 
void init ()
 
- Public Member Functions inherited from cx::PreferenceTab
 PreferenceTab (QWidget *parent=0)
 

Protected Attributes

QSpinBox * mRenderingIntervalSpinBox
 
QLabel * mRenderingRateLabel
 
QCheckBox * mSmartRenderCheckBox
 
QCheckBox * mGPU2DRenderCheckBox
 
QCheckBox * mLinearInterpolationIn2DCheckBox
 
QCheckBox * mOptimizedViewsCheckBox
 
QCheckBox * mGPU3DDepthPeelingCheckBox
 
QCheckBox * mShadingCheckBox
 
QGridLayout * mMainLayout
 
DoublePropertyPtr mMaxRenderSize
 
DoublePropertyPtr mStillUpdateRate
 
StringPropertyPtr m3DVisualizer
 
- Protected Attributes inherited from cx::PreferenceTab
QVBoxLayout * mTopLayout
 

Additional Inherited Members

- Signals inherited from cx::PreferenceTab
void savedParameters ()
 

Detailed Description

Configure performance tab in preferences dialog.

Date
Mar 8, 2010
Author
Ole Vegard Solberg, SINTEF

Definition at line 56 of file cxPreferenceTab.h.

Constructor & Destructor Documentation

cx::PerformanceTab::PerformanceTab ( QWidget *  parent = 0)

Definition at line 47 of file cxPreferenceTab.cpp.

Member Function Documentation

void cx::PerformanceTab::init ( )
virtual

Implements cx::PreferenceTab.

Definition at line 61 of file cxPreferenceTab.cpp.

void cx::PerformanceTab::saveParametersSlot ( )
slot

Definition at line 182 of file cxPreferenceTab.cpp.

Member Data Documentation

StringPropertyPtr cx::PerformanceTab::m3DVisualizer
protected

Definition at line 79 of file cxPreferenceTab.h.

QCheckBox* cx::PerformanceTab::mGPU2DRenderCheckBox
protected

Definition at line 71 of file cxPreferenceTab.h.

QCheckBox* cx::PerformanceTab::mGPU3DDepthPeelingCheckBox
protected

Definition at line 74 of file cxPreferenceTab.h.

QCheckBox* cx::PerformanceTab::mLinearInterpolationIn2DCheckBox
protected

Definition at line 72 of file cxPreferenceTab.h.

QGridLayout* cx::PerformanceTab::mMainLayout
protected

Definition at line 76 of file cxPreferenceTab.h.

DoublePropertyPtr cx::PerformanceTab::mMaxRenderSize
protected

Definition at line 77 of file cxPreferenceTab.h.

QCheckBox* cx::PerformanceTab::mOptimizedViewsCheckBox
protected

Definition at line 73 of file cxPreferenceTab.h.

QSpinBox* cx::PerformanceTab::mRenderingIntervalSpinBox
protected

Definition at line 68 of file cxPreferenceTab.h.

QLabel* cx::PerformanceTab::mRenderingRateLabel
protected

Definition at line 69 of file cxPreferenceTab.h.

QCheckBox* cx::PerformanceTab::mShadingCheckBox
protected

Definition at line 75 of file cxPreferenceTab.h.

QCheckBox* cx::PerformanceTab::mSmartRenderCheckBox
protected

Definition at line 70 of file cxPreferenceTab.h.

DoublePropertyPtr cx::PerformanceTab::mStillUpdateRate
protected

Definition at line 78 of file cxPreferenceTab.h.


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