Skip to content

Commit

Permalink
Re #6162. Refactored user input in instrument view.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Jan 3, 2013
1 parent 4e83fba commit 8d2c5a5
Show file tree
Hide file tree
Showing 19 changed files with 1,202 additions and 556 deletions.
5 changes: 5 additions & 0 deletions Code/Mantid/MantidPlot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ set ( MANTID_SRCS src/Mantid/AbstractMantidLog.cpp
src/Mantid/InstrumentWidget/GLTrackball.cpp
src/Mantid/InstrumentWidget/GLViewport.cpp
src/Mantid/InstrumentWidget/ICompAssemblyActor.cpp
src/Mantid/InstrumentWidget/InputController.cpp
src/Mantid/InstrumentWidget/InstrumentActor.cpp
src/Mantid/InstrumentWidget/InstrumentTreeModel.cpp
src/Mantid/InstrumentWidget/InstrumentTreeWidget.cpp
Expand Down Expand Up @@ -423,6 +424,7 @@ set ( MANTID_HDRS src/Mantid/AbstractMantidLog.h
src/Mantid/InstrumentWidget/GLTrackball.h
src/Mantid/InstrumentWidget/GLViewport.h
src/Mantid/InstrumentWidget/ICompAssemblyActor.h
src/Mantid/InstrumentWidget/InputController.h
src/Mantid/InstrumentWidget/InstrumentActor.h
src/Mantid/InstrumentWidget/InstrumentTreeModel.h
src/Mantid/InstrumentWidget/InstrumentTreeWidget.h
Expand Down Expand Up @@ -673,6 +675,7 @@ set ( MANTID_MOC_FILES src/Mantid/AlgorithmMonitor.h
src/Mantid/UserFitFunctionDialog.h
src/Mantid/InstrumentWidget/XIntegrationControl.h
src/Mantid/InstrumentWidget/BinDialog.h
src/Mantid/InstrumentWidget/InputController.h
src/Mantid/InstrumentWidget/InstrumentTreeModel.h
src/Mantid/InstrumentWidget/InstrumentTreeWidget.h
src/Mantid/InstrumentWidget/InstrumentWindow.h
Expand All @@ -688,7 +691,9 @@ set ( MANTID_MOC_FILES src/Mantid/AlgorithmMonitor.h
src/Mantid/InstrumentWidget/InstrumentActor.h
src/Mantid/InstrumentWidget/PeakOverlay.h
src/Mantid/InstrumentWidget/ProjectionSurface.h
src/Mantid/InstrumentWidget/Projection3D.h
src/Mantid/InstrumentWidget/Shape2DCollection.h
src/Mantid/InstrumentWidget/UnwrappedSurface.h
)

set ( UI_FILES src/SendToProgramDialog.ui
Expand Down

0 comments on commit 8d2c5a5

Please sign in to comment.