![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "deviceskin_p.h"#include <QtWidgets/qapplication.h>#include <QtGui/qbitmap.h>#include <QtGui/qevent.h>#include <QtGui/qimage.h>#include <QtGui/qpainter.h>#include <QtGui/qpixmap.h>#include <QtCore/qdebug.h>#include <QtCore/qdir.h>#include <QtCore/qfile.h>#include <QtCore/qfileinfo.h>#include <QtCore/qnamespace.h>#include <QtCore/qregularexpression.h>#include <QtCore/qtextstream.h>#include <QtCore/qtimer.h>Go to the source code of this file.
Classes | |
| class | qvfb_internal::CursorWindow |
Namespaces | |
| namespace | qvfb_internal |
Functions | |
| static void | parseRect (const QString &value, QRect *rect) |
| static QString | msgImageNotLoaded (const QString &f) |
| QDebug & | operator<< (QDebug &str, const DeviceSkinButtonArea &a) |
| QDebug | operator<< (QDebug str, const DeviceSkinParameters &p) |
Definition at line 44 of file deviceskin.cpp.
| QDebug & operator<< | ( | QDebug & | str, |
| const DeviceSkinButtonArea & | a ) |
Definition at line 49 of file deviceskin.cpp.
References DeviceSkinButtonArea::activeWhenClosed, and DeviceSkinButtonArea::keyCode.
| QDebug operator<< | ( | QDebug | str, |
| const DeviceSkinParameters & | p ) |
Definition at line 59 of file deviceskin.cpp.
References DeviceSkinParameters::hasMouseHover, and DeviceSkinParameters::joystick.
Definition at line 39 of file deviceskin.cpp.