#include <BasicGUI.h>
|
| | BasicGUI (GeometryGUI *) |
| |
| | ~BasicGUI () |
| |
| bool | OnGUIEvent (int, SUIT_Desktop *) |
| |
| bool | OnMousePress (QMouseEvent *, SUIT_Desktop *, SUIT_ViewWindow *) |
| |
| | GEOMGUI (GeometryGUI *parent) |
| |
| virtual | ~GEOMGUI () |
| |
| virtual bool | OnGUIEvent (int theCommandID, SUIT_Desktop *parent, const QVariant &theParam) |
| |
| virtual bool | OnMouseMove (QMouseEvent *pe, SUIT_Desktop *parent, SUIT_ViewWindow *) |
| |
| virtual bool | OnMouseRelease (QMouseEvent *pe, SUIT_Desktop *parent, SUIT_ViewWindow *) |
| |
| virtual bool | OnKeyPress (QKeyEvent *pe, SUIT_Desktop *parent, SUIT_ViewWindow *) |
| |
| virtual void | activate (SUIT_Desktop *parent) |
| |
| virtual void | deactivate () |
| |
| GeometryGUI * | getGeometryGUI () |
| |
| bool BasicGUI::OnGUIEvent |
( |
int |
theCommandID, |
|
|
SUIT_Desktop * |
parent |
|
) |
| |
|
virtual |
Reimplemented from GEOMGUI.
References GeometryGUI::EmitSignalDeactivateDialog(), GEOMGUI::getGeometryGUI(), NULL, GEOMOp::OpArc, GEOMOp::OpCircle, GEOMOp::OpCurve, GEOMOp::OpEllipse, GEOMOp::OpLCS, GEOMOp::OpLine, GEOMOp::OpPlane, GEOMOp::OpPoint, and GEOMOp::OpVector.
| bool BasicGUI::OnMousePress |
( |
QMouseEvent * |
pe, |
|
|
SUIT_Desktop * |
parent, |
|
|
SUIT_ViewWindow * |
theViewWindow |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: