Widget.parent - multiple declarations

Function Widget.parent

sets parent for widget

Prototype

Widget parent(
  Widget parent
) @property;

Function Widget.parent

returns parent widget, null for top level widget

Prototype

Widget parent() @property const;

Function Widget.parent

sets parent for widget

Prototype

Widget parent(
  Widget parent
) @property;

Function Widget.parent

returns parent widget, null for top level widget

Prototype

Widget parent() @property const;

Function Widget.parent

returns parent widget, null for top level widget

Prototype

Widget parent() @property const;

Function Widget.parent

sets parent for widget

Prototype

Widget parent(
  Widget parent
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0