Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtestsupport_widgets.cpp File Reference

(3f2a9523a442e44ef52ebca30da9b5d3188df6bc)

#include "qtestsupport_widgets.h"
#include "qwidget.h"
#include <QtGui/qwindow.h>
#include <QtCore/qtestsupport_core.h>
#include <QtCore/qthread.h>
#include <QtGui/qtestsupport_gui.h>
#include <QtGui/private/qevent_p.h>
#include <QtGui/private/qeventpoint_p.h>
#include <private/qguiapplication_p.h>
#include <qpa/qplatformintegration.h>
+ Include dependency graph for qtestsupport_widgets.cpp:

Go to the source code of this file.

Namespaces

namespace  QTest
 [15]
 

Functions

template<typename FunctorWindowGetter , typename FunctorPredicate , typename Timeout >
static QT_BEGIN_NAMESPACE bool qWaitForWidgetWindow (FunctorWindowGetter windowGetter, FunctorPredicate predicate, Timeout timeout)
 

Function Documentation

◆ qWaitForWidgetWindow()

template<typename FunctorWindowGetter , typename FunctorPredicate , typename Timeout >
static QT_BEGIN_NAMESPACE bool qWaitForWidgetWindow ( FunctorWindowGetter windowGetter,
FunctorPredicate predicate,
Timeout timeout )
static

Definition at line 20 of file qtestsupport_widgets.cpp.

References predicate, QTest::qWaitFor(), and window().

Referenced by QTest::qWaitForWindowActive(), QTest::qWaitForWindowExposed(), and QTest::qWaitForWindowFocused().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: