#include <vtkKWColorPickerDialog.h>
Public Types | |
typedef vtkKWDialog | Superclass |
typedef vtkKWDialog | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkKWColorPickerWidget * | GetColorPickerWidget () |
virtual void | OK () |
virtual void | Display () |
virtual void | UpdateEnableState () |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkKWColorPickerWidget * | GetColorPickerWidget () |
virtual void | OK () |
virtual void | Display () |
virtual void | UpdateEnableState () |
Static Public Member Functions | |
static vtkKWColorPickerDialog * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWColorPickerDialog * | SafeDownCast (vtkObject *o) |
static vtkKWColorPickerDialog * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWColorPickerDialog * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkKWColorPickerDialog () | |
~vtkKWColorPickerDialog () | |
virtual void | CreateWidget () |
virtual void | ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata) |
virtual void | UpdateSize () |
vtkKWColorPickerDialog () | |
~vtkKWColorPickerDialog () | |
virtual void | CreateWidget () |
virtual void | ProcessCallbackCommandEvents (vtkObject *caller, unsigned long event, void *calldata) |
virtual void | UpdateSize () |
Protected Attributes | |
vtkKWColorPickerWidget * | ColorPickerWidget |
vtkKWPushButton * | OKButton |
vtkKWPushButton * | CancelButton |
Definition at line 37 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerDialog.h.
Reimplemented from vtkKWDialog.
Definition at line 41 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerDialog.h.
Reimplemented from vtkKWDialog.
Definition at line 41 of file vtkKWColorPickerDialog.h.
vtkKWColorPickerDialog::vtkKWColorPickerDialog | ( | ) | [protected] |
vtkKWColorPickerDialog::~vtkKWColorPickerDialog | ( | ) | [protected] |
vtkKWColorPickerDialog::vtkKWColorPickerDialog | ( | ) | [protected] |
vtkKWColorPickerDialog::~vtkKWColorPickerDialog | ( | ) | [protected] |
static vtkKWColorPickerDialog* vtkKWColorPickerDialog::New | ( | ) | [static] |
Reimplemented from vtkKWDialog.
virtual const char* vtkKWColorPickerDialog::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
static int vtkKWColorPickerDialog::IsTypeOf | ( | const char * | type ) | [static] |
Reimplemented from vtkKWDialog.
virtual int vtkKWColorPickerDialog::IsA | ( | const char * | type ) | [virtual] |
Reimplemented from vtkKWDialog.
static vtkKWColorPickerDialog* vtkKWColorPickerDialog::SafeDownCast | ( | vtkObject * | o ) | [static] |
Reimplemented from vtkKWDialog.
void vtkKWColorPickerDialog::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWDialog.
virtual vtkKWColorPickerWidget* vtkKWColorPickerDialog::GetColorPickerWidget | ( | ) | [virtual] |
virtual void vtkKWColorPickerDialog::OK | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
virtual void vtkKWColorPickerDialog::Display | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
virtual void vtkKWColorPickerDialog::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWTopLevel.
virtual void vtkKWColorPickerDialog::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWDialog.
virtual void vtkKWColorPickerDialog::ProcessCallbackCommandEvents | ( | vtkObject * | caller, |
unsigned long | event, | ||
void * | calldata | ||
) | [protected, virtual] |
Reimplemented from vtkKWObject.
virtual void vtkKWColorPickerDialog::UpdateSize | ( | ) | [protected, virtual] |
static vtkKWColorPickerDialog* vtkKWColorPickerDialog::New | ( | ) | [static] |
Reimplemented from vtkKWDialog.
virtual const char* vtkKWColorPickerDialog::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
static int vtkKWColorPickerDialog::IsTypeOf | ( | const char * | type ) | [static] |
Reimplemented from vtkKWDialog.
virtual int vtkKWColorPickerDialog::IsA | ( | const char * | type ) | [virtual] |
Reimplemented from vtkKWDialog.
static vtkKWColorPickerDialog* vtkKWColorPickerDialog::SafeDownCast | ( | vtkObject * | o ) | [static] |
Reimplemented from vtkKWDialog.
void vtkKWColorPickerDialog::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWDialog.
virtual vtkKWColorPickerWidget* vtkKWColorPickerDialog::GetColorPickerWidget | ( | ) | [virtual] |
virtual void vtkKWColorPickerDialog::OK | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
virtual void vtkKWColorPickerDialog::Display | ( | ) | [virtual] |
Reimplemented from vtkKWDialog.
virtual void vtkKWColorPickerDialog::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWTopLevel.
virtual void vtkKWColorPickerDialog::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWDialog.
virtual void vtkKWColorPickerDialog::ProcessCallbackCommandEvents | ( | vtkObject * | caller, |
unsigned long | event, | ||
void * | calldata | ||
) | [protected, virtual] |
Reimplemented from vtkKWObject.
virtual void vtkKWColorPickerDialog::UpdateSize | ( | ) | [protected, virtual] |
Definition at line 70 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerDialog.h.
vtkKWPushButton * vtkKWColorPickerDialog::OKButton [protected] |
Definition at line 71 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerDialog.h.
vtkKWPushButton * vtkKWColorPickerDialog::CancelButton [protected] |
Definition at line 72 of file debian/tmp/usr/include/KWWidgets/vtkKWColorPickerDialog.h.