Widget.isChild - multiple declarations

Function Widget.isChild

returns true if item is child of this widget (when deepSearch == true - returns true if item is this widget or one of children inside children tree).

Prototype

bool isChild(
  Widget item,
  bool deepSearch = true
);

Function Widget.isChild

returns true if item is child of this widget (when deepSearch == true - returns true if item is this widget or one of children inside children tree).

Prototype

bool isChild(
  Widget item,
  bool deepSearch = true
);

Function Widget.isChild

returns true if item is child of this widget (when deepSearch == true - returns true if item is this widget or one of children inside children tree).

Prototype

bool isChild(
  Widget item,
  bool deepSearch = true
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0