Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
TextAndDescription (const QString &text, const QString &description, const StyleType *style=itemStyles().get()) | |
TextAndDescription (Item *parent, const StyleType *style=itemStyles().get()) | |
virtual | ~TextAndDescription () |
void | setContents (const QString &text, const QString &description) |
virtual bool | sizeDependsOnParent () const override |
Protected Member Functions | |
virtual void | determineChildren () override |
Private Attributes | |
QString | description_ |
Visualization::Text * | descriptionVis_ |
QString | text_ |
Visualization::Text * | textVis_ |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
using | Super = Reflect< Base > |
Interaction::TextAndDescription::TextAndDescription | ( | Item * | parent, |
const StyleType * | style = itemStyles().get() |
||
) |
Interaction::TextAndDescription::TextAndDescription | ( | const QString & | text, |
const QString & | description, | ||
const StyleType * | style = itemStyles().get() |
||
) |
|
virtual |
|
overrideprotectedvirtual |
void Interaction::TextAndDescription::setContents | ( | const QString & | text, |
const QString & | description | ||
) |
|
overridevirtual |
|
private |
|
private |
|
private |
|
private |