Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Views/Qt4/Qt3D/GLWorldView.hpp

    r2b596f r5a9f4c  
    5151  void checkChanges();
    5252  void sceneChangeSignalled();
    53   void sceneHoverSignalled(const atom &_atom);
    54   void sceneHoverSignalled(const molecule &_mol, int);
     53  void sceneHoverSignalled(const atom *_atom);
    5554  void changeDreiBein();
    5655  void changeDomain();
     
    5857signals:
    5958  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);
    6363  void worldSelectionChanged();
    64   void hoverChanged(const atom &_atom);
    65   void hoverChanged(const molecule &_mol, int);
     64  void hoverChanged(const atom *_atom);
    6665  void ShapeAdded();
    6766  void ShapeRemoved();
    68   void moleculesVisibilityChanged(const moleculeId_t,bool);
    6967
    7068protected:
Note: See TracChangeset for help on using the changeset viewer.