26 #ifndef STRUCTURALCOMPONENTDCPROPERTIES_H 27 #define STRUCTURALCOMPONENTDCPROPERTIES_H 72 virtual bool event(QEvent* e);
virtual bool event(QEvent *e)
intercept signal for dynamic property changed.
Definition: StructuralComponentDCProperties.cpp:95
StructuralComponentDC * myDC
Definition: StructuralComponentDCProperties.h:76
void updateProperties(StructuralComponentDC *)
change the currently managed SCDC and update the value of the properties
Definition: StructuralComponentDCProperties.cpp:50
QString getName() const
get the atom's index in a form the property editor understands
Definition: StructuralComponentDCProperties.cpp:87
~StructuralComponentDCProperties()
the destructor (oauh, really?!!)
Definition: StructuralComponentDCProperties.h:59
The manager of the Structural component data.
Definition: StructuralComponentDC.h:83
void setName(const QString)
Set and get method for all the properties.
Definition: StructuralComponentDCProperties.cpp:77
StructuralComponentDCProperties(StructuralComponentDC *)
Default construtor (give it he SCDC to edit)
Definition: StructuralComponentDCProperties.cpp:41
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