TreeWidgetBase.selectItem - multiple declarations

Function TreeWidgetBase.selectItem

Prototype

void selectItem(
  string itemId,
  bool makeVisible = true
);

Function TreeWidgetBase.selectItem

Prototype

void selectItem(
  TreeItem item,
  bool makeVisible = true
);

Function TreeWidgetBase.selectItem

Prototype

void selectItem(
  string itemId,
  bool makeVisible = true
);

Function TreeWidgetBase.selectItem

Prototype

void selectItem(
  TreeItem item,
  bool makeVisible = true
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0