Widget.setMapped
void setMapped(bool mapped)Marks the widget as being mapped.
This function should only ever be called in a derived widget's “map” or “unmap” implementation.
Parameters
mapped | true to mark the widget as mapped |
void setMapped(bool mapped)Marks the widget as being mapped.
This function should only ever be called in a derived widget's “map” or “unmap” implementation.
mapped | true to mark the widget as mapped |