First claimChildren3D implementation and Starting PartItem implementation

This commit is contained in:
jriegel
2012-04-01 21:47:24 +02:00
committed by Stefan Tröger
parent 8537926edc
commit 29507a44ed
11 changed files with 95 additions and 36 deletions

View File

@@ -26,6 +26,7 @@
#include <Mod/Part/Gui/ViewProvider.h>
class SoGroup;
namespace AssemblyGui {
@@ -39,7 +40,13 @@ public:
/// destructor
virtual ~ViewProviderItem();
// returns the root node where the children gets collected(3D)
virtual SoGroup* getChildRoot(void) const {return pcChildren;}
virtual bool doubleClicked(void);
private:
SoGroup *pcChildren;
};