VCF::AbstractControlEditor Class Reference
Class AbstractComponentEditor documentation. More...
#include <vcf/ApplicationKit/AbstractComponentEditor.h>
Inheritance diagram for VCF::AbstractControlEditor:

Public Member Functions | |
| AbstractControlEditor () | |
| virtual | ~AbstractControlEditor () |
| virtual bool | isParentValid (Control *parent) |
| indicates whether the passed in parent is OK for this editor's control to use. | |
| virtual Control * | getControl () |
| virtual void | setControl (Control *control) |
| Sets the control for this editor. | |
| virtual void | mouseDown (MouseEvent *event) |
| called from the designer whenever a mouse down event is generated by the control in design mode. | |
| virtual void | mouseMove (MouseEvent *event) |
| called from the designer whenever a mouse move event is generated by the control in design mode. | |
| virtual void | mouseUp (MouseEvent *event) |
| called from the designer whenever a mouse up event is generated by the control in design mode. | |
| virtual void | mouseDblClick (MouseEvent *event) |
| called from the designer whenever a mouse double click event is generated by the control in design mode. | |
Detailed Description
Class AbstractComponentEditor documentation.
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
Implements VCF::ControlEditor. |
|
|
indicates whether the passed in parent is OK for this editor's control to use.
Implements VCF::ControlEditor. |
|
|
called from the designer whenever a mouse double click event is generated by the control in design mode.
Implements VCF::ControlEditor. |
|
|
called from the designer whenever a mouse down event is generated by the control in design mode.
Implements VCF::ControlEditor. |
|
|
called from the designer whenever a mouse move event is generated by the control in design mode.
Implements VCF::ControlEditor. |
|
|
called from the designer whenever a mouse up event is generated by the control in design mode.
Implements VCF::ControlEditor. |
|
|
Sets the control for this editor.
Implements VCF::ControlEditor. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/AbstractComponentEditor.h
