TabItemList

tab item list helper class

Constructors

this
this()
Undocumented in source.

Members

Functions

add
TabItemList add(TabItem item)

append new item

get
TabItem get(int index)

get item by index

get
const(TabItem) get(int index)

get item by index

get
TabItem get(string id)

get item by id

get
const(TabItem) get(string id)

get item by id

indexById
int indexById(string id)

find tab index by id

insert
TabItemList insert(TabItem item, int index)

insert new item to specified position

opIndex
TabItem opIndex(int index)

get item by index

opIndex
const(TabItem) opIndex(int index)

get item by index

opIndex
TabItem opIndex(string id)

get item by id

remove
TabItem remove(int index)

remove item by index

Properties

length
int length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta