26 #ifndef STRUCTURALCOMPONENTDCPROPERTIES_H
27 #define STRUCTURALCOMPONENTDCPROPERTIES_H
72 virtual bool event(QEvent* e);
QString getName() const
get the atom's index in a form the property editor understands
StructuralComponentDC * myDC
Definition: StructuralComponentDCProperties.h:76
void updateProperties(StructuralComponentDC *)
change the currently managed SCDC and update the value of the properties
~StructuralComponentDCProperties()
the destructor (oauh, really?!!)
Definition: StructuralComponentDCProperties.h:59
The manager of the Structural component data.
Definition: StructuralComponentDC.h:83
virtual bool event(QEvent *e)
intercept signal for dynamic property changed.
void setName(const QString)
Set and get method for all the properties.
StructuralComponentDCProperties(StructuralComponentDC *)
Default construtor (give it he SCDC to edit)
The class StructuralComponentDCProperties defines an QObject that allows user interaction with proper...
Definition: StructuralComponentDCProperties.h:47
QString name
the name property that will be managed in the property dialog
Definition: StructuralComponentDCProperties.h:51