Searched defs:iHostScreenIndex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIActionPoolRuntime.cpp2004 const int iHostScreenIndex = pAction->property("Host Screen Index").toInt(); local
2005 emit sigNotifyAboutTriggeringViewScreenRemap(iGuestScreenIndex, iHostScreenIndex);
2684 for (int iHostScreenIndex = 0; iHostScreenIndex < uisession()->hostScreens().size(); ++iHostScreenIndex)
2687 .arg(iHostScreenIndex + 1));
2692 pAction->setProperty("Host Screen Index", iHostScreenIndex);
2694 multiScreenLayout()->hostScreenForGuestScreen(iGuestScreenIndex) == iHostScreenIndex)
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp3138 const int iHostScreenIndex = strValue.toULong(&fOk); local
3141 return fOk ? iHostScreenIndex : -1;
3144 void UIExtraDataManager::setHostScreenForPassedGuestScreen(int iGuestScreenIndex, int iHostScreenIndex, const QString &strID) argument
3150 setExtraDataString(strKey, iHostScreenIndex != -1 ? QString::number(iHostScreenIndex) : QString(), strID);

Completed in 85 milliseconds