Selection Frame. More...
#include <vtkKWSelectionFrame.h>


Selection Frame.
The selction frame is what contains a render widget. It is called a "selection frame" because in its title bar, you can select which render widget to display in it.
Definition at line 37 of file vtkKWSelectionFrame.h.
Reimplemented from vtkKWCompositeWidget.
Definition at line 42 of file vtkKWSelectionFrame.h.
| vtkKWSelectionFrame::vtkKWSelectionFrame | ( | ) | [protected] |
| vtkKWSelectionFrame::~vtkKWSelectionFrame | ( | ) | [protected] |
| static vtkKWSelectionFrame* vtkKWSelectionFrame::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| virtual const char* vtkKWSelectionFrame::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| static int vtkKWSelectionFrame::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| virtual int vtkKWSelectionFrame::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| static vtkKWSelectionFrame* vtkKWSelectionFrame::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
| void vtkKWSelectionFrame::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
| virtual void vtkKWSelectionFrame::SetTitle | ( | const char * | title | ) | [virtual] |
Set/Get title
| virtual const char* vtkKWSelectionFrame::GetTitle | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetSelected | ( | int | ) | [virtual] |
Select/Deselect the window
| virtual int vtkKWSelectionFrame::GetSelected | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SelectedOn | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SelectedOff | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetSelectionList | ( | int | num, | |
| const char ** | list | |||
| ) | [virtual] |
Set the selection list (array of num strings). The selection list is represented as a pull down menu, which visibility can be set. As a convenience, any entry made of two dashes "--" is used as a separator. This selection list can be used, for example, to display the titles of other selection frames that can be switched with the current selection frame.
| virtual void vtkKWSelectionFrame::SetSelectionList | ( | vtkStringArray * | list | ) | [virtual] |
Set/Get title
| virtual vtkKWMenuButton* vtkKWSelectionFrame::GetSelectionListMenuButton | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetSelectionListCommand | ( | vtkObject * | object, | |
| const char * | method | |||
| ) | [virtual] |
Specifies a command to associate with the widget. This command is invoked when an item is picked by the user in the selection list. The 'object' argument is the object that will have the method called on it. The 'method' argument is the name of the method to be called and any arguments in string form. If the object is NULL, the method is still evaluated as a simple command. The following parameters are also passed to the command: - item selected in the list: const char *
| virtual void vtkKWSelectionFrame::SetSelectionListVisibility | ( | int | ) | [virtual] |
Set/Get the selection list visibility.
| virtual int vtkKWSelectionFrame::GetSelectionListVisibility | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SelectionListVisibilityOn | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SelectionListVisibilityOff | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetAllowClose | ( | int | ) | [virtual] |
Allow the close functionality (button and menu entry) If set, a close button is added in the top right corner, and a "Close" entry is added to the end of the selection list.
| virtual int vtkKWSelectionFrame::GetAllowClose | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::AllowCloseOn | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::AllowCloseOff | ( | ) | [virtual] |
Set/Get title
| virtual vtkKWPushButton* vtkKWSelectionFrame::GetCloseButton | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetCloseCommand | ( | vtkObject * | object, | |
| const char * | method | |||
| ) | [virtual] |
Specifies a command to associate with the widget. This command is typically invoked when the widget is closed (using the close button or the Close() method). The 'object' argument is the object that will have the method called on it. The 'method' argument is the name of the method to be called and any arguments in string form. If the object is NULL, the method is still evaluated as a simple command. The following parameters are also passed to the command: - pointer to this object: vtkKWSelectionFrame*
| virtual void vtkKWSelectionFrame::Close | ( | ) | [virtual] |
Close the selection frame. It can be re-implemented by subclasses to add more functionalities, release resources, etc. The current implementation invokes the CloseCommand, if any.
| virtual void vtkKWSelectionFrame::SetAllowChangeTitle | ( | int | ) | [virtual] |
Allow title to be changed (menu entry) If set, a "Change title" entry is added to the end of the selection list, enabling the title to be changed using the ChangeTitleCommand. There is actually no code or user interface to change the title, it is left to the ChangeTitleCommand.
| virtual int vtkKWSelectionFrame::GetAllowChangeTitle | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::AllowChangeTitleOn | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::AllowChangeTitleOff | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetChangeTitleCommand | ( | vtkObject * | object, | |
| const char * | method | |||
| ) | [virtual] |
Specifies a command to associate with the widget. This command is typically invoked when the "Change title" menu entry is selected. This command is usually implemented by a different class and will, for example, query the user for a new title, check that this title meet some constraints, and call SetTitle() on this object (which in turn will trigger the TitleChangedCommand). The 'object' argument is the object that will have the method called on it. The 'method' argument is the name of the method to be called and any arguments in string form. If the object is NULL, the method is still evaluated as a simple command. The following parameters are also passed to the command: - pointer to this object: vtkKWSelectionFrame*
| virtual void vtkKWSelectionFrame::SetTitleChangedCommand | ( | vtkObject * | object, | |
| const char * | method | |||
| ) | [virtual] |
Specifies a command to associate with the widget. This command is typically invoked when the title is changed. This command can be used, for example, to notify a layout manager that it should refresh its list of available selection frame titles (see vtkKWSelectionFrameLayoutManager). Do not confuse this command with the ChangeTitleCommand, which is invoked when the "Change Title" menu entry is selected by the user, and is used to allow a third-party class to provide some user-dialog and change the title (given some potential constraints). This user-dialog will, in turn, most probably call SetTitle, which will trigger TitleChangedCommand. The 'object' argument is the object that will have the method called on it. The 'method' argument is the name of the method to be called and any arguments in string form. If the object is NULL, the method is still evaluated as a simple command. The following parameters are also passed to the command: - pointer to this object: vtkKWSelectionFrame*
| virtual void vtkKWSelectionFrame::SetSelectCommand | ( | vtkObject * | object, | |
| const char * | method | |||
| ) | [virtual] |
Specifies a command to associate with the widget. This command is typically invoked when the frame title is selected by the user (click in title bar). The 'object' argument is the object that will have the method called on it. The 'method' argument is the name of the method to be called and any arguments in string form. If the object is NULL, the method is still evaluated as a simple command. The following parameters are also passed to the command: - pointer to this object: vtkKWSelectionFrame*
| virtual void vtkKWSelectionFrame::SetDoubleClickCommand | ( | vtkObject * | object, | |
| const char * | method | |||
| ) | [virtual] |
Specifies a command to associate with the widget. This command is typically invoked when the frame title is double-clicked on. Note that this will also invoke the SelectCommand, since the first click acts as a select event. The 'object' argument is the object that will have the method called on it. The 'method' argument is the name of the method to be called and any arguments in string form. If the object is NULL, the method is still evaluated as a simple command. The following parameters are also passed to the command: - pointer to this object: vtkKWSelectionFrame*
| virtual double* vtkKWSelectionFrame::GetTitleColor | ( | ) | [virtual] |
Set/Get the title foregroud/background color (in both normal and selected mode).
| virtual void vtkKWSelectionFrame::GetTitleColor | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::GetTitleColor | ( | double | [3] | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetTitleColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetTitleColor | ( | double | rgb[3] | ) | [inline, virtual] |
Set/Get title
Definition at line 179 of file vtkKWSelectionFrame.h.
| virtual double* vtkKWSelectionFrame::GetTitleSelectedColor | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::GetTitleSelectedColor | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::GetTitleSelectedColor | ( | double | [3] | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetTitleSelectedColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetTitleSelectedColor | ( | double | rgb[3] | ) | [inline, virtual] |
Set/Get title
Definition at line 183 of file vtkKWSelectionFrame.h.
| virtual double* vtkKWSelectionFrame::GetTitleBackgroundColor | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::GetTitleBackgroundColor | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::GetTitleBackgroundColor | ( | double | [3] | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetTitleBackgroundColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetTitleBackgroundColor | ( | double | rgb[3] | ) | [inline, virtual] |
Set/Get title
Definition at line 187 of file vtkKWSelectionFrame.h.
| virtual double* vtkKWSelectionFrame::GetTitleSelectedBackgroundColor | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::GetTitleSelectedBackgroundColor | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::GetTitleSelectedBackgroundColor | ( | double | [3] | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetTitleSelectedBackgroundColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetTitleSelectedBackgroundColor | ( | double | rgb[3] | ) | [inline, virtual] |
Set/Get title
Definition at line 191 of file vtkKWSelectionFrame.h.
| virtual void vtkKWSelectionFrame::SetTitleBarVisibility | ( | int | ) | [virtual] |
Set/Get the title bar visibility.
| virtual int vtkKWSelectionFrame::GetTitleBarVisibility | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::TitleBarVisibilityOn | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::TitleBarVisibilityOff | ( | ) | [virtual] |
Set/Get title
| virtual vtkKWToolbarSet* vtkKWSelectionFrame::GetToolbarSet | ( | ) | [virtual] |
Set/Get the toolbar set visibility, and retrieve the toolbar set. The toolbar set is usually displayed below the title bar
| virtual void vtkKWSelectionFrame::SetToolbarSetVisibility | ( | int | ) | [virtual] |
Set/Get title
| virtual int vtkKWSelectionFrame::GetToolbarSetVisibility | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::ToolbarSetVisibilityOn | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::ToolbarSetVisibilityOff | ( | ) | [virtual] |
Set/Get title
| virtual vtkKWFrame* vtkKWSelectionFrame::GetTitleBarUserFrame | ( | ) | [virtual] |
Retrieve the title bar user frame. This frame sits in the title bar, on the right side of the title itself, and be used to insert user-defined UI elements. It is not visible if TitleBarVisibility is Off.
| virtual vtkKWFrame* vtkKWSelectionFrame::GetBodyFrame | ( | ) | [virtual] |
Retrieve the body frame. This is the main frame, below the title bar, where to pack the real contents of whatever that object is supposed to display (say, a render widget).
| virtual vtkKWFrame* vtkKWSelectionFrame::GetLeftUserFrame | ( | ) | [virtual] |
Set/Get the left user-frame visibility, and retrieve the frame. The left user-frame is displayed on the left side of the BodyFrame, as its name implies, can be used to put any extra UI the user wants.
| virtual void vtkKWSelectionFrame::SetLeftUserFrameVisibility | ( | int | ) | [virtual] |
Set/Get title
| virtual int vtkKWSelectionFrame::GetLeftUserFrameVisibility | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::LeftUserFrameVisibilityOn | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::LeftUserFrameVisibilityOff | ( | ) | [virtual] |
Set/Get title
| virtual vtkKWFrame* vtkKWSelectionFrame::GetRightUserFrame | ( | ) | [virtual] |
Set/Get the right user-frame visibility, and retrieve the frame. The right user-frame is displayed on the right side of the BodyFrame, as its name implies, can be used to put any extra UI the user wants.
| virtual void vtkKWSelectionFrame::SetRightUserFrameVisibility | ( | int | ) | [virtual] |
Set/Get title
| virtual int vtkKWSelectionFrame::GetRightUserFrameVisibility | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::RightUserFrameVisibilityOn | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::RightUserFrameVisibilityOff | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetOuterSelectionFrameWidth | ( | int | ) | [virtual] |
Set/Get the outer selection frame width and color. The outer selection frame is a thin frame around the whole widget which color is changed when the widget is selected. This is useful, for example, when the title bar is not visible (the title bar color also changes when the widget is selected). Set the width of the selection frame to 0 to discard this feature. Colors can be customized.
| virtual int vtkKWSelectionFrame::GetOuterSelectionFrameWidth | ( | ) | [virtual] |
Set/Get title
| virtual double* vtkKWSelectionFrame::GetOuterSelectionFrameColor | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::GetOuterSelectionFrameColor | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::GetOuterSelectionFrameColor | ( | double | [3] | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetOuterSelectionFrameColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetOuterSelectionFrameColor | ( | double | rgb[3] | ) | [inline, virtual] |
Set/Get title
Definition at line 255 of file vtkKWSelectionFrame.h.
| virtual double* vtkKWSelectionFrame::GetOuterSelectionFrameSelectedColor | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::GetOuterSelectionFrameSelectedColor | ( | double & | , | |
| double & | , | |||
| double & | ||||
| ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::GetOuterSelectionFrameSelectedColor | ( | double | [3] | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetOuterSelectionFrameSelectedColor | ( | double | r, | |
| double | g, | |||
| double | b | |||
| ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SetOuterSelectionFrameSelectedColor | ( | double | rgb[3] | ) | [inline, virtual] |
Set/Get title
Definition at line 260 of file vtkKWSelectionFrame.h.
| virtual void vtkKWSelectionFrame::SetOuterSelectionFrameBlinking | ( | int | ) | [virtual] |
Set/Get if the outer selection frame is blinking.
| virtual int vtkKWSelectionFrame::GetOuterSelectionFrameBlinking | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::OuterSelectionFrameBlinkingOn | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::OuterSelectionFrameBlinkingOff | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::UpdateEnableState | ( | ) | [virtual] |
Update the "enable" state of the object and its internal parts. Depending on different Ivars (this->Enabled, the application's Limited Edition Mode, etc.), the "enable" state of the object is updated and propagated to its internal parts/subwidgets. This will, for example, enable/disable parts of the widget UI, enable/disable the visibility of 3D widgets, etc.
Reimplemented from vtkKWWidget.
| virtual void vtkKWSelectionFrame::CloseCallback | ( | ) | [virtual] |
Callbacks. Internal, do not use.
| virtual void vtkKWSelectionFrame::SelectionListCallback | ( | const char * | menuItem | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::SelectCallback | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::DoubleClickCallback | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::ChangeTitleCallback | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::OuterSelectionFrameBlinkingCallback | ( | ) | [virtual] |
Set/Get title
| virtual void vtkKWSelectionFrame::CreateWidget | ( | ) | [protected, virtual] |
Create the widget.
Reimplemented from vtkKWCompositeWidget.
| virtual void vtkKWSelectionFrame::Pack | ( | ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::Bind | ( | ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::UnBind | ( | ) | [protected, virtual] |
| virtual int vtkKWSelectionFrame::SetColor | ( | double * | color, | |
| double | r, | |||
| double | g, | |||
| double | b | |||
| ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::UpdateSelectedAspect | ( | ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::UpdateOuterSelectionFrameColor | ( | ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::UpdateSelectionListMenuButton | ( | ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::InvokeSelectionListCommand | ( | const char * | , | |
| vtkKWSelectionFrame * | ||||
| ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::InvokeCloseCommand | ( | vtkKWSelectionFrame * | obj | ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::InvokeSelectCommand | ( | vtkKWSelectionFrame * | obj | ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::InvokeDoubleClickCommand | ( | vtkKWSelectionFrame * | obj | ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::InvokeChangeTitleCommand | ( | vtkKWSelectionFrame * | obj | ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::InvokeTitleChangedCommand | ( | vtkKWSelectionFrame * | obj | ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::CreateOuterSelectionFrameBlinkingTimer | ( | ) | [protected, virtual] |
| virtual void vtkKWSelectionFrame::CancelOuterSelectionFrameBlinkingTimer | ( | ) | [protected, virtual] |
vtkKWFrame* vtkKWSelectionFrame::OuterSelectionFrame [protected] |
Definition at line 298 of file vtkKWSelectionFrame.h.
vtkKWFrame* vtkKWSelectionFrame::TitleBarFrame [protected] |
Definition at line 299 of file vtkKWSelectionFrame.h.
Definition at line 300 of file vtkKWSelectionFrame.h.
vtkKWPushButton* vtkKWSelectionFrame::CloseButton [protected] |
Definition at line 301 of file vtkKWSelectionFrame.h.
vtkKWLabel* vtkKWSelectionFrame::TitleLabel [protected] |
Definition at line 302 of file vtkKWSelectionFrame.h.
vtkKWFrame* vtkKWSelectionFrame::BodyFrame [protected] |
Definition at line 303 of file vtkKWSelectionFrame.h.
double vtkKWSelectionFrame::TitleColor[3] [protected] |
Definition at line 314 of file vtkKWSelectionFrame.h.
double vtkKWSelectionFrame::TitleSelectedColor[3] [protected] |
Definition at line 315 of file vtkKWSelectionFrame.h.
double vtkKWSelectionFrame::TitleBackgroundColor[3] [protected] |
Definition at line 316 of file vtkKWSelectionFrame.h.
double vtkKWSelectionFrame::TitleSelectedBackgroundColor[3] [protected] |
Definition at line 317 of file vtkKWSelectionFrame.h.
double vtkKWSelectionFrame::OuterSelectionFrameColor[3] [protected] |
Definition at line 319 of file vtkKWSelectionFrame.h.
double vtkKWSelectionFrame::OuterSelectionFrameSelectedColor[3] [protected] |
Definition at line 320 of file vtkKWSelectionFrame.h.
char* vtkKWSelectionFrame::SelectionListCommand [protected] |
Definition at line 322 of file vtkKWSelectionFrame.h.
char* vtkKWSelectionFrame::CloseCommand [protected] |
Definition at line 323 of file vtkKWSelectionFrame.h.
char* vtkKWSelectionFrame::SelectCommand [protected] |
Definition at line 324 of file vtkKWSelectionFrame.h.
char* vtkKWSelectionFrame::DoubleClickCommand [protected] |
Definition at line 325 of file vtkKWSelectionFrame.h.
char* vtkKWSelectionFrame::ChangeTitleCommand [protected] |
Definition at line 326 of file vtkKWSelectionFrame.h.
char* vtkKWSelectionFrame::TitleChangedCommand [protected] |
Definition at line 327 of file vtkKWSelectionFrame.h.
int vtkKWSelectionFrame::Selected [protected] |
Definition at line 335 of file vtkKWSelectionFrame.h.
int vtkKWSelectionFrame::SelectionListVisibility [protected] |
Definition at line 336 of file vtkKWSelectionFrame.h.
int vtkKWSelectionFrame::AllowClose [protected] |
Definition at line 337 of file vtkKWSelectionFrame.h.
int vtkKWSelectionFrame::AllowChangeTitle [protected] |
Definition at line 338 of file vtkKWSelectionFrame.h.
int vtkKWSelectionFrame::ToolbarSetVisibility [protected] |
Definition at line 339 of file vtkKWSelectionFrame.h.
int vtkKWSelectionFrame::LeftUserFrameVisibility [protected] |
Definition at line 340 of file vtkKWSelectionFrame.h.
int vtkKWSelectionFrame::RightUserFrameVisibility [protected] |
Definition at line 341 of file vtkKWSelectionFrame.h.
int vtkKWSelectionFrame::TitleBarVisibility [protected] |
Definition at line 342 of file vtkKWSelectionFrame.h.
int vtkKWSelectionFrame::OuterSelectionFrameWidth [protected] |
Definition at line 343 of file vtkKWSelectionFrame.h.
int vtkKWSelectionFrame::OuterSelectionFrameBlinking [protected] |
Definition at line 344 of file vtkKWSelectionFrame.h.
vtkKWSelectionFrameInternals* vtkKWSelectionFrame::Internals [protected] |
PIMPL Encapsulation for STL containers
Reimplemented from vtkKWCoreWidget.
Definition at line 351 of file vtkKWSelectionFrame.h.
1.6.1