[TD] Add TaskPanel for Balloons
TaskPanel can be open by double clicking either Balloon label on drawing page or Balloon object in tree view.
This commit is contained in:
committed by
WandererFan
parent
327d509bc9
commit
bcfbd990a7
@@ -73,13 +73,14 @@ public:
|
||||
return "TechDrawGui::ViewProviderBalloon";
|
||||
}
|
||||
|
||||
static const char* balloonTypeEnums[];
|
||||
static const char* endTypeEnums[];
|
||||
|
||||
protected:
|
||||
void onChanged(const App::Property* prop);
|
||||
virtual void onDocumentRestored();
|
||||
|
||||
private:
|
||||
static const char* endTypeEnums[];
|
||||
static const char* balloonTypeEnums[];
|
||||
};
|
||||
|
||||
} //namespace TechDraw
|
||||
|
||||
Reference in New Issue
Block a user