#include <GEOMGUI.h>
|
| | GEOMGUI (GeometryGUI *parent) |
| |
| virtual | ~GEOMGUI () |
| |
| virtual bool | OnGUIEvent (int theCommandID, SUIT_Desktop *parent) |
| |
| virtual bool | OnGUIEvent (int theCommandID, SUIT_Desktop *parent, const QVariant &theParam) |
| |
| virtual bool | OnMousePress (QMouseEvent *pe, SUIT_Desktop *parent, SUIT_ViewWindow *) |
| |
| 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 () |
| |
◆ GEOMGUI()
◆ ~GEOMGUI()
◆ activate()
| void GEOMGUI::activate |
( |
SUIT_Desktop * |
parent | ) |
|
|
virtual |
◆ deactivate()
| void GEOMGUI::deactivate |
( |
| ) |
|
|
virtual |
◆ getGeometryGUI()
◆ OnGUIEvent() [1/2]
| bool GEOMGUI::OnGUIEvent |
( |
int |
theCommandID, |
|
|
SUIT_Desktop * |
parent |
|
) |
| |
|
virtual |
Reimplemented in BREPPlugin_GUI, IGESPlugin_GUI, STEPPlugin_GUI, STLPlugin_GUI, VTKPlugin_GUI, XAOPlugin_GUI, AdvancedGUI, BasicGUI, BlocksGUI, BooleanGUI, BuildGUI, DisplayGUI, EntityGUI, GenerationGUI, GEOMToolsGUI, GroupGUI, MeasureGUI, OperationGUI, PrimitiveGUI, RepairGUI, and TransformationGUI.
◆ OnGUIEvent() [2/2]
| bool GEOMGUI::OnGUIEvent |
( |
int |
theCommandID, |
|
|
SUIT_Desktop * |
parent, |
|
|
const QVariant & |
theParam |
|
) |
| |
|
virtual |
◆ OnKeyPress()
| bool GEOMGUI::OnKeyPress |
( |
QKeyEvent * |
pe, |
|
|
SUIT_Desktop * |
parent, |
|
|
SUIT_ViewWindow * |
|
|
) |
| |
|
virtual |
◆ OnMouseMove()
| bool GEOMGUI::OnMouseMove |
( |
QMouseEvent * |
pe, |
|
|
SUIT_Desktop * |
parent, |
|
|
SUIT_ViewWindow * |
|
|
) |
| |
|
virtual |
◆ OnMousePress()
| bool GEOMGUI::OnMousePress |
( |
QMouseEvent * |
pe, |
|
|
SUIT_Desktop * |
parent, |
|
|
SUIT_ViewWindow * |
|
|
) |
| |
|
virtual |
◆ OnMouseRelease()
| bool GEOMGUI::OnMouseRelease |
( |
QMouseEvent * |
pe, |
|
|
SUIT_Desktop * |
parent, |
|
|
SUIT_ViewWindow * |
|
|
) |
| |
|
virtual |
◆ myGeometryGUI
The documentation for this class was generated from the following files: