a popup frame More...
#include <vtkKWPopupFrame.h>


Public Types | |
| typedef vtkKWCompositeWidget | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | UpdateEnableState () |
| virtual void | SetPopupMode (int) |
| virtual int | GetPopupMode () |
| virtual void | PopupModeOn () |
| virtual void | PopupModeOff () |
| virtual vtkKWPopupButton * | GetPopupButton () |
| virtual vtkKWFrameWithLabel * | GetFrame () |
Static Public Member Functions | |
| static vtkKWPopupFrame * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWPopupFrame * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkKWPopupFrame () | |
| ~vtkKWPopupFrame () | |
| virtual void | CreateWidget () |
Protected Attributes | |
| int | PopupMode |
| vtkKWPopupButton * | PopupButton |
| vtkKWFrameWithLabel * | Frame |
a popup frame
A class that provides a frame that can be collapsed as a popup button.
Definition at line 28 of file vtkKWPopupFrame.h.
Reimplemented from vtkKWCompositeWidget.
Reimplemented in vtkKWCheckButtonWithPopupFrame, vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation.
Definition at line 33 of file vtkKWPopupFrame.h.
| vtkKWPopupFrame::vtkKWPopupFrame | ( | ) | [protected] |
| vtkKWPopupFrame::~vtkKWPopupFrame | ( | ) | [protected] |
| static vtkKWPopupFrame* vtkKWPopupFrame::New | ( | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
Reimplemented in vtkKWCheckButtonWithPopupFrame, vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation.
| virtual const char* vtkKWPopupFrame::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
Reimplemented in vtkKWCheckButtonWithPopupFrame, vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation.
| static int vtkKWPopupFrame::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
Reimplemented in vtkKWCheckButtonWithPopupFrame, vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation.
| virtual int vtkKWPopupFrame::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
Reimplemented in vtkKWCheckButtonWithPopupFrame, vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation.
| static vtkKWPopupFrame* vtkKWPopupFrame::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWCompositeWidget.
Reimplemented in vtkKWCheckButtonWithPopupFrame, vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation.
| void vtkKWPopupFrame::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWCompositeWidget.
Reimplemented in vtkKWCheckButtonWithPopupFrame, vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation.
| virtual void vtkKWPopupFrame::SetPopupMode | ( | int | ) | [virtual] |
Display the frame as a popup. This has to be called before Create().
| virtual int vtkKWPopupFrame::GetPopupMode | ( | ) | [virtual] |
Display the frame as a popup. This has to be called before Create().
| virtual void vtkKWPopupFrame::PopupModeOn | ( | ) | [virtual] |
Display the frame as a popup. This has to be called before Create().
| virtual void vtkKWPopupFrame::PopupModeOff | ( | ) | [virtual] |
Display the frame as a popup. This has to be called before Create().
| virtual vtkKWPopupButton* vtkKWPopupFrame::GetPopupButton | ( | ) | [virtual] |
Access to sub-widgets
| virtual vtkKWFrameWithLabel* vtkKWPopupFrame::GetFrame | ( | ) | [virtual] |
Display the frame as a popup. This has to be called before Create().
| virtual void vtkKWPopupFrame::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.
Reimplemented in vtkKWCheckButtonWithPopupFrame, vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation.
| virtual void vtkKWPopupFrame::CreateWidget | ( | ) | [protected, virtual] |
Create the widget.
Reimplemented from vtkKWCompositeWidget.
Reimplemented in vtkKWCheckButtonWithPopupFrame, vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation.
int vtkKWPopupFrame::PopupMode [protected] |
Definition at line 68 of file vtkKWPopupFrame.h.
vtkKWPopupButton* vtkKWPopupFrame::PopupButton [protected] |
Definition at line 70 of file vtkKWPopupFrame.h.
vtkKWFrameWithLabel* vtkKWPopupFrame::Frame [protected] |
Definition at line 71 of file vtkKWPopupFrame.h.
1.6.1