Widget.state - multiple declarations

Function Widget.state

widget state (set of flags from State enum)

Prototype

uint state() @property const;

Function Widget.state

set new widget state (set of flags from State enum)

Prototype

Widget state(
  uint newState
) @property;

Function Widget.state

widget state (set of flags from State enum)

Prototype

uint state() @property const;

Function Widget.state

set new widget state (set of flags from State enum)

Prototype

Widget state(
  uint newState
) @property;

Function Widget.state

set new widget state (set of flags from State enum)

Prototype

Widget state(
  uint newState
) @property;

Function Widget.state

widget state (set of flags from State enum)

Prototype

uint state() @property const;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0