#include <vtkKWPopupButton.h>
Inheritance diagram for vtkKWPopupButton:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkKWPopupButton, vtkKWPushButton) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *app) |
| virtual void | SetPopupTitle (const char *title) |
| virtual void | UpdateEnableState () |
| virtual vtkKWTopLevel * | GetPopupTopLevel () |
| virtual vtkKWFrame * | GetPopupFrame () |
| virtual vtkKWPushButton * | GetPopupCloseButton () |
| virtual void | DisplayPopupCallback () |
| virtual void | WithdrawPopupCallback () |
| virtual void | SetWithdrawCommand (vtkObject *obj, const char *command) |
| virtual void | SetWithdrawCommand (const char *) |
| virtual char * | GetWithdrawCommand () |
Static Public Member Functions | |
| vtkKWPopupButton * | New () |
Protected Member Functions | |
| vtkKWPopupButton () | |
| ~vtkKWPopupButton () | |
| virtual void | Bind () |
| virtual void | UnBind () |
Protected Attributes | |
| vtkKWTopLevel * | PopupTopLevel |
| vtkKWFrame * | PopupFrame |
| vtkKWPushButton * | PopupCloseButton |
| char * | WithdrawCommand |
The vtkKWPopupButton class creates a push button that will popup a window. User widgets should be inserted inside the PopupFrame ivar.
Definition at line 30 of file vtkKWPopupButton.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkKWPushButton. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWPushButton. |
|
|
Create the widget. Reimplemented from vtkKWPushButton. |
|
|
Access to sub-widgets. The PopupFrame widget is the place to put your own sub-widgets. |
|
|
Access to sub-widgets. The PopupFrame widget is the place to put your own sub-widgets. |
|
|
Access to sub-widgets. The PopupFrame widget is the place to put your own sub-widgets. |
|
|
Popup callbacks; |
|
|
Popup callbacks; |
|
|
Convenience method to set the popup title |
|
|
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 vtkKWPushButton. |
|
||||||||||||
|
Set and get the command that is called when the popup is withdrawed. |
|
|
Set and get the command that is called when the popup is withdrawed. |
|
|
Set and get the command that is called when the popup is withdrawed. |
|
|
|
|
|
|
|
|
Definition at line 76 of file vtkKWPopupButton.h. |
|
|
Definition at line 77 of file vtkKWPopupButton.h. |
|
|
Definition at line 78 of file vtkKWPopupButton.h. |
|
|
Definition at line 80 of file vtkKWPopupButton.h. |
1.3.5