Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSvgIOHandlerPrivate Class Reference
+ Collaboration diagram for QSvgIOHandlerPrivate:

Public Member Functions

 QSvgIOHandlerPrivate (QSvgIOHandler *qq)
 
bool load (QIODevice *device)
 

Public Attributes

QSvgIOHandlerq
 
QSvgRenderer r
 
QXmlStreamReader xmlReader
 
QSize defaultSize
 
QRect clipRect
 
QSize scaledSize
 
QRect scaledClipRect
 
bool loadAttempted
 
bool loadStatus
 
bool readDone
 
QColor backColor
 

Detailed Description

Definition at line 19 of file qsvgiohandler.cpp.

Constructor & Destructor Documentation

◆ QSvgIOHandlerPrivate()

QSvgIOHandlerPrivate::QSvgIOHandlerPrivate ( QSvgIOHandler * qq)
inline

Definition at line 22 of file qsvgiohandler.cpp.

Member Function Documentation

◆ load()

bool QSvgIOHandlerPrivate::load ( QIODevice * device)

Definition at line 42 of file qsvgiohandler.cpp.

References ba, QByteArray::constData(), QByteArray::data(), defaultSize, device, QByteArray::fromRawData(), loadAttempted, loadStatus, QByteArray::size(), and xmlReader.

Referenced by QSvgIOHandler::option(), and QSvgIOHandler::read().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ backColor

QColor QSvgIOHandlerPrivate::backColor

◆ clipRect

QRect QSvgIOHandlerPrivate::clipRect

◆ defaultSize

QSize QSvgIOHandlerPrivate::defaultSize

Definition at line 31 of file qsvgiohandler.cpp.

Referenced by load(), QSvgIOHandler::option(), and QSvgIOHandler::read().

◆ loadAttempted

bool QSvgIOHandlerPrivate::loadAttempted

Definition at line 35 of file qsvgiohandler.cpp.

Referenced by load().

◆ loadStatus

bool QSvgIOHandlerPrivate::loadStatus

Definition at line 36 of file qsvgiohandler.cpp.

Referenced by QSvgIOHandler::canRead(), and load().

◆ q

QSvgIOHandler* QSvgIOHandlerPrivate::q

Definition at line 28 of file qsvgiohandler.cpp.

◆ r

QSvgRenderer QSvgIOHandlerPrivate::r

Definition at line 29 of file qsvgiohandler.cpp.

Referenced by QSvgIOHandler::read().

◆ readDone

bool QSvgIOHandlerPrivate::readDone

Definition at line 37 of file qsvgiohandler.cpp.

Referenced by QSvgIOHandler::canRead(), and QSvgIOHandler::read().

◆ scaledClipRect

QRect QSvgIOHandlerPrivate::scaledClipRect

◆ scaledSize

QSize QSvgIOHandlerPrivate::scaledSize

◆ xmlReader

QXmlStreamReader QSvgIOHandlerPrivate::xmlReader

Definition at line 30 of file qsvgiohandler.cpp.

Referenced by load().


The documentation for this class was generated from the following file: