TreeItem.removeChild - multiple declarations

Function TreeItem.removeChild

removes child, returns removed item

Prototype

TreeItem removeChild(
  int index
);

Function TreeItem.removeChild

removes child by ID, returns removed item

Prototype

TreeItem removeChild(
  string ID
);

Function TreeItem.removeChild

removes child by ID, returns removed item

Prototype

TreeItem removeChild(
  string ID
);

Function TreeItem.removeChild

removes child, returns removed item

Prototype

TreeItem removeChild(
  int index
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0