#include <vtkKWColorPickerWidget.h>


Public Types | |
| enum | { NewColorChangedEvent = 10000, NewColorChangingEvent, CompactModeChangedEvent } |
| enum | { NewColorChangedEvent = 10000, NewColorChangingEvent, CompactModeChangedEvent } |
| typedef vtkKWCompositeWidget | Superclass |
| typedef vtkKWCompositeWidget | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual double * | GetNewColorAsRGB () |
| virtual void | GetNewColorAsRGB (double &, double &, double &) |
| virtual void | GetNewColorAsRGB (double _arg[3]) |
| virtual void | SetNewColorAsRGB (double r, double g, double b) |
| virtual void | SetNewColorAsRGB (double rgb[3]) |
| virtual double * | GetNewColorAsHSV () |
| virtual void | GetNewColorAsHSV (double &, double &, double &) |
| virtual void | GetNewColorAsHSV (double _arg[3]) |
| virtual void | SetNewColorAsHSV (double r, double g, double b) |
| virtual void | SetNewColorAsHSV (double rgb[3]) |
| virtual double * | GetCurrentColorAsRGB () |
| virtual void | GetCurrentColorAsRGB (double &, double &, double &) |
| virtual void | GetCurrentColorAsRGB (double _arg[3]) |
| virtual void | SetCurrentColorAsRGB (double r, double g, double b) |
| virtual void | SetCurrentColorAsRGB (double rgb[3]) |
| virtual double * | GetCurrentColorAsHSV () |
| virtual void | GetCurrentColorAsHSV (double &, double &, double &) |
| virtual void | GetCurrentColorAsHSV (double _arg[3]) |
| virtual void | SetCurrentColorAsHSV (double r, double g, double b) |
| virtual void | SetCurrentColorAsHSV (double rgb[3]) |
| virtual vtkKWColorPresetSelector * | GetFavoritesColorPresetSelector () |
| virtual vtkKWColorPresetSelector * | GetHistoryColorPresetSelector () |
| virtual void | ColorSpectrumVisibilityOn () |
| virtual void | ColorSpectrumVisibilityOff () |
| virtual void | SetColorSpectrumVisibility (int) |
| virtual int | GetColorSpectrumVisibility () |
| virtual void | ColorSwatchesVisibilityOn () |
| virtual void | ColorSwatchesVisibilityOff () |
| virtual void | SetColorSwatchesVisibility (int) |
| virtual int | GetColorSwatchesVisibility () |
| virtual vtkKWColorSwatchesWidget * | GetColorSwatchesWidget () |
| virtual void | FavoritesVisibilityOn () |
| virtual void | FavoritesVisibilityOff () |
| virtual void | SetFavoritesVisibility (int) |
| virtual int | GetFavoritesVisibility () |
| virtual void | HistoryVisibilityOn () |
| virtual void | HistoryVisibilityOff () |
| virtual void | SetHistoryVisibility (int) |
| virtual int | GetHistoryVisibility () |
| virtual void | CompactModeOn () |
| virtual void | CompactModeOff () |
| virtual void | SetCompactMode (int) |
| virtual int | GetCompactMode () |
| virtual void | ToggleCompactMode () |
| virtual void * | GetEventCallData () |
| virtual void | SetEventCallData (void *) |
| virtual void | FavoritesColorPresetApplyCallback (int id) |
| virtual int | FavoritesColorPresetAddCallback () |
| virtual void | FavoritesColorPresetUpdateCallback (int id) |
| virtual void | HistoryColorPresetApplyCallback (int id) |
| virtual void | CurrentColorCallback () |
| virtual void | HexadecimalColorEntryCallback (const char *) |
| virtual void | SwatchSelectedCallback (double r, double g, double b) |
| virtual void | UpdateInfoLabelCallback () |
| virtual void | UpdateEnableState () |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual double * | GetNewColorAsRGB () |
| virtual void | GetNewColorAsRGB (double &, double &, double &) |
| virtual void | GetNewColorAsRGB (double _arg[3]) |
| virtual void | SetNewColorAsRGB (double r, double g, double b) |
| virtual void | SetNewColorAsRGB (double rgb[3]) |
| virtual double * | GetNewColorAsHSV () |
| virtual void | GetNewColorAsHSV (double &, double &, double &) |
| virtual void | GetNewColorAsHSV (double _arg[3]) |
| virtual void | SetNewColorAsHSV (double r, double g, double b) |
| virtual void | SetNewColorAsHSV (double rgb[3]) |
| virtual double * | GetCurrentColorAsRGB () |
| virtual void | GetCurrentColorAsRGB (double &, double &, double &) |
| virtual void | GetCurrentColorAsRGB (double _arg[3]) |
| virtual void | SetCurrentColorAsRGB (double r, double g, double b) |
| virtual void | SetCurrentColorAsRGB (double rgb[3]) |
| virtual double * | GetCurrentColorAsHSV () |
| virtual void | GetCurrentColorAsHSV (double &, double &, double &) |
| virtual void | GetCurrentColorAsHSV (double _arg[3]) |
| virtual void | SetCurrentColorAsHSV (double r, double g, double b) |
| virtual void | SetCurrentColorAsHSV (double rgb[3]) |
| virtual vtkKWColorPresetSelector * | GetFavoritesColorPresetSelector () |
| virtual vtkKWColorPresetSelector * | GetHistoryColorPresetSelector () |
| virtual void | ColorSpectrumVisibilityOn () |
| virtual void | ColorSpectrumVisibilityOff () |
| virtual void | SetColorSpectrumVisibility (int) |
| virtual int | GetColorSpectrumVisibility () |
| virtual void | ColorSwatchesVisibilityOn () |
| virtual void | ColorSwatchesVisibilityOff () |
| virtual void | SetColorSwatchesVisibility (int) |
| virtual int | GetColorSwatchesVisibility () |
| virtual vtkKWColorSwatchesWidget * | GetColorSwatchesWidget () |
| virtual void | FavoritesVisibilityOn () |
| virtual void | FavoritesVisibilityOff () |
| virtual void | SetFavoritesVisibility (int) |
| virtual int | GetFavoritesVisibility () |
| virtual void | HistoryVisibilityOn () |
| virtual void | HistoryVisibilityOff () |
| virtual void | SetHistoryVisibility (int) |
| virtual int | GetHistoryVisibility () |
| virtual void | CompactModeOn () |
| virtual void | CompactModeOff () |
| virtual void | SetCompactMode (int) |
| virtual int | GetCompactMode () |
| virtual void | ToggleCompactMode () |
| virtual void * | GetEventCallData () |
| virtual void | SetEventCallData (void *) |
| virtual void | FavoritesColorPresetApplyCallback (int id) |
| virtual int | FavoritesColorPresetAddCallback () |
| virtual void | FavoritesColorPresetUpdateCallback (int id) |
| virtual void | HistoryColorPresetApplyCallback (int id) |
| virtual void | CurrentColorCallback () |
| virtual void | HexadecimalColorEntryCallback (const char *) |
| virtual void | SwatchSelectedCallback (double r, double g, double b) |
| virtual void | UpdateInfoLabelCallback () |
| virtual void | UpdateEnableState () |
Static Public Member Functions | |
| static vtkKWColorPickerWidget * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWColorPickerWidget * | SafeDownCast (vtkObject *o) |
| static vtkKWColorPickerWidget * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWColorPickerWidget * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkKWColorPickerWidget () | |
| ~vtkKWColorPickerWidget () | |
| virtual void | CreateWidget () |
| virtual void | Pack () |
| virtual double * | GetInternalNewColorAsRGB () |
| virtual void | GetInternalNewColorAsRGB (double &, double &, double &) |
| virtual void | GetInternalNewColorAsRGB (double[3]) |
| virtual void | SetInternalNewColorAsRGB (double r, double g, double b) |
| virtual void | SetInternalNewColorAsRGB (double rgb[3]) |
| virtual double * | GetInternalNewColorAsHSV () |
| virtual void | GetInternalNewColorAsHSV (double &, double &, double &) |
| virtual void | GetInternalNewColorAsHSV (double[3]) |
| virtual void | SetInternalNewColorAsHSV (double h, double s, double v) |
| virtual void | SetInternalNewColorAsHSV (double hsv[3]) |
| virtual double * | GetInternalCurrentColorAsRGB () |
| virtual void | GetInternalCurrentColorAsRGB (double &, double &, double &) |
| virtual void | GetInternalCurrentColorAsRGB (double[3]) |
| virtual void | SetInternalCurrentColorAsRGB (double r, double g, double b) |
| virtual void | SetInternalCurrentColorAsRGB (double rgb[3]) |
| virtual double * | GetInternalCurrentColorAsHSV () |
| virtual void | GetInternalCurrentColorAsHSV (double &, double &, double &) |
| virtual void | GetInternalCurrentColorAsHSV (double[3]) |
| virtual void | SetInternalCurrentColorAsHSV (double h, double s, double v) |
| virtual void | SetInternalCurrentColorAsHSV (double hsv[3]) |
| virtual void | UpdateSlidersRGB (double rgb[3]) |
| virtual void | UpdateSlidersHSV (double hsv[3]) |
| virtual void | UpdateColorLabel (vtkKWLabel *label, double rgb[3]) |
| virtual void | UpdateHexadecimalColorEntry (double rgb[3]) |
| virtual void | UpdateInfoLabel () |
| virtual void | ScheduleUpdateInfoLabel () |
| virtual void | CreateFavoritesColorPresetSelector () |
| virtual void | CreateHistoryColorPresetSelector () |
| virtual void | CreateColorSwatchesWidget () |
| virtual void | ColorSpectrumChangingCallback () |
| virtual void | RGBSlidersChangingCallback () |
| virtual void | HSVSlidersChangingCallback () |
| virtual void | NewColorChanged () |
| virtual void | NewColorChanging () |
| virtual void | AdjustToCompactMode () |
| virtual void | ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata) |
| vtkKWColorPickerWidget () | |
| ~vtkKWColorPickerWidget () | |
| virtual void | CreateWidget () |
| virtual void | Pack () |
| virtual double * | GetInternalNewColorAsRGB () |
| virtual void | GetInternalNewColorAsRGB (double &, double &, double &) |
| virtual void | GetInternalNewColorAsRGB (double[3]) |
| virtual void | SetInternalNewColorAsRGB (double r, double g, double b) |
| virtual void | SetInternalNewColorAsRGB (double rgb[3]) |
| virtual double * | GetInternalNewColorAsHSV () |
| virtual void | GetInternalNewColorAsHSV (double &, double &, double &) |
| virtual void | GetInternalNewColorAsHSV (double[3]) |
| virtual void | SetInternalNewColorAsHSV (double h, double s, double v) |
| virtual void | SetInternalNewColorAsHSV (double hsv[3]) |
| virtual double * | GetInternalCurrentColorAsRGB () |
| virtual void | GetInternalCurrentColorAsRGB (double &, double &, double &) |
| virtual void | GetInternalCurrentColorAsRGB (double[3]) |
| virtual void | SetInternalCurrentColorAsRGB (double r, double g, double b) |
| virtual void | SetInternalCurrentColorAsRGB (double rgb[3]) |
| virtual double * | GetInternalCurrentColorAsHSV () |
| virtual void | GetInternalCurrentColorAsHSV (double &, double &, double &) |
| virtual void | GetInternalCurrentColorAsHSV (double[3]) |
| virtual void | SetInternalCurrentColorAsHSV (double h, double s, double v) |
| virtual void | SetInternalCurrentColorAsHSV (double hsv[3]) |
| virtual void | UpdateSlidersRGB (double rgb[3]) |
| virtual void | UpdateSlidersHSV (double hsv[3]) |
| virtual void | UpdateColorLabel (vtkKWLabel *label, double rgb[3]) |
| virtual void | UpdateHexadecimalColorEntry (double rgb[3]) |
| virtual void | UpdateInfoLabel () |
| virtual void | ScheduleUpdateInfoLabel () |
| virtual void | CreateFavoritesColorPresetSelector () |
| virtual void | CreateHistoryColorPresetSelector () |
| virtual void | CreateColorSwatchesWidget () |
| virtual void | ColorSpectrumChangingCallback () |
| virtual void | RGBSlidersChangingCallback () |
| virtual void | HSVSlidersChangingCallback () |
| virtual void | NewColorChanged () |
| virtual void | NewColorChanging () |
| virtual void | AdjustToCompactMode () |
| virtual void | ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata) |
Protected Attributes | |
| double | InternalNewColorAsRGB [3] |
| double | InternalNewColorAsHSV [3] |
| double | InternalCurrentColorAsRGB [3] |
| double | InternalCurrentColorAsHSV [3] |
| vtkKWFrame * | SlidersFrame |
| vtkKWFrame * | RGBSlidersFrame |
| vtkKWColorTransferFunctionEditor * | RGBSliders [3] |
| vtkKWFrame * | HSVSlidersFrame |
| vtkKWColorTransferFunctionEditor * | HSVSliders [3] |
| vtkKWRadioButton * | FixedAxisRadioButton [6] |
| vtkKWLabel * | SliderUnitLabel [6] |
| vtkKWNotebook * | Notebook |
| vtkKWEntryWithLabel * | HexadecimalColorEntry |
| vtkKWColorSpectrumWidget * | ColorSpectrumWidget |
| vtkKWColorPresetSelector * | FavoritesColorPresetSelector |
| vtkKWColorPresetSelector * | HistoryColorPresetSelector |
| vtkKWColorSwatchesWidget * | ColorSwatchesWidget |
| vtkKWFrame * | ColorsFrame |
| vtkKWLabelSet * | ColorsLabelSet |
| vtkKWLabelSet * | ColorsNameLabelSet |
| vtkKWLabelWithLabel * | InfoLabel |
| vtkKWPushButton * | CompactModeButton |
| int | ColorSpectrumVisibility |
| int | ColorSwatchesVisibility |
| int | FavoritesVisibility |
| int | HistoryVisibility |
| int | CompactMode |
| void * | EventCallData |
| vtkKWColorPickerWidgetInternals * | Internals |
Definition at line 51 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
Reimplemented from vtkKWCompositeWidget.
Definition at line 55 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
Reimplemented from vtkKWCompositeWidget.
Definition at line 55 of file vtkKWColorPickerWidget.h.
| anonymous enum |
Definition at line 139 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
| anonymous enum |
Definition at line 139 of file vtkKWColorPickerWidget.h.
| vtkKWColorPickerWidget::vtkKWColorPickerWidget | ( | ) | [protected] |
| vtkKWColorPickerWidget::~vtkKWColorPickerWidget | ( | ) | [protected] |
| vtkKWColorPickerWidget::vtkKWColorPickerWidget | ( | ) | [protected] |
| vtkKWColorPickerWidget::~vtkKWColorPickerWidget | ( | ) | [protected] |
| static vtkKWColorPickerWidget* vtkKWColorPickerWidget::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| virtual const char* vtkKWColorPickerWidget::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| static int vtkKWColorPickerWidget::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| virtual int vtkKWColorPickerWidget::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| static vtkKWColorPickerWidget* vtkKWColorPickerWidget::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| void vtkKWColorPickerWidget::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
Reimplemented from vtkKWCompositeWidget.
| virtual double* vtkKWColorPickerWidget::GetNewColorAsRGB | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetNewColorAsRGB | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetNewColorAsRGB | ( | double | _arg[3] | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetNewColorAsRGB | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetNewColorAsRGB | ( | double | rgb[3] | ) | [virtual] |
| virtual double* vtkKWColorPickerWidget::GetNewColorAsHSV | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetNewColorAsHSV | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetNewColorAsHSV | ( | double | _arg[3] | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetNewColorAsHSV | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetNewColorAsHSV | ( | double | rgb[3] | ) | [virtual] |
| virtual double* vtkKWColorPickerWidget::GetCurrentColorAsRGB | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetCurrentColorAsRGB | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetCurrentColorAsRGB | ( | double | _arg[3] | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetCurrentColorAsRGB | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetCurrentColorAsRGB | ( | double | rgb[3] | ) | [virtual] |
| virtual double* vtkKWColorPickerWidget::GetCurrentColorAsHSV | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetCurrentColorAsHSV | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetCurrentColorAsHSV | ( | double | _arg[3] | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetCurrentColorAsHSV | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetCurrentColorAsHSV | ( | double | rgb[3] | ) | [virtual] |
| virtual vtkKWColorPresetSelector* vtkKWColorPickerWidget::GetFavoritesColorPresetSelector | ( | ) | [virtual] |
| virtual vtkKWColorPresetSelector* vtkKWColorPickerWidget::GetHistoryColorPresetSelector | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::ColorSpectrumVisibilityOn | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::ColorSpectrumVisibilityOff | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetColorSpectrumVisibility | ( | int | ) | [virtual] |
| virtual int vtkKWColorPickerWidget::GetColorSpectrumVisibility | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::ColorSwatchesVisibilityOn | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::ColorSwatchesVisibilityOff | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetColorSwatchesVisibility | ( | int | ) | [virtual] |
| virtual int vtkKWColorPickerWidget::GetColorSwatchesVisibility | ( | ) | [virtual] |
| virtual vtkKWColorSwatchesWidget* vtkKWColorPickerWidget::GetColorSwatchesWidget | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::FavoritesVisibilityOn | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::FavoritesVisibilityOff | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetFavoritesVisibility | ( | int | ) | [virtual] |
| virtual int vtkKWColorPickerWidget::GetFavoritesVisibility | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::HistoryVisibilityOn | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::HistoryVisibilityOff | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetHistoryVisibility | ( | int | ) | [virtual] |
| virtual int vtkKWColorPickerWidget::GetHistoryVisibility | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::CompactModeOn | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::CompactModeOff | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetCompactMode | ( | int | ) | [virtual] |
| virtual int vtkKWColorPickerWidget::GetCompactMode | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::ToggleCompactMode | ( | ) | [virtual] |
| virtual void* vtkKWColorPickerWidget::GetEventCallData | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetEventCallData | ( | void * | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::FavoritesColorPresetApplyCallback | ( | int | id | ) | [virtual] |
| virtual int vtkKWColorPickerWidget::FavoritesColorPresetAddCallback | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::FavoritesColorPresetUpdateCallback | ( | int | id | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::HistoryColorPresetApplyCallback | ( | int | id | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::CurrentColorCallback | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::HexadecimalColorEntryCallback | ( | const char * | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SwatchSelectedCallback | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::UpdateInfoLabelCallback | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWWidget.
| virtual void vtkKWColorPickerWidget::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWCompositeWidget.
| virtual void vtkKWColorPickerWidget::Pack | ( | ) | [protected, virtual] |
| virtual double* vtkKWColorPickerWidget::GetInternalNewColorAsRGB | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalNewColorAsRGB | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalNewColorAsRGB | ( | double | [3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalNewColorAsRGB | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalNewColorAsRGB | ( | double | rgb[3] | ) | [protected, virtual] |
| virtual double* vtkKWColorPickerWidget::GetInternalNewColorAsHSV | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalNewColorAsHSV | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalNewColorAsHSV | ( | double | [3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalNewColorAsHSV | ( | double | h, | |
| double | s, | |||
| double | v | |||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalNewColorAsHSV | ( | double | hsv[3] | ) | [protected, virtual] |
| virtual double* vtkKWColorPickerWidget::GetInternalCurrentColorAsRGB | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalCurrentColorAsRGB | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalCurrentColorAsRGB | ( | double | [3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalCurrentColorAsRGB | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalCurrentColorAsRGB | ( | double | rgb[3] | ) | [protected, virtual] |
| virtual double* vtkKWColorPickerWidget::GetInternalCurrentColorAsHSV | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalCurrentColorAsHSV | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalCurrentColorAsHSV | ( | double | [3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalCurrentColorAsHSV | ( | double | h, | |
| double | s, | |||
| double | v | |||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalCurrentColorAsHSV | ( | double | hsv[3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::UpdateSlidersRGB | ( | double | rgb[3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::UpdateSlidersHSV | ( | double | hsv[3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::UpdateColorLabel | ( | vtkKWLabel * | label, | |
| double | rgb[3] | |||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::UpdateHexadecimalColorEntry | ( | double | rgb[3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::UpdateInfoLabel | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::ScheduleUpdateInfoLabel | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::CreateFavoritesColorPresetSelector | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::CreateHistoryColorPresetSelector | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::CreateColorSwatchesWidget | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::ColorSpectrumChangingCallback | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::RGBSlidersChangingCallback | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::HSVSlidersChangingCallback | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::NewColorChanged | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::NewColorChanging | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::AdjustToCompactMode | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::ProcessCallbackCommandEvents | ( | vtkObject * | caller, | |
| unsigned long | event, | |||
| void * | calldata | |||
| ) | [protected, virtual] |
Reimplemented from vtkKWObject.
| static vtkKWColorPickerWidget* vtkKWColorPickerWidget::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| virtual const char* vtkKWColorPickerWidget::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| static int vtkKWColorPickerWidget::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| virtual int vtkKWColorPickerWidget::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| static vtkKWColorPickerWidget* vtkKWColorPickerWidget::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| void vtkKWColorPickerWidget::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
Reimplemented from vtkKWCompositeWidget.
| virtual double* vtkKWColorPickerWidget::GetNewColorAsRGB | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetNewColorAsRGB | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetNewColorAsRGB | ( | double | _arg[3] | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetNewColorAsRGB | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetNewColorAsRGB | ( | double | rgb[3] | ) | [virtual] |
| virtual double* vtkKWColorPickerWidget::GetNewColorAsHSV | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetNewColorAsHSV | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetNewColorAsHSV | ( | double | _arg[3] | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetNewColorAsHSV | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetNewColorAsHSV | ( | double | rgb[3] | ) | [virtual] |
| virtual double* vtkKWColorPickerWidget::GetCurrentColorAsRGB | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetCurrentColorAsRGB | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetCurrentColorAsRGB | ( | double | _arg[3] | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetCurrentColorAsRGB | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetCurrentColorAsRGB | ( | double | rgb[3] | ) | [virtual] |
| virtual double* vtkKWColorPickerWidget::GetCurrentColorAsHSV | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetCurrentColorAsHSV | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::GetCurrentColorAsHSV | ( | double | _arg[3] | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetCurrentColorAsHSV | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetCurrentColorAsHSV | ( | double | rgb[3] | ) | [virtual] |
| virtual vtkKWColorPresetSelector* vtkKWColorPickerWidget::GetFavoritesColorPresetSelector | ( | ) | [virtual] |
| virtual vtkKWColorPresetSelector* vtkKWColorPickerWidget::GetHistoryColorPresetSelector | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::ColorSpectrumVisibilityOn | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::ColorSpectrumVisibilityOff | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetColorSpectrumVisibility | ( | int | ) | [virtual] |
| virtual int vtkKWColorPickerWidget::GetColorSpectrumVisibility | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::ColorSwatchesVisibilityOn | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::ColorSwatchesVisibilityOff | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetColorSwatchesVisibility | ( | int | ) | [virtual] |
| virtual int vtkKWColorPickerWidget::GetColorSwatchesVisibility | ( | ) | [virtual] |
| virtual vtkKWColorSwatchesWidget* vtkKWColorPickerWidget::GetColorSwatchesWidget | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::FavoritesVisibilityOn | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::FavoritesVisibilityOff | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetFavoritesVisibility | ( | int | ) | [virtual] |
| virtual int vtkKWColorPickerWidget::GetFavoritesVisibility | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::HistoryVisibilityOn | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::HistoryVisibilityOff | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetHistoryVisibility | ( | int | ) | [virtual] |
| virtual int vtkKWColorPickerWidget::GetHistoryVisibility | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::CompactModeOn | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::CompactModeOff | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetCompactMode | ( | int | ) | [virtual] |
| virtual int vtkKWColorPickerWidget::GetCompactMode | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::ToggleCompactMode | ( | ) | [virtual] |
| virtual void* vtkKWColorPickerWidget::GetEventCallData | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SetEventCallData | ( | void * | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::FavoritesColorPresetApplyCallback | ( | int | id | ) | [virtual] |
| virtual int vtkKWColorPickerWidget::FavoritesColorPresetAddCallback | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::FavoritesColorPresetUpdateCallback | ( | int | id | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::HistoryColorPresetApplyCallback | ( | int | id | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::CurrentColorCallback | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::HexadecimalColorEntryCallback | ( | const char * | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::SwatchSelectedCallback | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
| virtual void vtkKWColorPickerWidget::UpdateInfoLabelCallback | ( | ) | [virtual] |
| virtual void vtkKWColorPickerWidget::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWWidget.
| virtual void vtkKWColorPickerWidget::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWCompositeWidget.
| virtual void vtkKWColorPickerWidget::Pack | ( | ) | [protected, virtual] |
| virtual double* vtkKWColorPickerWidget::GetInternalNewColorAsRGB | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalNewColorAsRGB | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalNewColorAsRGB | ( | double | [3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalNewColorAsRGB | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalNewColorAsRGB | ( | double | rgb[3] | ) | [protected, virtual] |
| virtual double* vtkKWColorPickerWidget::GetInternalNewColorAsHSV | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalNewColorAsHSV | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalNewColorAsHSV | ( | double | [3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalNewColorAsHSV | ( | double | h, | |
| double | s, | |||
| double | v | |||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalNewColorAsHSV | ( | double | hsv[3] | ) | [protected, virtual] |
| virtual double* vtkKWColorPickerWidget::GetInternalCurrentColorAsRGB | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalCurrentColorAsRGB | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalCurrentColorAsRGB | ( | double | [3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalCurrentColorAsRGB | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalCurrentColorAsRGB | ( | double | rgb[3] | ) | [protected, virtual] |
| virtual double* vtkKWColorPickerWidget::GetInternalCurrentColorAsHSV | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalCurrentColorAsHSV | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::GetInternalCurrentColorAsHSV | ( | double | [3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalCurrentColorAsHSV | ( | double | h, | |
| double | s, | |||
| double | v | |||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::SetInternalCurrentColorAsHSV | ( | double | hsv[3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::UpdateSlidersRGB | ( | double | rgb[3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::UpdateSlidersHSV | ( | double | hsv[3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::UpdateColorLabel | ( | vtkKWLabel * | label, | |
| double | rgb[3] | |||
| ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::UpdateHexadecimalColorEntry | ( | double | rgb[3] | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::UpdateInfoLabel | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::ScheduleUpdateInfoLabel | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::CreateFavoritesColorPresetSelector | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::CreateHistoryColorPresetSelector | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::CreateColorSwatchesWidget | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::ColorSpectrumChangingCallback | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::RGBSlidersChangingCallback | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::HSVSlidersChangingCallback | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::NewColorChanged | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::NewColorChanging | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::AdjustToCompactMode | ( | ) | [protected, virtual] |
| virtual void vtkKWColorPickerWidget::ProcessCallbackCommandEvents | ( | vtkObject * | caller, | |
| unsigned long | event, | |||
| void * | calldata | |||
| ) | [protected, virtual] |
Reimplemented from vtkKWObject.
double vtkKWColorPickerWidget::InternalNewColorAsRGB [protected] |
Definition at line 183 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
double vtkKWColorPickerWidget::InternalNewColorAsHSV [protected] |
Definition at line 187 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
double vtkKWColorPickerWidget::InternalCurrentColorAsRGB [protected] |
Definition at line 194 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
double vtkKWColorPickerWidget::InternalCurrentColorAsHSV [protected] |
Definition at line 198 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
vtkKWFrame * vtkKWColorPickerWidget::SlidersFrame [protected] |
Definition at line 203 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
vtkKWFrame * vtkKWColorPickerWidget::RGBSlidersFrame [protected] |
Definition at line 205 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
Definition at line 206 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
vtkKWFrame * vtkKWColorPickerWidget::HSVSlidersFrame [protected] |
Definition at line 208 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
Definition at line 209 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
vtkKWRadioButton * vtkKWColorPickerWidget::FixedAxisRadioButton [protected] |
Definition at line 211 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
vtkKWLabel * vtkKWColorPickerWidget::SliderUnitLabel [protected] |
Definition at line 212 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
vtkKWNotebook * vtkKWColorPickerWidget::Notebook [protected] |
Definition at line 214 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
Definition at line 216 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
Definition at line 217 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
Definition at line 218 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
Definition at line 219 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
Definition at line 220 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
vtkKWFrame * vtkKWColorPickerWidget::ColorsFrame [protected] |
Definition at line 222 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
vtkKWLabelSet * vtkKWColorPickerWidget::ColorsLabelSet [protected] |
Definition at line 223 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
vtkKWLabelSet * vtkKWColorPickerWidget::ColorsNameLabelSet [protected] |
Definition at line 224 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
vtkKWLabelWithLabel * vtkKWColorPickerWidget::InfoLabel [protected] |
Definition at line 226 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
vtkKWPushButton * vtkKWColorPickerWidget::CompactModeButton [protected] |
Definition at line 227 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
int vtkKWColorPickerWidget::ColorSpectrumVisibility [protected] |
Definition at line 237 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
int vtkKWColorPickerWidget::ColorSwatchesVisibility [protected] |
Definition at line 238 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
int vtkKWColorPickerWidget::FavoritesVisibility [protected] |
Definition at line 239 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
int vtkKWColorPickerWidget::HistoryVisibility [protected] |
Definition at line 240 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
int vtkKWColorPickerWidget::CompactMode [protected] |
Definition at line 241 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
void * vtkKWColorPickerWidget::EventCallData [protected] |
Definition at line 243 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
vtkKWColorPickerWidgetInternals * vtkKWColorPickerWidget::Internals [protected] |
Reimplemented from vtkKWCoreWidget.
Definition at line 267 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerWidget.h.
1.6.1