Searched defs:tabIndex (Results 1 - 1 of 1) 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...]

Completed in 37 milliseconds