#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 "qx11info_x11.h"
#include <qwidget.h>
#include "qwhatsthis.moc"
Include dependency graph for qwhatsthis.cpp:

Go to the source code of this file.
Classes | |
| class | QWhatsThat |
| class | QWhatsThisPrivate |
| class | QWhatsThisAction |
Variables | |
| static int | shadowWidth = 6 |
| static const int | vMargin = 8 |
| static const int | hMargin = 12 |
| static const char *const | 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 335 of file qwhatsthis.cpp.
Referenced by QWhatsThisAction::QWhatsThisAction().
const int hMargin = 12 [static] |
Definition at line 160 of file qwhatsthis.cpp.
Referenced by QWhatsThat::mouseMoveEvent(), QWhatsThat::mousePressEvent(), QWhatsThat::mouseReleaseEvent(), QWhatsThat::paintEvent(), Q3TextBrowser::popupDetail(), and QWhatsThat::QWhatsThat().
int shadowWidth = 6 [static] |
Definition at line 158 of file qwhatsthis.cpp.
Referenced by QWhatsThat::paintEvent(), Q3TextBrowser::popupDetail(), QWhatsThat::QWhatsThat(), and QWhatsThisPrivate::say().
const int vMargin = 8 [static] |
Definition at line 159 of file qwhatsthis.cpp.
Referenced by QWhatsThat::mouseMoveEvent(), QWhatsThat::mousePressEvent(), QWhatsThat::mouseReleaseEvent(), QWhatsThat::paintEvent(), Q3TextBrowser::popupDetail(), and QWhatsThat::QWhatsThat().
1.5.1