Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Views/Qt4/QtInfoBox.hpp

    r52575c r2b596f  
    3636
    3737  void showAtom(const atom *_atom);
     38  void showMolecule(const molecule *_mol);
    3839
    3940public slots:
    40   void atomHover(const atom *_atom);
     41  void atomHover(const atom &_atom);
     42  void moleculeHover(const molecule &_mol);
    4143  void timerTimeout();
    4244
     
    4648  const atom *curAtom;
    4749  const atom *nextAtom;
     50  const molecule *curMolecule;
     51  const molecule *nextMolecule;
    4852  QtMoleculeInfoPage *page_mol;
    4953  QtAtomInfoPage *page_atom;
Note: See TracChangeset for help on using the changeset viewer.