26 #ifndef CELLDCPROPERTIES_H 27 #define CELLDCPROPERTIES_H 73 enum GeometricType {
INVALID,
ATOM,
TETRAHEDRON,
HEXAHEDRON,
WEDGE,
PYRAMID,
LINE,
POLY_LINE,
POLY_VERTEX,
TRIANGLE,
QUAD };
79 virtual bool event(QEvent* e);
void updateProperties(CellDC *)
change the currently managed CellDC and update the value of the properties
Definition: CellDCProperties.cpp:47
QString getName() const
get the atom's index in a form the property editor understands
Definition: CellDCProperties.cpp:90
QString name
the index property that will be managed in the property dialog
Definition: CellDCProperties.h:48
void setName(const QString)
Set and get method for all the properties.
Definition: CellDCProperties.cpp:74
Definition: CellDCProperties.h:73
GeometricType
this is a copy of StructureProperties::GeometricType, I tried to reuse it but it generated crashes...
Definition: CellDCProperties.h:73
GeometricType geometry
the geometric type property
Definition: CellDCProperties.h:51
Definition: CellDCProperties.h:73
Definition: CellDCProperties.h:73
The class CellDCProperties defines an QObject that allows user interaction with properties of a cell ...
Definition: CellDCProperties.h:44
Definition: CellDCProperties.h:73
Definition: CellDCProperties.h:73
Definition: CellDCProperties.h:73
Definition: CellDCProperties.h:73
Definition: CellDCProperties.h:73
virtual bool event(QEvent *e)
intercept signal for dynamic property changed.
Definition: CellDCProperties.cpp:144
CellDC * myDC
the currently selected CellDC
Definition: CellDCProperties.h:84
Definition: CellDCProperties.h:73
The manager of the Cell data.
Definition: CellDC.h:47
GeometricType getGeometry() const
get the geometric type
Definition: CellDCProperties.cpp:98
Definition: CellDCProperties.h:73
Definition: CellDCProperties.h:73