Add some commands to assembly

This commit is contained in:
jriegel
2012-02-08 22:29:34 +01:00
committed by Stefan Tröger
parent 4f0f3e8c94
commit 6700512efe
14 changed files with 373 additions and 14 deletions

View File

@@ -39,6 +39,7 @@
// use a different name to CreateCommand()
void CreateAssemblyCommands(void);
void CreateAssemblyConstraintCommands(void);
void loadAssemblyResource()
{
@@ -65,6 +66,8 @@ void AssemblyGuiExport initAssemblyGui()
// instanciating the commands
CreateAssemblyCommands();
CreateAssemblyConstraintCommands();
AssemblyGui::Workbench::init();
AssemblyGui::ViewProviderItem ::init();