Home
last modified time | relevance | path

Searched refs:startEventLoop (Results 1 – 14 of 14) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/cocoa/
H A Dqcocoaeventloopintegration.h54 void startEventLoop();
H A Dqcocoaeventloopintegration.mm98 void QCocoaEventLoopIntegration::startEventLoop() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/uikit/
H A Dquikiteventloop.h61 void startEventLoop();
H A Dquikiteventloop.mm192 void QUIKitEventLoop::startEventLoop() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/openkode/
H A Dqopenkodeeventloopintegration.h57 void startEventLoop();
H A Dqopenkodeeventloopintegration.cpp99 void QOpenKODEEventLoopIntegration::startEventLoop() in startEventLoop() function in QOpenKODEEventLoopIntegration
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqplatformeventloopintegration_qpa.h63 virtual void startEventLoop() = 0;
H A Dqeventdispatcher_qpa.cpp177 eventLoopIntegration->startEventLoop(); in runEventLoopIntegration()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/multiprocess/
H A Dprocesses.py70 target = startEventLoop
208 def startEventLoop(name, port, authkey, ppid, debug=False): function
/dports/lang/smalltalk/smalltalk-3.2.5/examples/
H A DCairoBlit.st48 SdlDisplay current eventSource handler: self; startEventLoop.
H A DCairoDemo.st263 SdlDisplay current eventSource handler: self; startEventLoop.
/dports/lang/smalltalk/smalltalk-3.2.5/packages/sdl/libsdl/
H A DEventSource.st385 startEventLoop [
H A DDisplay.st294 self eventSource handler isNil ifFalse: [ self eventSource startEventLoop ].
/dports/graphics/okular/okular-21.12.3/core/
H A Ddocument.cpp2067 bool startEventLoop = false; in clearAndWaitForRequests() local
2070 startEventLoop = !m_executingPixmapRequests.isEmpty(); in clearAndWaitForRequests()
2081 if (startEventLoop) { in clearAndWaitForRequests()
2086 } while (startEventLoop); in clearAndWaitForRequests()