Qt 4.8
Classes | Macros | Functions | Variables
qwhatsthis.cpp File Reference
#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
 

Macro Definition Documentation

◆ SPI_GETDROPSHADOW

#define SPI_GETDROPSHADOW   0x1024

Definition at line 65 of file qwhatsthis.cpp.

Referenced by QWhatsThat::paintEvent(), and QWhatsThat::QWhatsThat().

Function Documentation

◆ qDeleteInEventHandler()

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().

4349 {
4350 #ifdef QT_JAMBI_BUILD
4351  if (!o)
4352  return;
4353  QObjectPrivate::get(o)->inEventHandler = false;
4354 #endif
4355  delete o;
4356 }
static QObjectPrivate * get(QObject *o)
Definition: qobject_p.h:177
uint inEventHandler
Definition: qobject.h:102

Variable Documentation

◆ button_image

const char* const button_image[]
static
Initial value:
= {
"16 16 3 1",
" c None",
"o c #000000",
"a c #000080",
"o aaaaa ",
"oo aaa aaa ",
"ooo aaa aaa",
"oooo aa aa",
"ooooo aa aa",
"oooooo a aaa",
"ooooooo aaa ",
"oooooooo aaa ",
"ooooooooo aaa ",
"ooooo aaa ",
"oo ooo ",
"o ooo aaa ",
" ooo aaa ",
" ooo ",
" ooo ",
" ooo "}

Definition at line 366 of file qwhatsthis.cpp.

Referenced by QWhatsThis::QWhatsThis(), and QWhatsThisAction::QWhatsThisAction().

◆ hMargin

const int hMargin = 12
static

◆ shadowWidth

int shadowWidth = 6
static

◆ vMargin

const int vMargin = 8
static