Searched refs:ulong (Results 1 - 25 of 96) sorted by relevance

1234

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMouseHandler.h60 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 DUIFrameBuffer.h72 ulong width() const;
74 ulong height() const;
76 ulong bitsPerPixel() const;
78 ulong bytesPerLine() const;
H A DUIKeyboardHandler.h67 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 DUIDnDHandler.h70 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 DUIMachineWindow.h54 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 DUIMachineView.h80 , 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 DUIProgressDialog.h90 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 DQIWidgetValidator.h165 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 DUISettingsSerializer.h71 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 DUISettingsSerializer.cpp148 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 DUISettingsPage.h87 void sigOperationProgressChange(ulong iOperations, QString strOperation,
88 ulong iOperation, ulong iPercent);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.h41 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 DUIMachineViewSeamless.h31 , ulong uScreenId
H A DUIMachineWindowSeamless.h36 UIMachineWindowSeamless(UIMachineLogic *pMachineLogic, ulong uScreenId);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineViewFullscreen.h31 , ulong uScreenId
H A DUIKeyboardHandlerFullscreen.cpp52 ulong uScreenId = m_views.key(pWatchedView);
H A DUIMachineWindowFullscreen.h50 UIMachineWindowFullscreen(UIMachineLogic *pMachineLogic, ulong uScreenId);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineViewScale.h31 , ulong uScreenId
H A DUIMachineWindowScale.h31 UIMachineWindowScale(UIMachineLogic *pMachineLogic, ulong uScreenId);
H A DUIMachineLogicScale.h37 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const { Q_UNUSED(uScreenId); return Qt::Window; }
H A DUIKeyboardHandlerScale.cpp59 ulong uScreenId = m_views.key(pWatchedView);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIThreadPool.h46 UIThreadPool(ulong cMaxWorkers = 3, ulong cMsWorkerIdleTimeout = 5000);
75 const ulong m_cMsIdleTimeout;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineViewNormal.h31 , ulong uScreenId
H A DUIMachineLogicNormal.h37 virtual Qt::WindowFlags windowFlags(ulong uScreenId) const { Q_UNUSED(uScreenId); return Qt::Window; }
H A DUIMachineWindowNormal.h40 UIMachineWindowNormal(UIMachineLogic *pMachineLogic, ulong uScreenId);

Completed in 85 milliseconds

1234