#include <vtkKWComboBox.h>
List of all members.
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 () |
Detailed Description
Definition at line 32 of file debian/tmp/usr/include/KWWidgets/vtkKWComboBox.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkKWComboBox::vtkKWComboBox |
( |
) |
[protected] |
vtkKWComboBox::~vtkKWComboBox |
( |
) |
[protected] |
vtkKWComboBox::vtkKWComboBox |
( |
) |
[protected] |
vtkKWComboBox::~vtkKWComboBox |
( |
) |
[protected] |
Member Function Documentation
virtual const char* vtkKWComboBox::GetClassName |
( |
) |
[virtual] |
static int vtkKWComboBox::IsTypeOf |
( |
const char * |
type ) |
[static] |
virtual int vtkKWComboBox::IsA |
( |
const char * |
type ) |
[virtual] |
static vtkKWComboBox* vtkKWComboBox::SafeDownCast |
( |
vtkObject * |
o ) |
[static] |
void vtkKWComboBox::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
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] |
virtual void vtkKWComboBox::SetCommand |
( |
vtkObject * |
object, |
|
|
const char * |
method |
|
) |
| [virtual] |
virtual void vtkKWComboBox::UpdateEnableState |
( |
) |
[virtual] |
virtual void vtkKWComboBox::SetListboxWidth |
( |
int |
n ) |
[virtual] |
virtual int vtkKWComboBox::GetListboxWidth |
( |
) |
[virtual] |
virtual void vtkKWComboBox::SetBackgroundColor |
( |
double |
r, |
|
|
double |
g, |
|
|
double |
b |
|
) |
| [virtual] |
virtual void vtkKWComboBox::SetBackgroundColor |
( |
double |
rgb[3] ) |
[inline, virtual] |
virtual void vtkKWComboBox::CreateWidget |
( |
) |
[protected, virtual] |
virtual const char* vtkKWComboBox::GetClassName |
( |
) |
[virtual] |
static int vtkKWComboBox::IsTypeOf |
( |
const char * |
type ) |
[static] |
virtual int vtkKWComboBox::IsA |
( |
const char * |
type ) |
[virtual] |
static vtkKWComboBox* vtkKWComboBox::SafeDownCast |
( |
vtkObject * |
o ) |
[static] |
void vtkKWComboBox::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
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] |
virtual void vtkKWComboBox::SetCommand |
( |
vtkObject * |
object, |
|
|
const char * |
method |
|
) |
| [virtual] |
virtual void vtkKWComboBox::UpdateEnableState |
( |
) |
[virtual] |
virtual void vtkKWComboBox::SetListboxWidth |
( |
int |
n ) |
[virtual] |
virtual int vtkKWComboBox::GetListboxWidth |
( |
) |
[virtual] |
virtual void vtkKWComboBox::SetBackgroundColor |
( |
double |
r, |
|
|
double |
g, |
|
|
double |
b |
|
) |
| [virtual] |
virtual void vtkKWComboBox::SetBackgroundColor |
( |
double |
rgb[3] ) |
[inline, virtual] |
virtual void vtkKWComboBox::CreateWidget |
( |
) |
[protected, virtual] |
The documentation for this class was generated from the following files: