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
QSvgIOHandlerPrivate Class Reference
Collaboration diagram for QSvgIOHandlerPrivate:

Public Member Functions

 QSvgIOHandlerPrivate (QSvgIOHandler *qq)
bool load (QIODevice *device)
 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() [1/2]

QSvgIOHandlerPrivate::QSvgIOHandlerPrivate ( QSvgIOHandler * qq)
inline

Definition at line 22 of file qsvgiohandler.cpp.

References QSvgIOHandlerPrivate(), loadAttempted, loadStatus, q, and readDone.

Referenced by QSvgIOHandler::QSvgIOHandler(), and QSvgIOHandlerPrivate().

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

◆ QSvgIOHandlerPrivate() [2/2]

QSvgIOHandlerPrivate::QSvgIOHandlerPrivate ( QSvgIOHandler * qq)
inline

Definition at line 22 of file qsvgiohandler.cpp.

Member Function Documentation

◆ load() [1/2]

bool QSvgIOHandlerPrivate::load ( QIODevice * device)

Definition at line 42 of file qsvgiohandler.cpp.

References QSvgIOHandler::canRead(), loadAttempted, loadStatus, and q.

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

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

◆ load() [2/2]

bool QSvgIOHandlerPrivate::load ( QIODevice * device)

Member Data Documentation

◆ backColor

QColor QSvgIOHandlerPrivate::backColor

Definition at line 38 of file qsvgiohandler.cpp.

◆ clipRect

QRect QSvgIOHandlerPrivate::clipRect

Definition at line 32 of file qsvgiohandler.cpp.

◆ defaultSize

QSize QSvgIOHandlerPrivate::defaultSize

Definition at line 31 of file qsvgiohandler.cpp.

◆ loadAttempted

bool QSvgIOHandlerPrivate::loadAttempted

Definition at line 35 of file qsvgiohandler.cpp.

Referenced by QSvgIOHandlerPrivate(), and load().

◆ loadStatus

bool QSvgIOHandlerPrivate::loadStatus

Definition at line 36 of file qsvgiohandler.cpp.

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

◆ q

QSvgIOHandler * QSvgIOHandlerPrivate::q

Definition at line 28 of file qsvgiohandler.cpp.

Referenced by QSvgIOHandlerPrivate(), and load().

◆ r

QSvgRenderer QSvgIOHandlerPrivate::r

Definition at line 29 of file qsvgiohandler.cpp.

◆ readDone

bool QSvgIOHandlerPrivate::readDone

◆ scaledClipRect

QRect QSvgIOHandlerPrivate::scaledClipRect

Definition at line 34 of file qsvgiohandler.cpp.

◆ scaledSize

QSize QSvgIOHandlerPrivate::scaledSize

Definition at line 33 of file qsvgiohandler.cpp.

◆ xmlReader

QXmlStreamReader QSvgIOHandlerPrivate::xmlReader

Definition at line 30 of file qsvgiohandler.cpp.


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