Gui: allow bounding box style to be customized

This commit is contained in:
Zheng, Lei
2017-04-01 02:49:24 +08:00
committed by Yorik van Havre
parent b2f937ee9f
commit 151d8a7b08
2 changed files with 12 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ public:
/*! synchronize From FC placement to Coin placement*/
static void updateTransform(const Base::Placement &from, SoTransform *to);
void showBoundingBox(bool);
virtual void showBoundingBox(bool);
protected:
bool setEdit(int ModNum);
@@ -110,6 +110,8 @@ protected:
/// get called by the container whenever a property has been changed
void onChanged(const App::Property* prop);
void setSelectable(bool Selectable=true);
virtual unsigned long getBoundColor() const;
void applyBoundColor();
private: