set of common options. More...
#include <vtkKWOptions.h>


set of common options.
This class also provides some conversion betweek vtkKWWidget constants and the corresponding Tk options.
Definition at line 27 of file vtkKWOptions.h.
| typedef vtkObject vtkKWOptions::Superclass |
Reimplemented from vtkObject.
Definition at line 32 of file vtkKWOptions.h.
Specifies how the information in a widget (e.g. text or a bitmap) is to be displayed in the widget. BTX
| AnchorNorth | |
| AnchorNorthEast | |
| AnchorEast | |
| AnchorSouthEast | |
| AnchorSouth | |
| AnchorSouthWest | |
| AnchorWest | |
| AnchorNorthWest | |
| AnchorCenter | |
| AnchorUnknown |
Definition at line 38 of file vtkKWOptions.h.
Specifies the 3-D effect desired for the widget. The value indicates how the interior of the widget should appear relative to its exterior. BTX
Definition at line 58 of file vtkKWOptions.h.
When there are multiple lines of text displayed in a widget, determines how the lines line up with each other. BTX
Definition at line 74 of file vtkKWOptions.h.
Specifies one of several styles for manipulating the selection. BTX
| SelectionModeSingle | |
| SelectionModeBrowse | |
| SelectionModeMultiple | |
| SelectionModeExtended | |
| SelectionModeUnknown |
Definition at line 86 of file vtkKWOptions.h.
For widgets that can lay themselves out with either a horizontal or vertical orientation, such as scales or scrollbars, specifies which orientation should be used. BTX
Definition at line 101 of file vtkKWOptions.h.
Specifies the state of a widget. BTX
Definition at line 112 of file vtkKWOptions.h.
Specifies if the widget should display text and bitmaps/images at the same time, and if so, where the bitmap/image should be placed relative to the text. BTX
| CompoundModeNone | |
| CompoundModeLeft | |
| CompoundModeCenter | |
| CompoundModeRight | |
| CompoundModeTop | |
| CompoundModeBottom | |
| CompoundModeUnknown |
Definition at line 127 of file vtkKWOptions.h.
| vtkKWOptions::vtkKWOptions | ( | ) | [inline, protected] |
Definition at line 191 of file vtkKWOptions.h.
| vtkKWOptions::~vtkKWOptions | ( | ) | [inline, protected] |
Definition at line 192 of file vtkKWOptions.h.
| static vtkKWOptions* vtkKWOptions::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkKWOptions::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
| static int vtkKWOptions::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkObject.
| virtual int vtkKWOptions::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkObject.
| static vtkKWOptions* vtkKWOptions::SafeDownCast | ( | vtkObject * | o | ) | [static] |
| void vtkKWOptions::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkObject.
| static const char* vtkKWOptions::GetCharacterEncodingAsTclOptionValue | ( | int | ) | [static] |
Return the Tcl value for a given encoding constant Check vtkSystemIncludes for a list of valid encodings.
| static const char* vtkKWOptions::GetAnchorAsTkOptionValue | ( | int | ) | [static] |
Return the Tk value for a given anchor constant, and vice-versa
| static int vtkKWOptions::GetAnchorFromTkOptionValue | ( | const char * | ) | [static] |
Specifies how the information in a widget (e.g. text or a bitmap) is to be displayed in the widget. BTX
| static const char* vtkKWOptions::GetReliefAsTkOptionValue | ( | int | ) | [static] |
Return the Tk value for a given relief constant, and vice-versa
| static int vtkKWOptions::GetReliefFromTkOptionValue | ( | const char * | ) | [static] |
Specifies how the information in a widget (e.g. text or a bitmap) is to be displayed in the widget. BTX
| static const char* vtkKWOptions::GetJustificationAsTkOptionValue | ( | int | ) | [static] |
Return the Tk value for a given justification constant, and vice-versa.
| static int vtkKWOptions::GetJustificationFromTkOptionValue | ( | const char * | ) | [static] |
Specifies how the information in a widget (e.g. text or a bitmap) is to be displayed in the widget. BTX
| static const char* vtkKWOptions::GetSelectionModeAsTkOptionValue | ( | int | ) | [static] |
Return the Tk value for a given selection mode constant, and vice-versa.
| static int vtkKWOptions::GetSelectionModeFromTkOptionValue | ( | const char * | ) | [static] |
Specifies how the information in a widget (e.g. text or a bitmap) is to be displayed in the widget. BTX
| static const char* vtkKWOptions::GetOrientationAsTkOptionValue | ( | int | ) | [static] |
Return the Tk value for a given orientation constant, and vice-versa.
| static int vtkKWOptions::GetOrientationFromTkOptionValue | ( | const char * | ) | [static] |
Specifies how the information in a widget (e.g. text or a bitmap) is to be displayed in the widget. BTX
| static const char* vtkKWOptions::GetStateAsTkOptionValue | ( | int | ) | [static] |
Return the Tk value for a given state constant, and vice-versa.
| static int vtkKWOptions::GetStateFromTkOptionValue | ( | const char * | ) | [static] |
Specifies how the information in a widget (e.g. text or a bitmap) is to be displayed in the widget. BTX
| static const char* vtkKWOptions::GetCompoundModeAsTkOptionValue | ( | int | ) | [static] |
Return the Tk value for a given compound constant, and vice-versa.
| static int vtkKWOptions::GetCompoundModeFromTkOptionValue | ( | const char * | ) | [static] |
Specifies how the information in a widget (e.g. text or a bitmap) is to be displayed in the widget. BTX
1.6.1