- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp
rce4126 r917659 22 22 #include "types.hpp" 23 23 24 class GLWorldScene;25 26 24 class GLMoleculeObject_atom : public GLMoleculeObject, public Observer 27 25 { … … 44 42 void indexChanged(GLMoleculeObject_atom *ob, int oldId, int newId); 45 43 46 private: 47 //!> grant GLWorldScene acess to reset functions 48 friend class GLWorldScene; 49 44 public: 50 45 void resetPosition(); 51 46
Note:
See TracChangeset
for help on using the changeset viewer.