Searched refs:tabIndex (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp759 m_pTabWidget->setTabIcon(tabIndex(UIMediumType_HardDisk), m_iconHD);
760 m_pTabWidget->setTabIcon(tabIndex(UIMediumType_DVD), m_iconCD);
761 m_pTabWidget->setTabIcon(tabIndex(UIMediumType_Floppy), m_iconFD);
1179 m_pTabWidget->setTabIcon(tabIndex(UIMediumType_HardDisk), m_iconHD);
1180 m_pTabWidget->setTabIcon(tabIndex(UIMediumType_DVD), m_iconCD);
1181 m_pTabWidget->setTabIcon(tabIndex(UIMediumType_Floppy), m_iconFD);
1215 m_trees.insert(tabIndex(type), new QITreeWidget);
1253 int iIndex = tabIndex(type);
1528 m_pTabWidget->setTabIcon(tabIndex(mediumType), vboxGlobal().warningIcon());
1565 m_pTabWidget->setTabIcon(tabIndex(mediumTyp
2204 int UIMediumManager::tabIndex(UIMediumType type) function in class:UIMediumManager
[all...]
H A DUIMediumManager.h211 static int tabIndex(UIMediumType type);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmshtml.idl4568 HRESULT tabIndex([in] short v);
4571 HRESULT tabIndex([retval, out] short *p);
4890 void tabIndex(short v); \
4893 short tabIndex(); \
7325 HRESULT tabIndex([in] short v);
7328 HRESULT tabIndex([retval, out] short * p);
7792 HRESULT tabIndex([in] short v);
7795 HRESULT tabIndex([retval, out] short *p);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmshtml.idl5157 HRESULT tabIndex([in] short v);
5160 HRESULT tabIndex([retval, out] short *p);
5479 void tabIndex(short v); \
5482 short tabIndex(); \
8345 HRESULT tabIndex([in] short v);
8348 HRESULT tabIndex([retval, out] short * p);
8812 HRESULT tabIndex([in] short v);
8815 HRESULT tabIndex([retval, out] short *p);

Completed in 104 milliseconds