Gui: moved dragger classes to separate folder and files
* renamed SoFCCSysDragger to SoTransformDragger * moved TDragger, RDragger and TPlanarDragger to separate files and also renamed them to be more descriptive
This commit is contained in:
committed by
Kacper Donat
parent
3fa260f869
commit
d2ff41dbd7
@@ -50,6 +50,7 @@
|
||||
#include "SoFCDB.h"
|
||||
#include "Camera.h"
|
||||
#include "Flag.h"
|
||||
#include "Inventor/Draggers/SoTransformDragger.h"
|
||||
#include "Navigation/GestureNavigationStyle.h"
|
||||
#include "Navigation/NavigationStyle.h"
|
||||
#include "SelectionObject.h"
|
||||
@@ -57,7 +58,6 @@
|
||||
#include "SoFCColorBar.h"
|
||||
#include "SoFCColorGradient.h"
|
||||
#include "SoFCColorLegend.h"
|
||||
#include "SoFCCSysDragger.h"
|
||||
#include "SoFCInteractiveElement.h"
|
||||
#include "SoFCSelection.h"
|
||||
#include "SoFCSelectionAction.h"
|
||||
@@ -142,7 +142,7 @@ void Gui::SoFCDB::init()
|
||||
SoFCTransform ::initClass();
|
||||
SoAutoZoomTranslation ::initClass();
|
||||
MarkerBitmaps ::initClass();
|
||||
SoFCCSysDragger ::initClass();
|
||||
SoTransformDragger ::initClass();
|
||||
SmSwitchboard ::initClass();
|
||||
SoFCSeparator ::initClass();
|
||||
SoFCSelectionRoot ::initClass();
|
||||
|
||||
Reference in New Issue
Block a user