Widget.window - multiple declarations

Function Widget.window

returns window (if widget or its parent is attached to window)

Prototype

Window window() @property const;

Function Widget.window

sets window (to be used for top level widget from Window implementation). TODO: hide it from API?

Prototype

void window(
  Window window
) @property;

Function Widget.window

sets window (to be used for top level widget from Window implementation). TODO: hide it from API?

Prototype

void window(
  Window window
) @property;

Function Widget.window

returns window (if widget or its parent is attached to window)

Prototype

Window window() @property const;

Function Widget.window

sets window (to be used for top level widget from Window implementation). TODO: hide it from API?

Prototype

void window(
  Window window
) @property;

Function Widget.window

returns window (if widget or its parent is attached to window)

Prototype

Window window() @property const;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0