forked from qt-creator/qt-creator
Integrate Edit3D view into Creator
Edit3D view is now a tab alongside Form Editor. Buttons were moved to a Creator side task bar on Edit 3D view. Change-Id: Ia06107e4f855ba512ffea3e628a61558894e800e Fixes: QDS-1570 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#include "createinstancescommand.h"
|
||||
#include "createscenecommand.h"
|
||||
#include "update3dviewstatecommand.h"
|
||||
#include "enable3dviewcommand.h"
|
||||
#include "changevaluescommand.h"
|
||||
#include "changebindingscommand.h"
|
||||
#include "changeauxiliarycommand.h"
|
||||
@@ -49,6 +48,8 @@
|
||||
#include "changenodesourcecommand.h"
|
||||
#include "changeselectioncommand.h"
|
||||
#include "drop3dlibraryitemcommand.h"
|
||||
#include "inputeventcommand.h"
|
||||
#include "view3dactioncommand.h"
|
||||
|
||||
#include "informationchangedcommand.h"
|
||||
#include "pixmapchangedcommand.h"
|
||||
@@ -97,9 +98,6 @@ void NodeInstanceServerInterface::registerCommands()
|
||||
qRegisterMetaType<Update3dViewStateCommand>("Update3dViewStateCommand");
|
||||
qRegisterMetaTypeStreamOperators<Update3dViewStateCommand>("Update3dViewStateCommand");
|
||||
|
||||
qRegisterMetaType<Enable3DViewCommand>("Enable3DViewCommand");
|
||||
qRegisterMetaTypeStreamOperators<Enable3DViewCommand>("Enable3DViewCommand");
|
||||
|
||||
qRegisterMetaType<ChangeBindingsCommand>("ChangeBindingsCommand");
|
||||
qRegisterMetaTypeStreamOperators<ChangeBindingsCommand>("ChangeBindingsCommand");
|
||||
|
||||
@@ -214,6 +212,12 @@ void NodeInstanceServerInterface::registerCommands()
|
||||
qRegisterMetaType<PuppetToCreatorCommand>("PuppetToCreatorCommand");
|
||||
qRegisterMetaTypeStreamOperators<PuppetToCreatorCommand>("PuppetToCreatorCommand");
|
||||
|
||||
qRegisterMetaType<InputEventCommand>("InputEventCommand");
|
||||
qRegisterMetaTypeStreamOperators<InputEventCommand>("InputEventCommand");
|
||||
|
||||
qRegisterMetaType<View3DActionCommand>("View3DActionCommand");
|
||||
qRegisterMetaTypeStreamOperators<View3DActionCommand>("View3DActionCommand");
|
||||
|
||||
qRegisterMetaType<QPair<int, int>>("QPairIntInt");
|
||||
qRegisterMetaTypeStreamOperators<QPair<int, int>>("QPairIntInt");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user