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);
QString getName() const
get the atom's index in a form the property editor understands
void updateProperties(CellDC *)
change the currently managed CellDC and update the value of the properties
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.
virtual bool event(QEvent *e)
intercept signal for dynamic property changed.
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
GeometricType getGeometry() const
get the geometric type
Definition: CellDCProperties.h:73
Definition: CellDCProperties.h:73
Definition: CellDCProperties.h:73
Definition: CellDCProperties.h:73
CellDC * myDC
the currently selected CellDC
Definition: CellDCProperties.h:84
Definition: CellDCProperties.h:73
The manager of the Cell data.
Definition: CellDC.h:47
Definition: CellDCProperties.h:73
Definition: CellDCProperties.h:73