![]() |
Qt 4.8
|
#include <QtTest/qtestassert.h>#include <QtTest/qtest.h>#include <QtTest/qtestevent.h>#include <QtTest/qtestmouse.h>#include <QtTest/qtesttouch.h>#include <QtTest/qtestkeyboard.h>#include <QtGui/qicon.h>#include <QtGui/qpixmap.h>Go to the source code of this file.
Namespaces | |
| QTest | |
| The QTest namespace contains all the functions and declarations that are related to the QTestLib tool. | |
Macros | |
| #define | QT_GUI_LIB |
Functions | |
| static bool | pixmapsAreEqual (const QPixmap *actual, const QPixmap *expected) |
| template<> | |
| bool | QTest::qCompare (QIcon const &t1, QIcon const &t2, const char *actual, const char *expected, const char *file, int line) |
| template<> | |
| bool | QTest::qCompare (QPixmap const &t1, QPixmap const &t2, const char *actual, const char *expected, const char *file, int line) |
| void | qt_x11_wait_for_window_manager (QWidget *w) |
| #define QT_GUI_LIB |
Definition at line 47 of file qtest_gui.h.
Definition at line 97 of file qtest_gui.h.
| void qt_x11_wait_for_window_manager | ( | QWidget * | w | ) |
Definition at line 408 of file qwidget_x11.cpp.
Referenced by pixmapsAreEqual().