|
The backdrop wrapping object. Represents a specific backdrop in the group.
List all backdrops in the top group:
Public Member Functions | |
| std::vector< OMC::Node * > | contained_nodes () const |
| Provides a list of nodes contained within the Backdrop. More... | |
Public Attributes | |
| int | top |
| The top coordinate of the backdrop. | |
| int | bottom |
| The bottom coordinate of the backdrop. | |
| int | left |
| The left coordinate of the backdrop. | |
| int | right |
| The right right coordinate of the backdrop. | |
| int | width |
| The left coordinate of the backdrop. | |
| int | height |
| The right right coordinate of the backdrop. | |
| QString | title |
| The title of the backdrop. | |
| QString | description |
| The description of the backdrop. | |
| QString | title_font |
| The font used in the backdrop's title. | |
| double | title_font_size |
| The font size used in the backdrop's title. | |
| OMC::Colour * | title_font_colour |
| The font colour in the backdrop's title. | |
| QString | description_font |
| The font used in the backdrop's description. | |
| double | description_font_size |
| The font size used in the backdrop's title. | |
| OMC::Colour * | description_font_colour |
| The font colour in the backdrop's title. | |
| OMC::Colour * | colour |
| The colour in the backdrop. | |
| std::vector<OMC::Node*> OMC::Backdrop::contained_nodes | ( | ) | const |
Provides a list of nodes contained within the Backdrop.
List all backdrops in the top group:

