|
KWWidgets
|
#include <vtkKWComboBox.h>
Public Types | |
| typedef vtkKWEntry | Superclass |
| typedef vtkKWEntry | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | AddValue (const char *value) |
| virtual void | AddValueAsInt (int value) |
| virtual void | DeleteValue (int idx) |
| virtual int | HasValue (const char *value) |
| virtual int | GetValueIndex (const char *value) |
| virtual int | GetNumberOfValues () |
| virtual void | DeleteAllValues () |
| virtual const char * | GetValueFromIndex (int idx) |
| virtual void | ReplaceNthValue (int n, const char *value) |
| virtual void | SetValue (const char *) |
| virtual void | SetCommand (vtkObject *object, const char *method) |
| virtual void | UpdateEnableState () |
| virtual void | SetListboxWidth (int n) |
| virtual int | GetListboxWidth () |
| virtual void | SetBackgroundColor (double r, double g, double b) |
| virtual void | SetBackgroundColor (double rgb[3]) |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | AddValue (const char *value) |
| virtual void | AddValueAsInt (int value) |
| virtual void | DeleteValue (int idx) |
| virtual int | HasValue (const char *value) |
| virtual int | GetValueIndex (const char *value) |
| virtual int | GetNumberOfValues () |
| virtual void | DeleteAllValues () |
| virtual const char * | GetValueFromIndex (int idx) |
| virtual void | ReplaceNthValue (int n, const char *value) |
| virtual void | SetValue (const char *) |
| virtual void | SetCommand (vtkObject *object, const char *method) |
| virtual void | UpdateEnableState () |
| virtual void | SetListboxWidth (int n) |
| virtual int | GetListboxWidth () |
| virtual void | SetBackgroundColor (double r, double g, double b) |
| virtual void | SetBackgroundColor (double rgb[3]) |
Static Public Member Functions | |
| static vtkKWComboBox * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWComboBox * | SafeDownCast (vtkObject *o) |
| static vtkKWComboBox * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWComboBox * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkKWComboBox () | |
| ~vtkKWComboBox () | |
| virtual void | CreateWidget () |
| vtkKWComboBox () | |
| ~vtkKWComboBox () | |
| virtual void | CreateWidget () |
Definition at line 32 of file debian/tmp/usr/include/KWWidgets/vtkKWComboBox.h.
| typedef vtkKWEntry vtkKWComboBox::Superclass |
Reimplemented from vtkKWEntry.
Definition at line 36 of file debian/tmp/usr/include/KWWidgets/vtkKWComboBox.h.
| typedef vtkKWEntry vtkKWComboBox::Superclass |
Reimplemented from vtkKWEntry.
Definition at line 36 of file vtkKWComboBox.h.
| vtkKWComboBox::vtkKWComboBox | ( | ) | [protected] |
| vtkKWComboBox::~vtkKWComboBox | ( | ) | [protected] |
| vtkKWComboBox::vtkKWComboBox | ( | ) | [protected] |
| vtkKWComboBox::~vtkKWComboBox | ( | ) | [protected] |
| static vtkKWComboBox* vtkKWComboBox::New | ( | ) | [static] |
Reimplemented from vtkKWEntry.
| virtual const char* vtkKWComboBox::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWEntry.
| static int vtkKWComboBox::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWEntry.
| virtual int vtkKWComboBox::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWEntry.
| static vtkKWComboBox* vtkKWComboBox::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWEntry.
| void vtkKWComboBox::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
Reimplemented from vtkKWEntry.
| virtual void vtkKWComboBox::AddValue | ( | const char * | value | ) | [virtual] |
| virtual void vtkKWComboBox::AddValueAsInt | ( | int | value | ) | [virtual] |
| virtual void vtkKWComboBox::DeleteValue | ( | int | idx | ) | [virtual] |
| virtual int vtkKWComboBox::HasValue | ( | const char * | value | ) | [virtual] |
| virtual int vtkKWComboBox::GetValueIndex | ( | const char * | value | ) | [virtual] |
| virtual int vtkKWComboBox::GetNumberOfValues | ( | ) | [virtual] |
| virtual void vtkKWComboBox::DeleteAllValues | ( | ) | [virtual] |
| virtual const char* vtkKWComboBox::GetValueFromIndex | ( | int | idx | ) | [virtual] |
| virtual void vtkKWComboBox::ReplaceNthValue | ( | int | n, |
| const char * | value | ||
| ) | [virtual] |
| virtual void vtkKWComboBox::SetValue | ( | const char * | ) | [virtual] |
Reimplemented from vtkKWEntry.
| virtual void vtkKWComboBox::SetCommand | ( | vtkObject * | object, |
| const char * | method | ||
| ) | [virtual] |
Reimplemented from vtkKWEntry.
| virtual void vtkKWComboBox::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWEntry.
| virtual void vtkKWComboBox::SetListboxWidth | ( | int | n | ) | [virtual] |
| virtual int vtkKWComboBox::GetListboxWidth | ( | ) | [virtual] |
| virtual void vtkKWComboBox::SetBackgroundColor | ( | double | r, |
| double | g, | ||
| double | b | ||
| ) | [virtual] |
Reimplemented from vtkKWEntry.
| virtual void vtkKWComboBox::SetBackgroundColor | ( | double | rgb[3] | ) | [inline, virtual] |
Reimplemented from vtkKWEntry.
Definition at line 94 of file debian/tmp/usr/include/KWWidgets/vtkKWComboBox.h.
| virtual void vtkKWComboBox::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWEntry.
| static vtkKWComboBox* vtkKWComboBox::New | ( | ) | [static] |
Reimplemented from vtkKWEntry.
| virtual const char* vtkKWComboBox::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWEntry.
| static int vtkKWComboBox::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWEntry.
| virtual int vtkKWComboBox::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWEntry.
| static vtkKWComboBox* vtkKWComboBox::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWEntry.
| void vtkKWComboBox::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
Reimplemented from vtkKWEntry.
| virtual void vtkKWComboBox::AddValue | ( | const char * | value | ) | [virtual] |
| virtual void vtkKWComboBox::AddValueAsInt | ( | int | value | ) | [virtual] |
| virtual void vtkKWComboBox::DeleteValue | ( | int | idx | ) | [virtual] |
| virtual int vtkKWComboBox::HasValue | ( | const char * | value | ) | [virtual] |
| virtual int vtkKWComboBox::GetValueIndex | ( | const char * | value | ) | [virtual] |
| virtual int vtkKWComboBox::GetNumberOfValues | ( | ) | [virtual] |
| virtual void vtkKWComboBox::DeleteAllValues | ( | ) | [virtual] |
| virtual const char* vtkKWComboBox::GetValueFromIndex | ( | int | idx | ) | [virtual] |
| virtual void vtkKWComboBox::ReplaceNthValue | ( | int | n, |
| const char * | value | ||
| ) | [virtual] |
| virtual void vtkKWComboBox::SetValue | ( | const char * | ) | [virtual] |
Reimplemented from vtkKWEntry.
| virtual void vtkKWComboBox::SetCommand | ( | vtkObject * | object, |
| const char * | method | ||
| ) | [virtual] |
Reimplemented from vtkKWEntry.
| virtual void vtkKWComboBox::UpdateEnableState | ( | ) | [virtual] |
Reimplemented from vtkKWEntry.
| virtual void vtkKWComboBox::SetListboxWidth | ( | int | n | ) | [virtual] |
| virtual int vtkKWComboBox::GetListboxWidth | ( | ) | [virtual] |
| virtual void vtkKWComboBox::SetBackgroundColor | ( | double | r, |
| double | g, | ||
| double | b | ||
| ) | [virtual] |
Reimplemented from vtkKWEntry.
| virtual void vtkKWComboBox::SetBackgroundColor | ( | double | rgb[3] | ) | [inline, virtual] |
Reimplemented from vtkKWEntry.
Definition at line 94 of file vtkKWComboBox.h.
| virtual void vtkKWComboBox::CreateWidget | ( | ) | [protected, virtual] |
Reimplemented from vtkKWEntry.
1.7.6.1