EngView Automation Documentation
 
Loading...
Searching...
No Matches
TabItemInfo2 Struct Reference

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)
 

Detailed Description

Extended version of TabItemInfo, containing index of the item in the tab control EVPDDLib::INoteTab::ItemInfoAbsIndex getter result

Member Data Documentation

◆ base

TabItemInfo TabItemInfo2::base

The base information (kind-of inheritance, the best way one can do in IDL)

◆ mAbsIdx

INT TabItemInfo2::mAbsIdx

Absolute index of the item. The index can be passed to EVPDDLib::INoteTab::ItemInfoAbsIndex.

◆ mIdxSlot

INT TabItemInfo2::mIdxSlot

Position of the tab item, represent as {slot, item in slot} pair. Appropriate for EVPDDLib::INoteTab::ItemInfoByPos.

◆ mIdxItemInSlot

INT TabItemInfo2::mIdxItemInSlot

◆ mItemsInSlot

INT TabItemInfo2::mItemsInSlot

Total number of items in the slot hosting this item.

◆ mActiveItemInSlot

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.

◆ mbIsPinned

VARIANT_BOOL TabItemInfo2::mbIsPinned

Is the slot pinned (to the left of the tab control, and non-scrollable)


The documentation for this struct was generated from the following file: