Searched refs:ulong (Results 26 - 50 of 96) sorted by relevance

1234

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIKeyboardHandlerSeamless.cpp59 ulong uScreenId = m_views.key(pWatchedView);
H A DUIMachineViewSeamless.cpp54 , ulong uScreenId
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumEnumerator.h53 UIMediumEnumerator(ulong uWorkerCount = 3, ulong uWorkerTimeout = 5000);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.h62 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const;
106 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
H A DUIMachineViewFullscreen.cpp49 , ulong uScreenId
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsParallel.h53 ulong m_uIRQ;
54 ulong m_uIOBase;
H A DUIMachineSettingsSerial.h57 ulong m_uIRQ;
58 ulong m_uIOBase;
H A DUIMachineSettingsParallel.cpp76 ulong uIRQ, uIOBase;
140 ulong a, b;
163 ulong IRQ, IOBase;
198 ulong uCount = vboxGlobal().virtualBox().GetSystemProperties().GetParallelPortCount();
200 for (ulong uPort = 0; uPort < uCount; ++uPort)
H A DUIMachineSettingsSerial.cpp84 ulong uIRQ, uIOBase;
160 ulong a, b;
192 ulong IRQ, IOBase;
237 ulong uCount = vboxGlobal().virtualBox().GetSystemProperties().GetSerialPortCount();
239 for (ulong uPort = 0; uPort < uCount; ++uPort)
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.h228 QString toCOMPortName (ulong aIRQ, ulong aIOBase) const;
229 bool toCOMPortNumbers (const QString &aName, ulong &aIRQ, ulong &aIOBase) const;
232 QString toLPTPortName (ulong aIRQ, ulong aIOBase) const;
233 bool toLPTPortNumbers (const QString &aName, ulong &aIRQ, ulong &aIOBase) const;
350 static bool setFullScreenMonitorX11(QWidget *pWidget, ulong uScreenId);
H A DUIPopupCenter.h103 void remindAboutWrongColorDepth(QWidget *pParent, ulong uRealBPP, ulong uWantedBPP);
H A DUIThreadPool.cpp76 UIThreadPool::UIThreadPool(ulong cMaxWorkers /* = 3 */, ulong cMsWorkerIdleTimeout /* = 5000 */)
H A DUIMainEventListener.h99 void sigGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDHandler.cpp61 Qt::DropAction UIDnDHandler::dragEnter(CDnDTarget &dndTarget, ulong screenId, int x, int y,
80 Qt::DropAction UIDnDHandler::dragMove(CDnDTarget &dndTarget, ulong screenId, int x, int y,
102 ulong screenId, int x, int y,
160 ulong screenId, QWidget * /* pParent = NULL */)
171 ulong screenId, QWidget *pParent /* = NULL */)
H A DUISession.h235 bool isScreenVisible(ulong uScreenId) const;
236 void setScreenVisible(ulong uScreenId, bool fIsMonitorVisible);
240 UIFrameBuffer* frameBuffer(ulong uScreenId) const;
243 void setFrameBuffer(ulong uScreenId, UIFrameBuffer* pFrameBuffer);
283 void sigGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
326 void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
H A DUIConsoleEventHandler.h65 void sigGuestMonitorChange(KGuestMonitorChangedEventType type, ulong uScreenId, QRect screenGeo);
H A DUIConsoleEventHandler.cpp175 connect(pListener->getWrapped(), SIGNAL(sigGuestMonitorChange(KGuestMonitorChangedEventType, ulong, QRect)),
176 this, SIGNAL(sigGuestMonitorChange(KGuestMonitorChangedEventType, ulong, QRect)),
H A DUISession.cpp772 void UISession::sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo)
1241 connect(gConsoleEvents, SIGNAL(sigGuestMonitorChange(KGuestMonitorChangedEventType, ulong, QRect)),
1242 this, SLOT(sltGuestMonitorChange(KGuestMonitorChangedEventType, ulong, QRect)));
1800 ulong cCount = vboxGlobal().virtualBox().GetSystemProperties().GetMaxNetworkAdapters(machine().GetChipsetType());
1801 for (ulong uAdapterIndex = 0; uAdapterIndex < cCount; ++uAdapterIndex)
1885 bool UISession::isScreenVisible(ulong uScreenId) const
1887 Assert(uScreenId < (ulong)m_monitorVisibilityVector.size());
1891 void UISession::setScreenVisible(ulong uScreenId, bool fIsMonitorVisible)
1893 Assert(uScreenId < (ulong)m_monitorVisibilityVector.size());
1894 if (uScreenId < (ulong)m_monitorVisibilityVecto
[all...]
H A DUIMouseHandler.cpp107 void UIMouseHandler::prepareListener(ulong uIndex, UIMachineWindow *pMachineWindow)
140 void UIMouseHandler::cleanupListener(ulong uIndex)
168 void UIMouseHandler::captureMouse(ulong uScreenId)
271 bool UIMouseHandler::x11EventFilter(XEvent *pEvent, ulong /* uScreenId */)
348 QList<ulong> screenIds = m_views.keys();
400 QList<ulong> screenIds = m_viewports.keys();
414 QList<ulong> screenIds = m_viewports.keys();
427 QList<ulong> screenIds = m_viewports.keys();
553 ulong uScreenId = m_viewports.key(pWatchedWidget);
792 bool UIMouseHandler::mouseEvent(int iEventType, ulong uScreenI
[all...]
H A DUIKeyboardHandler.cpp130 void UIKeyboardHandler::prepareListener(ulong uIndex, UIMachineWindow *pMachineWindow)
152 void UIKeyboardHandler::cleanupListener(ulong uIndex)
207 void UIKeyboardHandler::captureKeyboard(ulong uScreenId)
418 bool UIKeyboardHandler::winEventFilter(MSG *pMsg, ulong uScreenId)
580 bool UIKeyboardHandler::x11EventFilter(XEvent *pEvent, ulong uScreenId)
716 QList<ulong> theListOfViewIds = m_views.keys();
872 ulong uScreenId = m_windows.key(pWatchedWindow);
927 ulong uScreenId = m_views.key(pWatchedView);
1364 void UIKeyboardHandler::keyEventHandleHostComboRelease(ulong uScreenId)
1442 bool UIKeyboardHandler::keyEvent(int iKey, uint8_t uScan, int fFlags, ulong uScreenI
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineLogicScale.cpp129 ulong uMonitorCount = machine().GetMonitorCount();
131 for (ulong uScreenId = 0; uScreenId < uMonitorCount; ++ uScreenId)
134 for (ulong uScreenId = uMonitorCount; uScreenId > 0; -- uScreenId)
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.h297 QRect machineWindowGeometry(UIVisualStateType visualStateType, ulong uScreenIndex, const QString &strID);
299 bool machineWindowShouldBeMaximized(UIVisualStateType visualStateType, ulong uScreenIndex, const QString &strID);
301 void setMachineWindowGeometry(UIVisualStateType visualStateType, ulong uScreenIndex, const QRect &geometry, bool fMaximized, const QString &strID);
378 QSize lastGuestSizeHint(ulong uScreenIndex, const QString &strID);
380 void setLastGuestSizeHint(ulong uScreenIndex, const QSize &sizeHint, const QString &strID);
382 bool wasLastGuestSizeHintForFullScreen(ulong uScreenIndex, const QString &strID);
384 void markLastGuestSizeHintAsFullScreen(ulong uScreenIndex, bool fWas, const QString &strID);
581 static QString extraDataKeyPerScreen(const QString &strBase, ulong uScreenIndex, bool fSameRuleForPrimary = false);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIKeyboardHandlerNormal.cpp62 ulong uScreenId = m_views.key(pWatchedView);
H A DUIMachineLogicNormal.cpp286 ulong uMonitorCount = machine().GetMonitorCount();
288 for (ulong uScreenId = 0; uScreenId < uMonitorCount; ++ uScreenId)
291 for (ulong uScreenId = uMonitorCount; uScreenId > 0; -- uScreenId)
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h265 ulong toVBoxPixelFormat() const
333 ulong memSize(){ return mBytesPerLine * mRect.height(); }
816 static ulong calcBytesPerPixel (GLenum format, GLenum type);
823 ulong memSize();
825 ulong width() const { return mRect.width(); }
826 ulong height() const { return mRect.height(); }
831 ulong bitsPerPixel() const { return mImage->pixelFormat().bitsPerPixel(); }
832 ulong bytesPerLine() const { return mImage->bytesPerLine(); }
1353 ulong aPixelFormat, uchar *aVRAM,
1354 ulong aBitsPerPixe
[all...]

Completed in 111 milliseconds

1234