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