#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 TransformationGUI, RepairGUI, PrimitiveGUI, OperationGUI, MeasureGUI, GroupGUI, GEOMToolsGUI, GenerationGUI, EntityGUI, DisplayGUI, BuildGUI, BooleanGUI, BlocksGUI, BasicGUI, AdvancedGUI, XAOPlugin_GUI, VTKPlugin_GUI, STLPlugin_GUI, STEPPlugin_GUI, IGESPlugin_GUI, and BREPPlugin_GUI.
◆ 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: