#include <vtkKWPopupFrame.h>
Inheritance diagram for vtkKWPopupFrame:
Public Member Functions | |
vtkTypeRevisionMacro (vtkKWPopupFrame, vtkKWCompositeWidget) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Create (vtkKWApplication *app) |
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 | |
vtkKWPopupFrame * | New () |
Protected Member Functions | |
vtkKWPopupFrame () | |
~vtkKWPopupFrame () | |
Protected Attributes | |
int | PopupMode |
vtkKWPopupButton * | PopupButton |
vtkKWFrameWithLabel * | 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, vtkKWScalarBarAnnotation, and vtkPVCornerAnnotationEditor. |
|
|
|
Reimplemented from vtkKWCompositeWidget. Reimplemented in vtkKWCheckButtonWithPopupFrame, vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, vtkKWScalarBarAnnotation, and vtkPVCornerAnnotationEditor. |
|
Display the frame as a popup. This has to be called before Create(). |
|
Display the frame as a popup. This has to be called before Create(). |
|
Display the frame as a popup. This has to be called before Create(). |
|
Display the frame as a popup. This has to be called before Create(). |
|
Create the widget. Reimplemented from vtkKWCompositeWidget. Reimplemented in vtkKWCheckButtonWithPopupFrame, vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation. |
|
Access to sub-widgets |
|
Access to sub-widgets |
|
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. |
|
Definition at line 65 of file vtkKWPopupFrame.h. |
|
Definition at line 67 of file vtkKWPopupFrame.h. |
|
Definition at line 68 of file vtkKWPopupFrame.h. |