#include <DisplayGUI.h>

Public Member Functions | |
| DisplayGUI (GeometryGUI *) | |
| ~DisplayGUI () | |
| bool | OnGUIEvent (int, SUIT_Desktop *) |
| void | DisplayAll () |
| void | EraseAll () |
| void | Display () |
| void | DisplayOnly () |
| void | Erase () |
| void | SetDisplayMode (const int, SUIT_ViewWindow *=0) |
| int | GetDisplayMode (SUIT_ViewWindow *=0) |
| void | InvertDisplayMode (SUIT_ViewWindow *=0) |
| void | SetVectorMode (const bool, SUIT_ViewWindow *=0) |
| int | GetVectorMode (SUIT_ViewWindow *=0) |
| void | ChangeDisplayMode (const int, SUIT_ViewWindow *=0) |
| 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 () |
| DisplayGUI::DisplayGUI | ( | GeometryGUI * | parent | ) |
| DisplayGUI::~DisplayGUI | ( | ) |
| bool DisplayGUI::OnGUIEvent | ( | int | theCommandID, |
| SUIT_Desktop * | parent | ||
| ) | [virtual] |
Reimplemented from GEOMGUI.
References ChangeDisplayMode(), Display(), DisplayAll(), DisplayOnly(), GeometryGUI.EmitSignalDeactivateDialog(), Erase(), EraseAll(), GetDisplayMode(), GEOMGUI.getGeometryGUI(), GetVectorMode(), InvertDisplayMode(), GEOMOp.OpDisplayMode, GEOMOp.OpHide, GEOMOp.OpHideAll, GEOMOp.OpShading, GEOMOp.OpShow, GEOMOp.OpShowAll, GEOMOp.OpShowOnly, GEOMOp.OpSwitchVectors, GEOMOp.OpVectors, GEOMOp.OpWireframe, and SetVectorMode().
| void DisplayGUI::DisplayAll | ( | ) |
References GEOM_Displayer.Display(), and GEOMGUI.getGeometryGUI().
| void DisplayGUI::EraseAll | ( | ) |
References GEOMGUI.getGeometryGUI().
| void DisplayGUI::Display | ( | ) |
References GEOM_Displayer.Display(), GEOMGUI.getGeometryGUI(), and Handle().
| void DisplayGUI::DisplayOnly | ( | ) |
References Display(), and EraseAll().
| void DisplayGUI::Erase | ( | ) |
References GEOM_Displayer.Erase(), GEOMGUI.getGeometryGUI(), and Handle().
| void DisplayGUI::SetDisplayMode | ( | const int | mode, |
| SUIT_ViewWindow * | viewWindow = 0 |
||
| ) |
References GEOMGUI.getGeometryGUI(), Handle(), GeometryGUI.Modified(), and STANDARD_TYPE().
| int DisplayGUI::GetDisplayMode | ( | SUIT_ViewWindow * | viewWindow = 0 | ) |
References GEOMGUI.getGeometryGUI(), and Handle().
| void DisplayGUI::InvertDisplayMode | ( | SUIT_ViewWindow * | viewWindow = 0 | ) |
References GetDisplayMode(), and SetDisplayMode().
| void DisplayGUI::SetVectorMode | ( | const bool | mode, |
| SUIT_ViewWindow * | viewWindow = 0 |
||
| ) |
References GEOMGUI.getGeometryGUI(), Handle(), GeometryGUI.Modified(), GEOM_Actor.SetVectorMode(), and STANDARD_TYPE().
| int DisplayGUI::GetVectorMode | ( | SUIT_ViewWindow * | viewWindow = 0 | ) |
References GEOMGUI.getGeometryGUI().
| void DisplayGUI::ChangeDisplayMode | ( | const int | mode, |
| SUIT_ViewWindow * | viewWindow = 0 |
||
| ) |
| 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.