Qt 4.8
|
#include "qwhatsthis.h"
#include "qpointer.h"
#include "qapplication.h"
#include "qdesktopwidget.h"
#include "qevent.h"
#include "qpixmap.h"
#include "qpainter.h"
#include "qtimer.h"
#include "qhash.h"
#include "qaction.h"
#include "qcursor.h"
#include "qbitmap.h"
#include "qtextdocument.h"
#include "../text/qtextdocumentlayout_p.h"
#include "qtoolbutton.h"
#include "qdebug.h"
#include "qaccessible.h"
#include "qt_windows.h"
#include "qx11info_x11.h"
#include <qwidget.h>
#include "qwhatsthis.moc"
Go to the source code of this file.
Classes | |
class | QWhatsThat |
class | QWhatsThisAction |
class | QWhatsThisPrivate |
Macros | |
#define | SPI_GETDROPSHADOW 0x1024 |
Functions | |
Q_CORE_EXPORT void | qDeleteInEventHandler (QObject *o) |
Variables | |
static const char *const | button_image [] |
static const int | hMargin = 12 |
static int | shadowWidth = 6 |
static const int | vMargin = 8 |
#define SPI_GETDROPSHADOW 0x1024 |
Definition at line 65 of file qwhatsthis.cpp.
Referenced by QWhatsThat::paintEvent(), and QWhatsThat::QWhatsThat().
Q_CORE_EXPORT void qDeleteInEventHandler | ( | QObject * | o | ) |
Definition at line 4348 of file qobject.cpp.
Referenced by QProcessPrivate::cleanup(), QStatusBar::clearMessage(), QNativeSocketEngine::close(), QProcessPrivate::closeWriteChannel(), QObject::event(), findRealWindow(), QWhatsThis::hideText(), and QSingleShotTimer::timerEvent().
|
static |
Definition at line 366 of file qwhatsthis.cpp.
Referenced by QWhatsThis::QWhatsThis(), and QWhatsThisAction::QWhatsThisAction().
|
static |
Definition at line 183 of file qwhatsthis.cpp.
Referenced by QWhatsThat::mouseMoveEvent(), QWhatsThat::mousePressEvent(), QWhatsThat::mouseReleaseEvent(), QWhatsThat::paintEvent(), QWhatsThat::QWhatsThat(), and QWizardPrivate::recreateLayout().
|
static |
Definition at line 181 of file qwhatsthis.cpp.
Referenced by QWhatsThat::paintEvent(), QWhatsThat::QWhatsThat(), and QWhatsThisPrivate::say().
|
static |
Definition at line 182 of file qwhatsthis.cpp.
Referenced by QWhatsThat::mouseMoveEvent(), QWhatsThat::mousePressEvent(), QWhatsThat::mouseReleaseEvent(), QWhatsThat::paintEvent(), QWhatsThat::QWhatsThat(), and QWizardPrivate::recreateLayout().