#include <Libs/Visualization/VTK/Widgets/ctkVTKPropertyWidget.h>
|
QScopedPointer< ctkVTKPropertyWidgetPrivate > | d_ptr |
|
Definition at line 36 of file ctkVTKPropertyWidget.h.
Enumerator |
---|
RepresentationVisible |
|
RepresentationCollapsed |
|
ColorVisible |
|
ColorCollapsed |
|
LightingVisible |
|
LightingCollapsed |
|
MaterialVisible |
|
MaterialCollapsed |
|
AllVisible |
|
AllCollapsed |
|
Definition at line 56 of file ctkVTKPropertyWidget.h.
ctkVTKPropertyWidget::ctkVTKPropertyWidget |
( |
QWidget * |
parentWidget | ) |
|
ctkVTKPropertyWidget::ctkVTKPropertyWidget |
( |
vtkProperty * |
property, |
|
|
QWidget * |
parentWidget |
|
) |
| |
virtual ctkVTKPropertyWidget::~ctkVTKPropertyWidget |
( |
| ) |
|
|
virtual |
virtual bool ctkVTKPropertyWidget::backfaceCulling |
( |
| ) |
const |
|
virtual |
virtual QColor ctkVTKPropertyWidget::color |
( |
| ) |
const |
|
virtual |
ctkColorPickerButton::ColorDialogOptions ctkVTKPropertyWidget::colorDialogOptions |
( |
| ) |
const |
virtual QColor ctkVTKPropertyWidget::edgeColor |
( |
| ) |
const |
|
virtual |
virtual bool ctkVTKPropertyWidget::edgeVisibility |
( |
| ) |
const |
|
virtual |
virtual bool ctkVTKPropertyWidget::frontfaceCulling |
( |
| ) |
const |
|
virtual |
ctkVTKPropertyWidget::GroupsState ctkVTKPropertyWidget::groupsState |
( |
| ) |
const |
virtual int ctkVTKPropertyWidget::interpolation |
( |
| ) |
const |
|
virtual |
virtual bool ctkVTKPropertyWidget::lighting |
( |
| ) |
const |
|
virtual |
virtual double ctkVTKPropertyWidget::lineWidth |
( |
| ) |
const |
|
virtual |
virtual double ctkVTKPropertyWidget::opacity |
( |
| ) |
const |
|
virtual |
virtual double ctkVTKPropertyWidget::pointSize |
( |
| ) |
const |
|
virtual |
vtkProperty* ctkVTKPropertyWidget::property |
( |
| ) |
const |
virtual int ctkVTKPropertyWidget::representation |
( |
| ) |
const |
|
virtual |
virtual void ctkVTKPropertyWidget::setBackfaceCulling |
( |
bool |
newBackfaceCulling | ) |
|
|
virtualslot |
virtual void ctkVTKPropertyWidget::setColor |
( |
const QColor & |
newColor | ) |
|
|
virtualslot |
void ctkVTKPropertyWidget::setColorDialogOptions |
( |
ctkColorPickerButton::ColorDialogOptions |
options | ) |
|
virtual void ctkVTKPropertyWidget::setEdgeColor |
( |
const QColor & |
newColor | ) |
|
|
virtualslot |
virtual void ctkVTKPropertyWidget::setEdgeVisibility |
( |
bool |
newEdgeVisibility | ) |
|
|
virtualslot |
virtual void ctkVTKPropertyWidget::setFrontfaceCulling |
( |
bool |
newFrontfaceCulling | ) |
|
|
virtualslot |
void ctkVTKPropertyWidget::setGroupsState |
( |
ctkVTKPropertyWidget::GroupsState |
state | ) |
|
virtual void ctkVTKPropertyWidget::setInterpolation |
( |
int |
newInterpolation | ) |
|
|
virtualslot |
virtual void ctkVTKPropertyWidget::setLighting |
( |
bool |
newLighting | ) |
|
|
virtualslot |
virtual void ctkVTKPropertyWidget::setLineWidth |
( |
double |
newLineWidth | ) |
|
|
virtualslot |
virtual void ctkVTKPropertyWidget::setOpacity |
( |
double |
newOpacity | ) |
|
|
virtualslot |
virtual void ctkVTKPropertyWidget::setPointSize |
( |
double |
newPointSize | ) |
|
|
virtualslot |
virtual void ctkVTKPropertyWidget::setProperty |
( |
vtkProperty * |
property | ) |
|
|
virtualslot |
virtual void ctkVTKPropertyWidget::setRepresentation |
( |
int |
newRepresentation | ) |
|
|
virtualslot |
virtual void ctkVTKPropertyWidget::setShading |
( |
bool |
newShading | ) |
|
|
virtualslot |
virtual bool ctkVTKPropertyWidget::shading |
( |
| ) |
const |
|
virtual |
void ctkVTKPropertyWidget::updateWidgetFromProperty |
( |
| ) |
|
|
protectedslot |
QScopedPointer<ctkVTKPropertyWidgetPrivate> ctkVTKPropertyWidget::d_ptr |
|
protected |
ctkColorPickerButton::ColorDialogOptions ctkVTKPropertyWidget::colorDialogOptions |
|
readwrite |
This property controls the color dialog option of the Color and EdgeColor color picker buttons. Same default as ctkColorPickerbutton
Definition at line 53 of file ctkVTKPropertyWidget.h.
GroupsState ctkVTKPropertyWidget::groupsState |
|
readwrite |
The documentation for this class was generated from the following file: