#include <vtkKWVolumePropertyPresetSelector.h>


Public Types | |
| typedef vtkKWPresetSelector | Superclass |
| typedef vtkKWPresetSelector | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | SetPresetVolumeProperty (int id, vtkVolumeProperty *prop) |
| virtual vtkVolumeProperty * | GetPresetVolumeProperty (int id) |
| virtual int | SetPresetType (int id, const char *type) |
| virtual const char * | GetPresetType (int id) |
| virtual int | GetPresetIndependentComponents (int id) |
| virtual int | SetPresetIndependentComponents (int id, int flag) |
| virtual int | GetPresetBlendMode (int id) |
| virtual int | SetPresetBlendMode (int id, int flag) |
| virtual int | HasPresetBlendMode (int id) |
| virtual int | GetPresetHistogramFlag (int id) |
| virtual int | SetPresetHistogramFlag (int id, int flag) |
| virtual int | IsPresetRangeInsideRange (int id, double range[2]) |
| virtual void | SetTypeColumnVisibility (int) |
| virtual int | GetTypeColumnVisibility () |
| virtual void | TypeColumnVisibilityOn () |
| virtual void | TypeColumnVisibilityOff () |
| virtual void | AddDefaultNormalizedPresets (const char *type) |
| virtual void | SetPresetFilterRangeConstraint (double range[2]) |
| virtual double * | GetPresetFilterRangeConstraint () |
| virtual void | DeletePresetFilterRangeConstraint () |
| virtual int | IsPresetFiltered (int id) |
| virtual void | SetPresetTypeSlotName (const char *) |
| virtual const char * | GetPresetTypeSlotName () |
| virtual void | SetPresetIndependentComponentsSlotName (const char *) |
| virtual const char * | GetPresetIndependentComponentsSlotName () |
| virtual void | SetPresetHistogramFlagSlotName (const char *) |
| virtual const char * | GetPresetHistogramFlagSlotName () |
| virtual void | SetPresetBlendModeSlotName (const char *) |
| virtual const char * | GetPresetBlendModeSlotName () |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | SetPresetVolumeProperty (int id, vtkVolumeProperty *prop) |
| virtual vtkVolumeProperty * | GetPresetVolumeProperty (int id) |
| virtual int | SetPresetType (int id, const char *type) |
| virtual const char * | GetPresetType (int id) |
| virtual int | GetPresetIndependentComponents (int id) |
| virtual int | SetPresetIndependentComponents (int id, int flag) |
| virtual int | GetPresetBlendMode (int id) |
| virtual int | SetPresetBlendMode (int id, int flag) |
| virtual int | HasPresetBlendMode (int id) |
| virtual int | GetPresetHistogramFlag (int id) |
| virtual int | SetPresetHistogramFlag (int id, int flag) |
| virtual int | IsPresetRangeInsideRange (int id, double range[2]) |
| virtual void | SetTypeColumnVisibility (int) |
| virtual int | GetTypeColumnVisibility () |
| virtual void | TypeColumnVisibilityOn () |
| virtual void | TypeColumnVisibilityOff () |
| virtual void | AddDefaultNormalizedPresets (const char *type) |
| virtual void | SetPresetFilterRangeConstraint (double range[2]) |
| virtual double * | GetPresetFilterRangeConstraint () |
| virtual void | DeletePresetFilterRangeConstraint () |
| virtual int | IsPresetFiltered (int id) |
| virtual void | SetPresetTypeSlotName (const char *) |
| virtual const char * | GetPresetTypeSlotName () |
| virtual void | SetPresetIndependentComponentsSlotName (const char *) |
| virtual const char * | GetPresetIndependentComponentsSlotName () |
| virtual void | SetPresetHistogramFlagSlotName (const char *) |
| virtual const char * | GetPresetHistogramFlagSlotName () |
| virtual void | SetPresetBlendModeSlotName (const char *) |
| virtual const char * | GetPresetBlendModeSlotName () |
Static Public Member Functions | |
| static vtkKWVolumePropertyPresetSelector * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWVolumePropertyPresetSelector * | SafeDownCast (vtkObject *o) |
| static vtkKWVolumePropertyPresetSelector * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWVolumePropertyPresetSelector * | SafeDownCast (vtkObject *o) |
Static Public Attributes | |
| static const char * | TypeColumnName |
Protected Member Functions | |
| vtkKWVolumePropertyPresetSelector () | |
| ~vtkKWVolumePropertyPresetSelector () | |
| virtual void | CreateColumns () |
| virtual int | UpdatePresetRow (int id) |
| virtual int | GetTypeColumnIndex () |
| virtual void | UpdateToolbarPresetButtons (vtkKWToolbar *) |
| virtual void | PopulatePresetContextMenu (vtkKWMenu *menu, int id) |
| vtkKWVolumePropertyPresetSelector () | |
| ~vtkKWVolumePropertyPresetSelector () | |
| virtual void | CreateColumns () |
| virtual int | UpdatePresetRow (int id) |
| virtual int | GetTypeColumnIndex () |
| virtual void | UpdateToolbarPresetButtons (vtkKWToolbar *) |
| virtual void | PopulatePresetContextMenu (vtkKWMenu *menu, int id) |
Protected Attributes | |
| vtkKWVolumePropertyPresetSelectorInternals * | Internals |
Definition at line 33 of file debian/tmp/usr/include/KWWidgets/vtkKWVolumePropertyPresetSelector.h.
Reimplemented from vtkKWPresetSelector.
Definition at line 37 of file debian/tmp/usr/include/KWWidgets/vtkKWVolumePropertyPresetSelector.h.
Reimplemented from vtkKWPresetSelector.
Definition at line 37 of file vtkKWVolumePropertyPresetSelector.h.
| vtkKWVolumePropertyPresetSelector::vtkKWVolumePropertyPresetSelector | ( | ) | [protected] |
| vtkKWVolumePropertyPresetSelector::~vtkKWVolumePropertyPresetSelector | ( | ) | [protected] |
| vtkKWVolumePropertyPresetSelector::vtkKWVolumePropertyPresetSelector | ( | ) | [protected] |
| vtkKWVolumePropertyPresetSelector::~vtkKWVolumePropertyPresetSelector | ( | ) | [protected] |
| static vtkKWVolumePropertyPresetSelector* vtkKWVolumePropertyPresetSelector::New | ( | ) | [static] |
Reimplemented from vtkKWPresetSelector.
| virtual const char* vtkKWVolumePropertyPresetSelector::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWPresetSelector.
| static int vtkKWVolumePropertyPresetSelector::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWPresetSelector.
| virtual int vtkKWVolumePropertyPresetSelector::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWPresetSelector.
| static vtkKWVolumePropertyPresetSelector* vtkKWVolumePropertyPresetSelector::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWPresetSelector.
| void vtkKWVolumePropertyPresetSelector::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
Reimplemented from vtkKWPresetSelector.
| virtual int vtkKWVolumePropertyPresetSelector::SetPresetVolumeProperty | ( | int | id, | |
| vtkVolumeProperty * | prop | |||
| ) | [virtual] |
| virtual vtkVolumeProperty* vtkKWVolumePropertyPresetSelector::GetPresetVolumeProperty | ( | int | id | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::SetPresetType | ( | int | id, | |
| const char * | type | |||
| ) | [virtual] |
| virtual const char* vtkKWVolumePropertyPresetSelector::GetPresetType | ( | int | id | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::GetPresetIndependentComponents | ( | int | id | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::SetPresetIndependentComponents | ( | int | id, | |
| int | flag | |||
| ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::GetPresetBlendMode | ( | int | id | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::SetPresetBlendMode | ( | int | id, | |
| int | flag | |||
| ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::HasPresetBlendMode | ( | int | id | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::GetPresetHistogramFlag | ( | int | id | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::SetPresetHistogramFlag | ( | int | id, | |
| int | flag | |||
| ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::IsPresetRangeInsideRange | ( | int | id, | |
| double | range[2] | |||
| ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::SetTypeColumnVisibility | ( | int | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::GetTypeColumnVisibility | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::TypeColumnVisibilityOn | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::TypeColumnVisibilityOff | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::AddDefaultNormalizedPresets | ( | const char * | type | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::SetPresetFilterRangeConstraint | ( | double | range[2] | ) | [virtual] |
| virtual double* vtkKWVolumePropertyPresetSelector::GetPresetFilterRangeConstraint | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::DeletePresetFilterRangeConstraint | ( | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::IsPresetFiltered | ( | int | id | ) | [virtual] |
Reimplemented from vtkKWPresetSelector.
| virtual void vtkKWVolumePropertyPresetSelector::SetPresetTypeSlotName | ( | const char * | ) | [virtual] |
| virtual const char* vtkKWVolumePropertyPresetSelector::GetPresetTypeSlotName | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::SetPresetIndependentComponentsSlotName | ( | const char * | ) | [virtual] |
| virtual const char* vtkKWVolumePropertyPresetSelector::GetPresetIndependentComponentsSlotName | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::SetPresetHistogramFlagSlotName | ( | const char * | ) | [virtual] |
| virtual const char* vtkKWVolumePropertyPresetSelector::GetPresetHistogramFlagSlotName | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::SetPresetBlendModeSlotName | ( | const char * | ) | [virtual] |
| virtual const char* vtkKWVolumePropertyPresetSelector::GetPresetBlendModeSlotName | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::CreateColumns | ( | ) | [protected, virtual] |
Reimplemented from vtkKWPresetSelector.
| virtual int vtkKWVolumePropertyPresetSelector::UpdatePresetRow | ( | int | id | ) | [protected, virtual] |
Reimplemented from vtkKWPresetSelector.
| virtual int vtkKWVolumePropertyPresetSelector::GetTypeColumnIndex | ( | ) | [protected, virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::UpdateToolbarPresetButtons | ( | vtkKWToolbar * | ) | [protected, virtual] |
Reimplemented from vtkKWPresetSelector.
| virtual void vtkKWVolumePropertyPresetSelector::PopulatePresetContextMenu | ( | vtkKWMenu * | menu, | |
| int | id | |||
| ) | [protected, virtual] |
Reimplemented from vtkKWPresetSelector.
| static vtkKWVolumePropertyPresetSelector* vtkKWVolumePropertyPresetSelector::New | ( | ) | [static] |
Reimplemented from vtkKWPresetSelector.
| virtual const char* vtkKWVolumePropertyPresetSelector::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWPresetSelector.
| static int vtkKWVolumePropertyPresetSelector::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWPresetSelector.
| virtual int vtkKWVolumePropertyPresetSelector::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWPresetSelector.
| static vtkKWVolumePropertyPresetSelector* vtkKWVolumePropertyPresetSelector::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWPresetSelector.
| void vtkKWVolumePropertyPresetSelector::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
Reimplemented from vtkKWPresetSelector.
| virtual int vtkKWVolumePropertyPresetSelector::SetPresetVolumeProperty | ( | int | id, | |
| vtkVolumeProperty * | prop | |||
| ) | [virtual] |
| virtual vtkVolumeProperty* vtkKWVolumePropertyPresetSelector::GetPresetVolumeProperty | ( | int | id | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::SetPresetType | ( | int | id, | |
| const char * | type | |||
| ) | [virtual] |
| virtual const char* vtkKWVolumePropertyPresetSelector::GetPresetType | ( | int | id | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::GetPresetIndependentComponents | ( | int | id | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::SetPresetIndependentComponents | ( | int | id, | |
| int | flag | |||
| ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::GetPresetBlendMode | ( | int | id | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::SetPresetBlendMode | ( | int | id, | |
| int | flag | |||
| ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::HasPresetBlendMode | ( | int | id | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::GetPresetHistogramFlag | ( | int | id | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::SetPresetHistogramFlag | ( | int | id, | |
| int | flag | |||
| ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::IsPresetRangeInsideRange | ( | int | id, | |
| double | range[2] | |||
| ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::SetTypeColumnVisibility | ( | int | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::GetTypeColumnVisibility | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::TypeColumnVisibilityOn | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::TypeColumnVisibilityOff | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::AddDefaultNormalizedPresets | ( | const char * | type | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::SetPresetFilterRangeConstraint | ( | double | range[2] | ) | [virtual] |
| virtual double* vtkKWVolumePropertyPresetSelector::GetPresetFilterRangeConstraint | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::DeletePresetFilterRangeConstraint | ( | ) | [virtual] |
| virtual int vtkKWVolumePropertyPresetSelector::IsPresetFiltered | ( | int | id | ) | [virtual] |
Reimplemented from vtkKWPresetSelector.
| virtual void vtkKWVolumePropertyPresetSelector::SetPresetTypeSlotName | ( | const char * | ) | [virtual] |
| virtual const char* vtkKWVolumePropertyPresetSelector::GetPresetTypeSlotName | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::SetPresetIndependentComponentsSlotName | ( | const char * | ) | [virtual] |
| virtual const char* vtkKWVolumePropertyPresetSelector::GetPresetIndependentComponentsSlotName | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::SetPresetHistogramFlagSlotName | ( | const char * | ) | [virtual] |
| virtual const char* vtkKWVolumePropertyPresetSelector::GetPresetHistogramFlagSlotName | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::SetPresetBlendModeSlotName | ( | const char * | ) | [virtual] |
| virtual const char* vtkKWVolumePropertyPresetSelector::GetPresetBlendModeSlotName | ( | ) | [virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::CreateColumns | ( | ) | [protected, virtual] |
Reimplemented from vtkKWPresetSelector.
| virtual int vtkKWVolumePropertyPresetSelector::UpdatePresetRow | ( | int | id | ) | [protected, virtual] |
Reimplemented from vtkKWPresetSelector.
| virtual int vtkKWVolumePropertyPresetSelector::GetTypeColumnIndex | ( | ) | [protected, virtual] |
| virtual void vtkKWVolumePropertyPresetSelector::UpdateToolbarPresetButtons | ( | vtkKWToolbar * | ) | [protected, virtual] |
Reimplemented from vtkKWPresetSelector.
| virtual void vtkKWVolumePropertyPresetSelector::PopulatePresetContextMenu | ( | vtkKWMenu * | menu, | |
| int | id | |||
| ) | [protected, virtual] |
Reimplemented from vtkKWPresetSelector.
static const char * vtkKWVolumePropertyPresetSelector::TypeColumnName [static] |
Definition at line 147 of file debian/tmp/usr/include/KWWidgets/vtkKWVolumePropertyPresetSelector.h.
vtkKWVolumePropertyPresetSelectorInternals * vtkKWVolumePropertyPresetSelector::Internals [protected] |
Reimplemented from vtkKWPresetSelector.
Definition at line 187 of file debian/tmp/usr/include/KWWidgets/vtkKWVolumePropertyPresetSelector.h.
1.6.1