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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIActionPoolRuntime.cpp1981 const int iGuestScreenIndex = pAction->property("Guest Screen Index").toInt(); local
1983 emit sigNotifyAboutTriggeringViewScreenToggle(iGuestScreenIndex, fScreenEnabled);
1992 const int iGuestScreenIndex = pAction->property("Guest Screen Index").toInt(); local
1994 emit sigNotifyAboutTriggeringViewScreenResize(iGuestScreenIndex, size);
2003 const int iGuestScreenIndex = pAction->property("Guest Screen Index").toInt(); local
2005 emit sigNotifyAboutTriggeringViewScreenRemap(iGuestScreenIndex, iHostScreenIndex);
2396 for (int iGuestScreenIndex = 0; iGuestScreenIndex < uisession()->frameBuffers().size(); ++iGuestScreenIndex)
2402 "Virtual Screen %1").arg(iGuestScreenIndex
2612 const int iGuestScreenIndex = pMenu->property("Guest Screen Index").toInt(); local
2676 const int iGuestScreenIndex = pMenu->property("Guest Screen Index").toInt(); local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp3130 int UIExtraDataManager::hostScreenForPassedGuestScreen(int iGuestScreenIndex, const QString &strID) argument
3133 const QString strKey = extraDataKeyPerScreen(GUI_VirtualScreenToHostScreen, iGuestScreenIndex, true);
3144 void UIExtraDataManager::setHostScreenForPassedGuestScreen(int iGuestScreenIndex, int iHostScreenIndex, const QString &strID) argument
3147 const QString strKey = extraDataKeyPerScreen(GUI_VirtualScreenToHostScreen, iGuestScreenIndex, true);

Completed in 63 milliseconds