Skip to content

Commit

Permalink
refs #4328 #3641. Add EventNexus memento. Improve Gui Layout.
Browse files Browse the repository at this point in the history
 Event Nexus Files can now be added. Gui Layout improved. Start work on Workspace creation methods.
  • Loading branch information
OwenArnold committed Jan 6, 2012
1 parent 162fd66 commit cf38125
Show file tree
Hide file tree
Showing 9 changed files with 541 additions and 206 deletions.
7 changes: 5 additions & 2 deletions Code/Mantid/MantidQt/CustomInterfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
set ( SRC_FILES
src/ConvertToEnergy.cpp
src/CreateMDWorkspace.cpp
src/EventNexusFileMemento.cpp
src/Homer.cpp
src/IO_MuonGrouping.cpp
src/Indirect.cpp
Expand All @@ -18,16 +19,17 @@ set ( SRC_FILES
src/SANSRunWindow.cpp
src/background.cpp
src/deltaECalc.cpp
src/WorkspaceInADS.cpp
src/WorkspaceInADS.cpp
src/WorkspaceMemento.cpp
src/RawFileMemento.cpp
src/RawFileMemento.cpp
)

# Include files aren't required, but this makes them appear in Visual Studio
set ( INC_FILES
inc/MantidQtCustomInterfaces/Background.h
inc/MantidQtCustomInterfaces/ConvertToEnergy.h
inc/MantidQtCustomInterfaces/CreateMDWorkspace.h
inc/MantidQtCustomInterfaces/EventNexusFileMemento.h
inc/MantidQtCustomInterfaces/Homer.h
inc/MantidQtCustomInterfaces/IO_MuonGrouping.h
inc/MantidQtCustomInterfaces/Indirect.h
Expand Down Expand Up @@ -79,6 +81,7 @@ set ( UI_FILES inc/MantidQtCustomInterfaces/ConvertToEnergy.ui
)

set( TEST_FILES
test/EventNexusFileMementoTest.h
test/WorkspaceMementoTest.h
test/WorkspaceInADSTest.h
test/RawFileMementoTest.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ namespace MantidQt

void addWorkspaceClicked();

void addFileClicked();
void addRawFileClicked();

void addEventNexusFileClicked();

void setUBMatrixClicked();

Expand Down

0 comments on commit cf38125

Please sign in to comment.