- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Views/Qt4/QtInfoBox.hpp
r52575c r2b596f 36 36 37 37 void showAtom(const atom *_atom); 38 void showMolecule(const molecule *_mol); 38 39 39 40 public slots: 40 void atomHover(const atom *_atom); 41 void atomHover(const atom &_atom); 42 void moleculeHover(const molecule &_mol); 41 43 void timerTimeout(); 42 44 … … 46 48 const atom *curAtom; 47 49 const atom *nextAtom; 50 const molecule *curMolecule; 51 const molecule *nextMolecule; 48 52 QtMoleculeInfoPage *page_mol; 49 53 QtAtomInfoPage *page_atom;
Note:
See TracChangeset
for help on using the changeset viewer.