#include <DisplayGUI.h>
Public Member Functions | |
DisplayGUI (GeometryGUI *) | |
~DisplayGUI () | |
bool | OnGUIEvent (int, SUIT_Desktop *) |
void | DisplayAll () |
void | EraseAll () |
void | Display () |
void | DisplayOnly () |
void | DisplayOnlyChildren () |
void | Erase () |
void | SetDisplayMode (const int, SUIT_ViewWindow *=0) |
void | SetVectorMode (const bool, SUIT_ViewWindow *=0) |
int | GetVectorMode (SUIT_ViewWindow *=0) |
void | SetVerticesMode (const bool, SUIT_ViewWindow *=0) |
int | GetVerticesMode (SUIT_ViewWindow *=0) |
void | SetNameMode (const bool, SUIT_ViewWindow *=0) |
int | GetNameMode (SUIT_ViewWindow *=0) |
void | ChangeDisplayMode (const int, SUIT_ViewWindow *=0) |
Public Member Functions inherited from GEOMGUI | |
GEOMGUI (GeometryGUI *parent) | |
virtual | ~GEOMGUI () |
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 () |
DisplayGUI::DisplayGUI | ( | GeometryGUI * | parent | ) |
DisplayGUI::~DisplayGUI | ( | ) |
void DisplayGUI::ChangeDisplayMode | ( | const int | mode, |
SUIT_ViewWindow * | viewWindow = 0 |
||
) |
void DisplayGUI::Display | ( | ) |
References anIter(), GEOM_Displayer::Display(), GEOMGUI::getGeometryGUI(), and Handle().
void DisplayGUI::DisplayAll | ( | ) |
References anIter(), GEOM_Displayer::Display(), and GEOMGUI::getGeometryGUI().
void DisplayGUI::DisplayOnly | ( | ) |
References Display(), and EraseAll().
void DisplayGUI::DisplayOnlyChildren | ( | ) |
References anIter(), GEOM_Displayer::Display(), EraseAll(), GEOMGUI::getGeometryGUI(), and Handle().
void DisplayGUI::Erase | ( | ) |
References anIter(), GEOM_Displayer::Erase(), GEOMGUI::getGeometryGUI(), and Handle().
void DisplayGUI::EraseAll | ( | ) |
References GEOMGUI::getGeometryGUI().
int DisplayGUI::GetNameMode | ( | SUIT_ViewWindow * | viewWindow = 0 | ) |
References GEOMGUI::getGeometryGUI().
int DisplayGUI::GetVectorMode | ( | SUIT_ViewWindow * | viewWindow = 0 | ) |
References GEOMGUI::getGeometryGUI().
int DisplayGUI::GetVerticesMode | ( | SUIT_ViewWindow * | viewWindow = 0 | ) |
References GEOMGUI::getGeometryGUI().
|
virtual |
Reimplemented from GEOMGUI.
References ChangeDisplayMode(), Display(), DisplayAll(), DisplayOnly(), DisplayOnlyChildren(), GeometryGUI::EmitSignalDeactivateDialog(), Erase(), EraseAll(), GEOMGUI::getGeometryGUI(), GetNameMode(), GetVectorMode(), GetVerticesMode(), GEOMOp::OpDMShading, GEOMOp::OpDMShadingWithEdges, GEOMOp::OpDMTexture, GEOMOp::OpDMWireframe, GEOMOp::OpHide, GEOMOp::OpHideAll, GEOMOp::OpShading, GEOMOp::OpShadingWithEdges, GEOMOp::OpShow, GEOMOp::OpShowAll, GEOMOp::OpShowName, GEOMOp::OpShowOnly, GEOMOp::OpShowOnlyChildren, GEOMOp::OpSwitchName, GEOMOp::OpSwitchVectors, GEOMOp::OpSwitchVertices, GEOMOp::OpTexture, GEOMOp::OpVectors, GEOMOp::OpVertices, GEOMOp::OpWireframe, SetDisplayMode(), SetNameMode(), SetVectorMode(), SetVerticesMode(), and GEOM_Displayer::UpdateColorScale().
void DisplayGUI::SetDisplayMode | ( | const int | mode, |
SUIT_ViewWindow * | viewWindow = 0 |
||
) |
void DisplayGUI::SetNameMode | ( | const bool | mode, |
SUIT_ViewWindow * | viewWindow = 0 |
||
) |
void DisplayGUI::SetVectorMode | ( | const bool | mode, |
SUIT_ViewWindow * | viewWindow = 0 |
||
) |
void DisplayGUI::SetVerticesMode | ( | const bool | mode, |
SUIT_ViewWindow * | viewWindow = 0 |
||
) |