TabItemList.get - multiple declarations

Function TabItemList.get

get item by index

Prototypes

TabItem get(
  int index
);

const(TabItem) get(
  int index
) const;

Function TabItemList.get

get item by id

Prototypes

TabItem get(
  string id
);

const(TabItem) get(
  string id
) const;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0