[TD]implement view stacking

This commit is contained in:
wandererfan
2022-09-07 11:03:14 -04:00
committed by WandererFan
parent d1d38b779d
commit d8be4398e3
15 changed files with 3339 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ ViewProviderBalloon::ViewProviderBalloon()
ADD_PROPERTY_TYPE(LineWidth, (weight), group, (App::PropertyType)(App::Prop_None), "Leader line width");
ADD_PROPERTY_TYPE(LineVisible, (true), group, (App::PropertyType)(App::Prop_None), "Balloon line visible or hidden");
ADD_PROPERTY_TYPE(Color, (PreferencesGui::dimColor()), group, App::Prop_None, "Color of the balloon");
//Dimensions take their stacking order from the parent View
StackOrder.setStatus(App::Property::Hidden,true);
}
ViewProviderBalloon::~ViewProviderBalloon()