#include <BlocksGUI.h>

Public Member Functions | |
| BlocksGUI (GeometryGUI *) | |
| ~BlocksGUI () | |
| 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 () |
| BlocksGUI::BlocksGUI | ( | GeometryGUI * | parent | ) |
| BlocksGUI::~BlocksGUI | ( | ) |
| bool BlocksGUI::OnGUIEvent | ( | int | theCommandID, |
| SUIT_Desktop * | parent | ||
| ) | [virtual] |
Reimplemented from GEOMGUI.
References GeometryGUI.EmitSignalDeactivateDialog(), GEOMGUI.getGeometryGUI(), GEOMOp.OpExplodeBlock, GEOMOp.OpHexaSolid, GEOMOp.OpMultiTransform, GEOMOp.OpPropagate, and GEOMOp.OpQuadFace.
| 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.