Changeset ae8b90 for molecuilder
- Timestamp:
- May 8, 2010, 10:00:57 PM (16 years ago)
- Children:
- 07d2cd
- Parents:
- 13743e
- Location:
- molecuilder/src
- Files:
-
- 2 added
- 3 edited
-
Actions/CmdAction/HelpAction.cpp (added)
-
Actions/CmdAction/HelpAction.hpp (added)
-
CommandLineParser.hpp (modified) (2 diffs)
-
Makefile.am (modified) (3 diffs)
-
UIElements/CommandLineWindow.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/CommandLineParser.hpp
r13743e rae8b90 35 35 po::options_description hidden; 36 36 37 po::options_description visible; 38 37 39 protected: 38 40 CommandLineParser(); … … 44 46 po::options_description cmdline_options; 45 47 po::options_description config_file_options; 46 po::options_description visible;47 48 48 49 po::variables_map vm; -
molecuilder/src/Makefile.am
r13743e rae8b90 51 51 ACTIONSSOURCE = Actions/Action.cpp \ 52 52 ${ATOMACTIONSOURCE} \ 53 ${CMDACTIONSOURCE} \ 53 54 ${FRAGMENTATIONACTIONSOURCE} \ 54 55 ${MOLECULEACTIONSOURCE} \ … … 66 67 ACTIONSHEADER = Actions/Action.hpp \ 67 68 ${ATOMACTIONHEADER} \ 69 ${CMDACTIONHEADER} \ 68 70 ${FRAGMENTATIONACTIONHEADER} \ 69 71 ${MOLECULEACTIONHEADER} \ … … 85 87 ATOMACTIONHEADER = 86 88 # Actions/AtomAction/SomeAction.hpp 89 90 CMDACTIONSOURCE = \ 91 Actions/CmdAction/HelpAction.cpp 92 CMDACTIONHEADER = \ 93 Actions/CmdAction/HelpAction.hpp 87 94 88 95 FRAGMENTATIONACTIONSOURCE = -
molecuilder/src/UIElements/CommandLineWindow.cpp
r13743e rae8b90 39 39 void CommandLineWindow::populateParserActions() 40 40 { 41 new CommandLineHelpAction(); 41 42 new ParserLoadXyzAction(); 42 43 new ParserSaveXyzAction();
Note:
See TracChangeset
for help on using the changeset viewer.
