AbstractSlider.maxValue - multiple declarations

Function AbstractSlider.maxValue

returns slider range max value

Prototype

int maxValue() @property const;

Function AbstractSlider.maxValue

sets slider range max value

Prototype

AbstractSlider maxValue(
  int v
) @property;

Function AbstractSlider.maxValue

returns slider range max value

Prototype

int maxValue() @property const;

Function AbstractSlider.maxValue

sets slider range max value

Prototype

AbstractSlider maxValue(
  int v
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0