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