/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMouseHandler.h | 60 void prepareListener(ulong uIndex, UIMachineWindow *pMachineWindow); 61 void cleanupListener(ulong uIndex); 64 void captureMouse(ulong uScreenId); 74 bool x11EventFilter(XEvent *pEvent, ulong uScreenId); 110 bool mouseEvent(int iEventType, ulong uScreenId, 116 bool multiTouchEvent(QTouchEvent *pTouchEvent, ulong uScreenId); 129 QMap<ulong, QWidget*> m_windows; 131 QMap<ulong, UIMachineView*> m_views; 133 QMap<ulong, QWidget*> m_viewports;
|
H A D | UIFrameBuffer.h | 72 ulong width() const; 74 ulong height() const; 76 ulong bitsPerPixel() const; 78 ulong bytesPerLine() const;
|
H A D | UIKeyboardHandler.h | 67 void prepareListener(ulong uIndex, UIMachineWindow *pMachineWindow); 68 void cleanupListener(ulong uIndex); 74 void captureKeyboard(ulong uScreenId); 95 bool winEventFilter(MSG *pMsg, ulong uScreenId); 100 bool x11EventFilter(XEvent *pEvent, ulong uScreenId); 144 void keyEventHandleHostComboRelease(ulong uScreenId); 147 bool keyEvent(int iKey, uint8_t uScan, int fFlags, ulong uScreenId, wchar_t *pUniKey = 0); 157 bool viewHasFocus(ulong uScreenId); 167 QMap<ulong, UIMachineWindow*> m_windows; 169 QMap<ulong, UIMachineVie [all...] |
H A D | UIDnDHandler.h | 70 Qt::DropAction dragEnter(CDnDTarget &dndTarget, ulong screenId, int x, int y, Qt::DropAction proposedAction, Qt::DropActions possibleActions, const QMimeData *pMimeData, QWidget *pParent = NULL); 71 Qt::DropAction dragMove (CDnDTarget &dndTarget, ulong screenId, int x, int y, Qt::DropAction proposedAction, Qt::DropActions possibleActions, const QMimeData *pMimeData, QWidget *pParent = NULL); 72 Qt::DropAction dragDrop (CSession &session, CDnDTarget &dndTarget, ulong screenId, int x, int y, Qt::DropAction proposedAction, Qt::DropActions possibleActions, const QMimeData *pMimeData, QWidget *pParent = NULL); 73 void dragLeave(CDnDTarget &dndTarget, ulong screenId, QWidget *pParent = NULL); 76 int dragIsPending(CSession &session, CDnDSource &dndSource, ulong screenId, QWidget *pParent = NULL);
|
H A D | UIMachineWindow.h | 54 static UIMachineWindow* create(UIMachineLogic *pMachineLogic, ulong uScreenId = 0); 62 ulong screenId() const { return m_uScreenId; } 99 UIMachineWindow(UIMachineLogic *pMachineLogic, ulong uScreenId); 166 ulong m_uScreenId;
|
H A D | UIMachineView.h | 80 , ulong uScreenId 138 , ulong uScreenId 188 ulong screenId() const { return m_uScreenId; } 274 ulong m_uScreenId;
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIProgressDialog.h | 90 const ulong m_cOperations; 91 ulong m_iCurrentOperation; 114 void sigProgressChange(ulong iOperations, QString strOperation, 115 ulong iOperation, ulong iPercent); 140 const ulong m_cOperations;
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIWidgetValidator.h | 165 QIULongValidator (ulong aMinimum, ulong aMaximum, 173 void setBottom (ulong aBottom) { setRange (aBottom, mTop); } 174 void setTop (ulong aTop) { setRange (mBottom, aTop); } 175 void setRange (ulong aBottom, ulong aTop) { mBottom = aBottom; mTop = aTop; } 176 ulong bottom() const { return mBottom; } 177 ulong top() const { return mTop; } 181 ulong mBottom; 182 ulong mTo [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
H A D | UISettingsSerializer.h | 71 void sigOperationProgressChange(ulong iOperations, QString strOperation, 72 ulong iOperation, ulong iPercent); 199 void sltHandleOperationProgressChange(ulong iOperations, QString strOperation, 200 ulong iOperation, ulong iPercent);
|
H A D | UISettingsSerializer.cpp | 148 connect(pPage, SIGNAL(sigOperationProgressChange(ulong, QString, ulong, ulong)), 149 this, SIGNAL(sigOperationProgressChange(ulong, QString, ulong, ulong))); 160 disconnect(pPage, SIGNAL(sigOperationProgressChange(ulong, QString, ulong, ulong)), 161 this, SIGNAL(sigOperationProgressChange(ulong, QStrin [all...] |
H A D | UISettingsPage.h | 87 void sigOperationProgressChange(ulong iOperations, QString strOperation, 88 ulong iOperation, ulong iPercent);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/ |
H A D | UIMachineLogicSeamless.h | 41 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const { Q_UNUSED(uScreenId); return Qt::FramelessWindowHint; } 65 virtual void sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
|
H A D | UIMachineViewSeamless.h | 31 , ulong uScreenId
|
H A D | UIMachineWindowSeamless.h | 36 UIMachineWindowSeamless(UIMachineLogic *pMachineLogic, ulong uScreenId);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/ |
H A D | UIMachineViewFullscreen.h | 31 , ulong uScreenId
|
H A D | UIKeyboardHandlerFullscreen.cpp | 52 ulong uScreenId = m_views.key(pWatchedView);
|
H A D | UIMachineWindowFullscreen.h | 50 UIMachineWindowFullscreen(UIMachineLogic *pMachineLogic, ulong uScreenId);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/ |
H A D | UIMachineViewScale.h | 31 , ulong uScreenId
|
H A D | UIMachineWindowScale.h | 31 UIMachineWindowScale(UIMachineLogic *pMachineLogic, ulong uScreenId);
|
H A D | UIMachineLogicScale.h | 37 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const { Q_UNUSED(uScreenId); return Qt::Window; }
|
H A D | UIKeyboardHandlerScale.cpp | 59 ulong uScreenId = m_views.key(pWatchedView);
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIThreadPool.h | 46 UIThreadPool(ulong cMaxWorkers = 3, ulong cMsWorkerIdleTimeout = 5000); 75 const ulong m_cMsIdleTimeout;
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/ |
H A D | UIMachineViewNormal.h | 31 , ulong uScreenId
|
H A D | UIMachineLogicNormal.h | 37 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const { Q_UNUSED(uScreenId); return Qt::Window; }
|
H A D | UIMachineWindowNormal.h | 40 UIMachineWindowNormal(UIMachineLogic *pMachineLogic, ulong uScreenId);
|