SHAPER 9.16.0
XGUI_InspectionPanel Class Reference

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

#include <XGUI_InspectionPanel.h>

Inheritance diagram for XGUI_InspectionPanel:
Inheritance graph

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)
 

Detailed Description

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

Member Enumeration Documentation

◆ SudShape

Type of selected objects.

Constructor & Destructor Documentation

◆ XGUI_InspectionPanel()

XGUI_InspectionPanel::XGUI_InspectionPanel ( QWidget *  theParent,
XGUI_Workshop *  theWorkshop 
)

Constructor.

Parameters
theParentis a parent of the property panel
theMgroperation manager

Member Function Documentation

◆ translate()

std::string XGUI_InspectionPanel::translate ( const char *  theSource)
overridevirtual

Reimplemented from GeomAlgoAPI_ShapeInfo::Translator.