implementing commands

This commit is contained in:
jriegel
2012-03-11 23:59:00 +01:00
committed by Stefan Tröger
parent b4cad19107
commit 0f05c6df8f
5 changed files with 44 additions and 15 deletions

View File

@@ -41,6 +41,8 @@ public:
virtual bool doubleClicked(void);
virtual std::vector<App::DocumentObject*> claimChildren(void)const;
};