27 #ifndef AtomDCProperties_H
28 #define AtomDCProperties_H
80 virtual bool event(QEvent* e);
int index
the index property that will be managed in the property dialog
Definition: AtomDCProperties.h:51
virtual bool event(QEvent *e)
intercept signal for dynamic property changed.
void setPosition(QVector3D)
change the atom's position from the property editor
The class AtomDCProperties defines an object that allows interaction of some properties of an atom...
Definition: AtomDCProperties.h:47
The manager of the Atom data.
Definition: AtomDC.h:74
QVector3D getPosition() const
get the atom's position in a form the property editor understands
void updateProperties(AtomDC *)
change the currently managed AtomDC and update the value of the properties
AtomDC * myDC
the currently selected atom's AtomDC
Definition: AtomDCProperties.h:84
int getIndex() const
get the atom's index in a form the property editor understands
void setIndex(int)
change the atom's index from the property editor
QVector3D position
the 3D position property
Definition: AtomDCProperties.h:54