One step towards the dialog

Problem registering the own ViewProvider
This commit is contained in:
balazs-bamer
2015-01-14 12:59:02 +01:00
committed by wmayer
parent 71e37ef75b
commit 6d35abbf74
5 changed files with 40 additions and 67 deletions

View File

@@ -45,6 +45,11 @@ public:
short mustExecute() const;
/// returns the type name of the view provider
const char* getViewProviderName(void) const {
return "SurfaceGui::ViewProviderBSurf";
}
protected:
GeomFill_FillingStyle getFillingStyle();
void getWire(TopoDS_Wire& aWire);