20 #ifndef MODULEBASE_WIDGETCONCEALEDOBJECTS_H_
21 #define MODULEBASE_WIDGETCONCEALEDOBJECTS_H_
23 #include <ModuleBase.h>
24 #include <ModuleBase_ModelWidget.h>
67 void addViewRow(
const std::shared_ptr<ModelAPI_Result>& theResult);
72 void onItemToggled(
bool theState);
75 std::string myBaseShapeAttribute;
76 bool myPickConcealedParents;
79 std::shared_ptr<ModelAPI_Feature> myBaseFeature;
81 std::map<int, std::shared_ptr<ModelAPI_Result> > myConcealedResults;
Represents any object in the data model and in the object browser.
Definition: ModelAPI_Object.h:45