#include <vtkKWCheckButtonWithPopupFrame.h>
Inheritance diagram for vtkKWCheckButtonWithPopupFrame:
Public Member Functions | |
vtkTypeRevisionMacro (vtkKWCheckButtonWithPopupFrame, vtkKWPopupFrame) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Create (vtkKWApplication *app) |
virtual void | CheckButtonCallback () |
virtual void | Update () |
virtual void | UpdateEnableState () |
virtual void | SetDisablePopupButtonWhenNotChecked (int) |
virtual void | DisablePopupButtonWhenNotCheckedOn () |
virtual void | DisablePopupButtonWhenNotCheckedOff () |
virtual int | GetDisablePopupButtonWhenNotChecked () |
virtual vtkKWCheckButton * | GetCheckButton () |
Static Public Member Functions | |
vtkKWCheckButtonWithPopupFrame * | New () |
Protected Member Functions | |
vtkKWCheckButtonWithPopupFrame () | |
~vtkKWCheckButtonWithPopupFrame () | |
virtual int | GetCheckButtonState () |
Protected Attributes | |
int | DisablePopupButtonWhenNotChecked |
vtkKWCheckButton * | CheckButton |
A class that provides a checkbutton and a (popup) frame. In popup mode the checkbutton is visible on the left of the popup button that will display the frame. In normal mode, the checkbutton is the first item packed in the frame.
Definition at line 30 of file vtkKWCheckButtonWithPopupFrame.h.
|
|
|
|
|
Reimplemented from vtkKWPopupFrame. Reimplemented in vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, vtkKWScalarBarAnnotation, and vtkPVCornerAnnotationEditor. |
|
|
|
Reimplemented from vtkKWPopupFrame. Reimplemented in vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, vtkKWScalarBarAnnotation, and vtkPVCornerAnnotationEditor. |
|
Create the widget. Reimplemented from vtkKWPopupFrame. Reimplemented in vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation. |
|
Automatically disable the popup button when the checkbutton is not checked. |
|
Automatically disable the popup button when the checkbutton is not checked. |
|
Automatically disable the popup button when the checkbutton is not checked. |
|
Automatically disable the popup button when the checkbutton is not checked. |
|
Callbacks Reimplemented in vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation. |
|
Access to sub-widgets Referenced by vtkKWCornerAnnotationEditor::GetCornerVisibilityButton(), vtkKWHeaderAnnotationEditor::GetHeaderVisibilityButton(), and vtkKWScalarBarAnnotation::GetScalarBarVisibilityButton(). |
|
Update the GUI according to the value of the ivars Reimplemented in vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, vtkKWScalarBarAnnotation, and vtkPVCornerAnnotationEditor. |
|
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 vtkKWPopupFrame. Reimplemented in vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation. |
|
Reimplemented in vtkKWCornerAnnotationEditor, vtkKWHeaderAnnotationEditor, and vtkKWScalarBarAnnotation. Definition at line 81 of file vtkKWCheckButtonWithPopupFrame.h. |
|
Definition at line 73 of file vtkKWCheckButtonWithPopupFrame.h. |
|
Definition at line 75 of file vtkKWCheckButtonWithPopupFrame.h. |