TabItemList.opIndex - multiple declarations

Function TabItemList.opIndex

get item by index

Prototypes

TabItem opIndex(
  int index
);

const(TabItem) opIndex(
  int index
) const;

Function TabItemList.opIndex

get item by id

Prototype

TabItem opIndex(
  string id
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0