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