Widget.childById - multiple declarations

Function Widget.childById

find child of specified type T by id, returns null if not found or cannot be converted to type T

Prototype

T childById(T)(
  string id,
  bool deepSearch = true
);

Function Widget.childById

find child of specified type T by id, returns null if not found or cannot be converted to type T

Prototype

T childById(
  string id,
  bool deepSearch = true
);

Function Widget.childById

find child of specified type T by id, returns null if not found or cannot be converted to type T

Prototype

T childById(
  string id,
  bool deepSearch = true
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0