Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
deviceskin.cpp File Reference

(36e12ca91264feca2f4069f8e0988c813ffe1a2f)

#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>
Include dependency graph for deviceskin.cpp:

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)
QDebugoperator<< (QDebug &str, const DeviceSkinButtonArea &a)
QDebug operator<< (QDebug str, const DeviceSkinParameters &p)

Function Documentation

◆ msgImageNotLoaded()

QString msgImageNotLoaded ( const QString & f)
static

Definition at line 44 of file deviceskin.cpp.

◆ operator<<() [1/2]

QDebug & operator<< ( QDebug & str,
const DeviceSkinButtonArea & a )

◆ operator<<() [2/2]

QDebug operator<< ( QDebug str,
const DeviceSkinParameters & p )

◆ parseRect()

void parseRect ( const QString & value,
QRect * rect )
static

Definition at line 39 of file deviceskin.cpp.