- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CmdAction/BondLengthTableAction.hpp
r97ebf8 r047878 11 11 #include "Actions/Action.hpp" 12 12 13 void CommandBondLengthTable(std::string &BondGraphFileName); 14 13 15 class CommandLineBondLengthTableAction : public Action { 16 friend void CommandBondLengthTable(std::string &BondGraphFileName); 17 14 18 public: 15 19 CommandLineBondLengthTableAction(); … … 20 24 21 25 virtual const std::string getName(); 26 protected: 27 virtual Dialog * fillDialog(Dialog *dialog); 22 28 private: 23 29 virtual Action::state_ptr performCall();
Note:
See TracChangeset
for help on using the changeset viewer.