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