Changeset 7a6fd9 for molecuilder/src/UIElements/CommandLineUI
- Timestamp:
- May 18, 2010, 3:18:24 PM (16 years ago)
- Children:
- 06f141
- Parents:
- 5fa7c5
- Location:
- molecuilder/src/UIElements/CommandLineUI
- Files:
-
- 8 moved
-
CommandLineDialog.cpp (moved) (moved from molecuilder/src/UIElements/CommandLineDialog.cpp ) (1 diff)
-
CommandLineDialog.hpp (moved) (moved from molecuilder/src/UIElements/CommandLineDialog.hpp ) (1 diff)
-
CommandLineStatusIndicator.cpp (moved) (moved from molecuilder/src/UIElements/CommandLineStatusIndicator.cpp ) (1 diff)
-
CommandLineStatusIndicator.hpp (moved) (moved from molecuilder/src/UIElements/CommandLineStatusIndicator.hpp )
-
CommandLineUIFactory.cpp (moved) (moved from molecuilder/src/UIElements/CommandLineUIFactory.cpp ) (1 diff)
-
CommandLineUIFactory.hpp (moved) (moved from molecuilder/src/UIElements/CommandLineUIFactory.hpp ) (1 diff)
-
CommandLineWindow.cpp (moved) (moved from molecuilder/src/UIElements/CommandLineWindow.cpp ) (1 diff)
-
CommandLineWindow.hpp (moved) (moved from molecuilder/src/UIElements/CommandLineWindow.hpp ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/CommandLineUI/CommandLineDialog.cpp
r5fa7c5 r7a6fd9 14 14 #include <Descriptors/MoleculeDescriptor.hpp> 15 15 #include <Descriptors/MoleculeIdDescriptor.hpp> 16 #include " UIElements/CommandLineDialog.hpp"16 #include "CommandLineUI/CommandLineDialog.hpp" 17 17 18 18 #include "element.hpp" -
molecuilder/src/UIElements/CommandLineUI/CommandLineDialog.hpp
r5fa7c5 r7a6fd9 16 16 class Vector; 17 17 18 #include " UIElements/Dialog.hpp"18 #include "Dialog.hpp" 19 19 20 20 /** CommandLineUIFactory implementation of the Dialog. -
molecuilder/src/UIElements/CommandLineUI/CommandLineStatusIndicator.cpp
r5fa7c5 r7a6fd9 7 7 8 8 9 #include "CommandLine StatusIndicator.hpp"9 #include "CommandLineUI/CommandLineStatusIndicator.hpp" 10 10 11 11 #include <iostream> -
molecuilder/src/UIElements/CommandLineUI/CommandLineUIFactory.cpp
r5fa7c5 r7a6fd9 7 7 8 8 9 #include " UIElements/CommandLineUIFactory.hpp"10 #include " UIElements/CommandLineWindow.hpp"11 #include " UIElements/CommandLineDialog.hpp"9 #include "CommandLineUI/CommandLineUIFactory.hpp" 10 #include "CommandLineUI/CommandLineWindow.hpp" 11 #include "CommandLineUI/CommandLineDialog.hpp" 12 12 13 13 -
molecuilder/src/UIElements/CommandLineUI/CommandLineUIFactory.hpp
r5fa7c5 r7a6fd9 9 9 #define COMMANDLINEUIFACTORY_HPP_ 10 10 11 #include "UI Elements/UIFactory.hpp"11 #include "UIFactory.hpp" 12 12 13 13 class CommandLineUIFactory : public UIFactory -
molecuilder/src/UIElements/CommandLineUI/CommandLineWindow.cpp
r5fa7c5 r7a6fd9 8 8 #include <boost/bind.hpp> 9 9 10 #include " UIElements/CommandLineWindow.hpp"11 #include " UIElements/CommandLineStatusIndicator.hpp"10 #include "CommandLineUI/CommandLineWindow.hpp" 11 #include "CommandLineUI/CommandLineStatusIndicator.hpp" 12 12 13 13 #include "Actions/ActionRegistry.hpp" -
molecuilder/src/UIElements/CommandLineUI/CommandLineWindow.hpp
r5fa7c5 r7a6fd9 9 9 #define COMMANDLINEWINDOW_HPP_ 10 10 11 #include " UIElements/MainWindow.hpp"11 #include "MainWindow.hpp" 12 12 13 13 class CommandLineStatusIndicator;
Note:
See TracChangeset
for help on using the changeset viewer.
