Extended version of TabItemInfo, containing index of the item in the tab control EVPDDLib::INoteTab::ItemInfoAbsIndex getter result More...
Public Attributes | |
TabItemInfo | base |
The base information (kind-of inheritance, the best way one can do in IDL) | |
INT | mAbsIdx |
Absolute index of the item. The index can be passed to EVPDDLib::INoteTab::ItemInfoAbsIndex. | |
INT | mIdxSlot |
Position of the tab item, represent as {slot, item in slot} pair. Appropriate for EVPDDLib::INoteTab::ItemInfoByPos. | |
INT | mIdxItemInSlot |
INT | mItemsInSlot |
Total number of items in the slot hosting this item. | |
INT | mActiveItemInSlot |
VARIANT_BOOL | mbIsPinned |
Is the slot pinned (to the left of the tab control, and non-scrollable) | |
Extended version of TabItemInfo, containing index of the item in the tab control EVPDDLib::INoteTab::ItemInfoAbsIndex getter result
TabItemInfo TabItemInfo2::base |
The base information (kind-of inheritance, the best way one can do in IDL)
INT TabItemInfo2::mAbsIdx |
Absolute index of the item. The index can be passed to EVPDDLib::INoteTab::ItemInfoAbsIndex.
INT TabItemInfo2::mIdxSlot |
Position of the tab item, represent as {slot, item in slot} pair. Appropriate for EVPDDLib::INoteTab::ItemInfoByPos.
INT TabItemInfo2::mIdxItemInSlot |
INT TabItemInfo2::mItemsInSlot |
Total number of items in the slot hosting this item.
INT TabItemInfo2::mActiveItemInSlot |
If mIdxSlot identifes multi-item slot, mActiveItemInSlot identifes the item currently active in the slot. for single-item slots mActiveItemInSlot is always 0 (and so is mIdxItemInSlot) Note: the pair {mIdxSlot, mIdxItemInSlot} identifes THIS item, while {mIdxSlot, mActiveItemInSlot} identifes the item active in the slot where 'this' belongs. As a consequence, mIdxItemInSlot==mActiveItemInSlot if and only if 'this' is the active item in this slot.
VARIANT_BOOL TabItemInfo2::mbIsPinned |
Is the slot pinned (to the left of the tab control, and non-scrollable)