- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp
r2b596f r5a9f4c 51 51 void checkChanges(); 52 52 void sceneChangeSignalled(); 53 void sceneHoverSignalled(const atom &_atom); 54 void sceneHoverSignalled(const molecule &_mol, int); 53 void sceneHoverSignalled(const atom *_atom); 55 54 void changeDreiBein(); 56 55 void changeDomain(); … … 58 57 signals: 59 58 void changed(); 60 void TimeChanged(); 61 void moleculeInserted(const molecule * _mol); 62 void moleculeRemoved(const moleculeId_t _id); 59 void atomInserted(const atomicNumber_t _id); 60 void atomRemoved(const atomicNumber_t _id); 61 void moleculeInserted(const molecule *_molecule); 62 void moleculeRemoved(const molecule *_molecule); 63 63 void worldSelectionChanged(); 64 void hoverChanged(const atom &_atom); 65 void hoverChanged(const molecule &_mol, int); 64 void hoverChanged(const atom *_atom); 66 65 void ShapeAdded(); 67 66 void ShapeRemoved(); 68 void moleculesVisibilityChanged(const moleculeId_t,bool);69 67 70 68 protected:
Note:
See TracChangeset
for help on using the changeset viewer.