Add more objects for Assembly

This commit is contained in:
jriegel
2012-01-19 10:08:12 +01:00
committed by Stefan Tröger
parent b496dfded4
commit 0fb347e4b1
13 changed files with 88 additions and 43 deletions

View File

@@ -30,6 +30,11 @@
#include <Gui/Application.h>
#include <Gui/Language/Translator.h>
#include "Workbench.h"
#include "ViewProvider.h"
#include "ViewProviderPart.h"
#include "ViewProviderAssembly.h"
//#include "resources/qrc_Assembly.cpp"
// use a different name to CreateCommand()
@@ -62,6 +67,10 @@ void AssemblyGuiExport initAssemblyGui()
CreateAssemblyCommands();
AssemblyGui::Workbench::init();
AssemblyGui::ViewProviderItem ::init();
AssemblyGui::ViewProviderItemPart ::init();
AssemblyGui::ViewProviderItemAssembly::init();
// add resources and reloads the translators
loadAssemblyResource();
}