#include <PrimitiveGUI.h>

Public Member Functions | |
| PrimitiveGUI (GeometryGUI *) | |
| ~PrimitiveGUI () | |
| bool | OnGUIEvent (int, SUIT_Desktop *) |
| 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 () |
| PrimitiveGUI::PrimitiveGUI | ( | GeometryGUI * | parent | ) |
| PrimitiveGUI::~PrimitiveGUI | ( | ) |
| bool PrimitiveGUI::OnGUIEvent | ( | int | theCommandID, |
| SUIT_Desktop * | parent | ||
| ) | [virtual] |
Reimplemented from GEOMGUI.
References GeometryGUI.EmitSignalDeactivateDialog(), GEOMGUI.getGeometryGUI(), GEOMOp.OpBox, GEOMOp.OpCone, GEOMOp.OpCylinder, GEOMOp.OpDisk, GEOMOp.OpRectangle, GEOMOp.OpSphere, and GEOMOp.OpTorus.
| bool GEOMGUI::OnMousePress | ( | QMouseEvent * | pe, |
| SUIT_Desktop * | parent, | ||
| SUIT_ViewWindow * | |||
| ) | [virtual, inherited] |
Reimplemented in BasicGUI.
| bool GEOMGUI::OnMouseMove | ( | QMouseEvent * | pe, |
| SUIT_Desktop * | parent, | ||
| SUIT_ViewWindow * | |||
| ) | [virtual, inherited] |
| bool GEOMGUI::OnKeyPress | ( | QKeyEvent * | pe, |
| SUIT_Desktop * | parent, | ||
| SUIT_ViewWindow * | |||
| ) | [virtual, inherited] |
| void GEOMGUI::activate | ( | SUIT_Desktop * | parent | ) | [virtual, inherited] |
| void GEOMGUI::deactivate | ( | ) | [virtual, inherited] |
Reimplemented in GEOMToolsGUI.
| GeometryGUI * GEOMGUI::getGeometryGUI | ( | ) | [inherited] |
References GEOMGUI.myGeometryGUI.