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

(34ce4eccbe4f645c25181984435fe65b0b028eb0)

#include "deviceskin_p.h"
#include <QtCore/qnamespace.h>
#include <QtWidgets/QApplication>
#include <QtGui/QBitmap>
#include <QtGui/QPixmap>
#include <QtGui/QPainter>
#include <QtCore/QTextStream>
#include <QtCore/QFile>
#include <QtCore/QFileInfo>
#include <QtGui/QImage>
#include <QtCore/QTimer>
#include <QtCore/QDir>
#include <QtCore/QRegularExpression>
#include <QtGui/QMouseEvent>
#include <QtCore/QDebug>
+ 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()

static QString msgImageNotLoaded ( const QString & f)
static

Definition at line 42 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()

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

Definition at line 37 of file deviceskin.cpp.