|
Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
| virtual | ~TextStyle () override |
| void | load (StyleLoader &sl) override |
| const QBrush & | selectionBackground () const |
| bool | underline () const |
Public Attributes | |
| Property< QFont > | font {this, "font"} |
| Property< bool > | htmlFormat {this, "htmlFormat"} |
| Property< QPen > | pen {this, "pen"} |
| Property< QFont > | selectionFont {this, "selectionFont"} |
| Property< QPen > | selectionPen {this, "selectionPen"} |
Private Attributes | |
| QBrush | selectionBackground_ |
| bool | underline_ {} |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
| using | Super = Reflect< Base > |
|
overridevirtual |
|
override |
|
inline |
|
inline |
| Property<QFont> Visualization::TextStyle::font {this, "font"} |
| Property<bool> Visualization::TextStyle::htmlFormat {this, "htmlFormat"} |
| Property<QPen> Visualization::TextStyle::pen {this, "pen"} |
|
private |
| Property<QFont> Visualization::TextStyle::selectionFont {this, "selectionFont"} |
| Property<QPen> Visualization::TextStyle::selectionPen {this, "selectionPen"} |
|
private |