![]() |
A list containing all backdrops within a group.
The Backdrop List allows for the access, modification, creation and removal of backdrop objects in the group.
List all backdrops in the top group:
Create a backdrop around a list of nodes:
Public Member Functions | |
OMC::Obj | create (const QVariant &backdropDetails=QVariant()) |
Adds a backdrop, accepting a text value, another backdrop or a OMC::AllocatedRect2D. More... | |
void | remove (OMC::Backdrop *) const |
Removes a backdrop from the list. More... | |
void | remove (const QVariant &backdrop) |
bool | contains (OMC::Backdrop *) const |
Identifies if the list contains the cable. | |
virtual std::vector< OMC::Cable * > | list () const override |
Converts the dynamic list into a concrete list of cable objects. | |
virtual OMC::Backdrop * | operator() (const QString &searchString) const |
Search for a backdrop in the group with matching title text. More... | |
OMC::GroupNode * | group () const |
The group that owns this BackdropList object. More... | |
Public Attributes | |
OMC::Backdrop * | operator[int idx] |
The Backdrop list contains the list of backdrops contained within a Group. More... | |
OMC::Obj OMC::BackdropList::create | ( | const QVariant & | backdropDetails = QVariant() | ) |
Adds a backdrop, accepting a text value, another backdrop or a OMC::AllocatedRect2D.
OMC::GroupNode* OMC::BackdropList::group | ( | ) | const |
The group that owns this BackdropList object.
|
virtual |
Search for a backdrop in the group with matching title text.
void OMC::BackdropList::remove | ( | OMC::Backdrop * | ) | const |
Removes a backdrop from the list.
Provided a OMC::Backdrop*, removes that backdrop if it exists in the list.
OMC::Backdrop* OMC::BackdropList::operator[int idx] |
The Backdrop list contains the list of backdrops contained within a Group.
The backdrops can be retrieved from the list by their index. Every group node (OMC::GroupNode) will provide a backdrop list with the backdrops property.
Print some information about the backdrops