ListWidget._totalSize - multiple declarations

Variable ListWidget._totalSize

total height of all items for Vertical orientation, or width for Horizontal

Declaration

class ListWidget
{
  // ...
  int _totalSize;
  // ...
}

Variable ListWidget._totalSize

total height of all items for Vertical orientation, or width for Horizontal

Declaration

class ListWidget
{
  // ...
  int _totalSize;
  // ...
}

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0