|
SHAPER 9.16.0
|
A class which represents an inspection panel: to show content of currently selected objects. More...
#include <XGUI_InspectionPanel.h>

Public Types | |
| enum | SudShape { ShapeId , CompoundId , CompsolidId , SolidId , ShellId , FaceId , WireId , EdgeId , VertexId } |
| Type of selected objects. More... | |
Public Member Functions | |
| XGUI_InspectionPanel (QWidget *theParent, XGUI_Workshop *theWorkshop) | |
| Constructor. More... | |
| virtual std::string | translate (const char *theSource) override |
Protected Member Functions | |
| virtual void | showEvent (QShowEvent *theEvent) |
A class which represents an inspection panel: to show content of currently selected objects.
Type of selected objects.
| XGUI_InspectionPanel::XGUI_InspectionPanel | ( | QWidget * | theParent, |
| XGUI_Workshop * | theWorkshop | ||
| ) |
Constructor.
| theParent | is a parent of the property panel |
| theMgr | operation manager |
|
overridevirtual |
Reimplemented from GeomAlgoAPI_ShapeInfo::Translator.