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