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
void setPosition(QVector3D)
change the atom's position from the property editor
Definition: AtomDCProperties.cpp:111
QVector3D getPosition() const
get the atom's position in a form the property editor understands
Definition: AtomDCProperties.cpp:124
virtual bool event(QEvent *e)
intercept signal for dynamic property changed.
Definition: AtomDCProperties.cpp:132
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
void updateProperties(AtomDC *)
change the currently managed AtomDC and update the value of the properties
Definition: AtomDCProperties.cpp:46
AtomDC * myDC
the currently selected atom's AtomDC
Definition: AtomDCProperties.h:84
void setIndex(int)
change the atom's index from the property editor
Definition: AtomDCProperties.cpp:96
int getIndex() const
get the atom's index in a form the property editor understands
Definition: AtomDCProperties.cpp:103
QVector3D position
the 3D position property
Definition: AtomDCProperties.h:54