#include <GEOMGUI.h>

Public Member Functions | |
| GEOMGUI (GeometryGUI *parent) | |
| virtual | ~GEOMGUI () |
| virtual bool | OnGUIEvent (int theCommandID, SUIT_Desktop *parent) |
| virtual bool | OnMousePress (QMouseEvent *pe, SUIT_Desktop *parent, SUIT_ViewWindow *) |
| virtual bool | OnMouseMove (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 () |
Private Attributes | |
| GeometryGUI * | myGeometryGUI |
| GEOMGUI::GEOMGUI | ( | GeometryGUI * | parent | ) |
| GEOMGUI::~GEOMGUI | ( | ) | [virtual] |
| bool GEOMGUI::OnGUIEvent | ( | int | theCommandID, |
| SUIT_Desktop * | parent | ||
| ) | [virtual] |
Reimplemented in AdvancedGUI, BasicGUI, BlocksGUI, BooleanGUI, BuildGUI, DisplayGUI, EntityGUI, GenerationGUI, GEOMToolsGUI, GroupGUI, MeasureGUI, OperationGUI, PrimitiveGUI, RepairGUI, and TransformationGUI.
| bool GEOMGUI::OnMousePress | ( | QMouseEvent * | pe, |
| SUIT_Desktop * | parent, | ||
| SUIT_ViewWindow * | |||
| ) | [virtual] |
Reimplemented in BasicGUI.
| bool GEOMGUI::OnMouseMove | ( | QMouseEvent * | pe, |
| SUIT_Desktop * | parent, | ||
| SUIT_ViewWindow * | |||
| ) | [virtual] |
| bool GEOMGUI::OnKeyPress | ( | QKeyEvent * | pe, |
| SUIT_Desktop * | parent, | ||
| SUIT_ViewWindow * | |||
| ) | [virtual] |
| void GEOMGUI::activate | ( | SUIT_Desktop * | parent | ) | [virtual] |
| void GEOMGUI::deactivate | ( | ) | [virtual] |
Reimplemented in GEOMToolsGUI.
| GeometryGUI * GEOMGUI::getGeometryGUI | ( | ) |
References myGeometryGUI.
GeometryGUI* GEOMGUI.myGeometryGUI [private] |