Widget.measuredContent - multiple declarations

Function Widget.measuredContent

helper function for implement measure() when widget's content dimensions are known

Prototype

void measuredContent(
  int parentWidth,
  int parentHeight,
  int contentWidth,
  int contentHeight
);

Function Widget.measuredContent

helper function for implement measure() when widget's content dimensions are known

Prototype

void measuredContent(
  int parentWidth,
  int parentHeight,
  int contentWidth,
  int contentHeight
);

Function Widget.measuredContent

helper function for implement measure() when widget's content dimensions are known

Prototype

void measuredContent(
  int parentWidth,
  int parentHeight,
  int contentWidth,
  int contentHeight
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0