- Timestamp:
- Dec 19, 2025, 10:33:12 PM (3 weeks ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- 29ba9a
- Parents:
- 57608e
- git-author:
- Frederik Heber <frederik.heber@…> (11/06/25 21:38:46)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/19/25 22:33:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.cpp
r57608e r37d1c3 99 99 m_visible = false; 100 100 101 connect( this, SIGNAL(clicked()), this, SLOT(wasClicked())); 101 102 connect (ObservedMolecule.get(), SIGNAL(tesselationhullChanged()), this, SLOT(setTesselationOutOfDate())); 102 103 connect (ObservedMolecule.get(), SIGNAL(boundingboxChanged()), this, SLOT(resetBoundingBox())); … … 330 331 } 331 332 333 void GLMoleculeObject_molecule::wasClicked() 334 { 335 LOG(4, "INFO: GLMoleculeObject_molecule: molecule " 336 << ObservedMolecule->getMolIndex() << " has been clicked"); 337 emit clicked(ObservedMolecule->getMolIndex()); 338 } 339 332 340 std::ostream &operator<<(std::ostream &ost, const GLMoleculeObject_molecule::BondIds &t) 333 341 {
Note:
See TracChangeset
for help on using the changeset viewer.
