|
SHAPER
9.15.0
|
A class which represents an inspection panel: to show content of currently selected objects. More...

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 |