- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp
rce4126 rf115cc 31 31 virtual ~GLMoleculeObject_atom(); 32 32 33 void draw(QGLPainter *painter, const QVector4D &cameraPlane); 34 33 35 // Observer functions 34 36 void update(Observable *publisher); … … 45 47 46 48 private: 47 //!> grant GL WorldScene acess to reset functions48 friend class GL WorldScene;49 //!> grant GLMoleculeObject_molecule acess to reset functions 50 friend class GLMoleculeObject_molecule; 49 51 50 52 void resetPosition(); … … 56 58 57 59 const atomId_t atomicid; 60 61 bool uptodatePosition; 62 bool uptodateElement; 58 63 }; 59 64
Note:
See TracChangeset
for help on using the changeset viewer.