![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| QSvgIOHandlerPrivate (QSvgIOHandler *qq) | |
| bool | load (QIODevice *device) |
| QSvgIOHandlerPrivate (QSvgIOHandler *qq) | |
| bool | load (QIODevice *device) |
Public Attributes | |
| QSvgIOHandler * | q |
| QSvgRenderer | r |
| QXmlStreamReader | xmlReader |
| QSize | defaultSize |
| QRect | clipRect |
| QSize | scaledSize |
| QRect | scaledClipRect |
| bool | loadAttempted |
| bool | loadStatus |
| bool | readDone |
| QColor | backColor |
Definition at line 19 of file qsvgiohandler.cpp.
|
inline |
Definition at line 22 of file qsvgiohandler.cpp.
References QSvgIOHandlerPrivate(), loadAttempted, loadStatus, q, and readDone.
Referenced by QSvgIOHandler::QSvgIOHandler(), and QSvgIOHandlerPrivate().
|
inline |
Definition at line 22 of file qsvgiohandler.cpp.
| 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().
| bool QSvgIOHandlerPrivate::load | ( | QIODevice * | device | ) |
| QColor QSvgIOHandlerPrivate::backColor |
Definition at line 38 of file qsvgiohandler.cpp.
| QRect QSvgIOHandlerPrivate::clipRect |
Definition at line 32 of file qsvgiohandler.cpp.
| QSize QSvgIOHandlerPrivate::defaultSize |
Definition at line 31 of file qsvgiohandler.cpp.
| bool QSvgIOHandlerPrivate::loadAttempted |
Definition at line 35 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandlerPrivate(), and load().
| bool QSvgIOHandlerPrivate::loadStatus |
Definition at line 36 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandlerPrivate(), QSvgIOHandler::canRead(), and load().
| QSvgIOHandler * QSvgIOHandlerPrivate::q |
Definition at line 28 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandlerPrivate(), and load().
| QSvgRenderer QSvgIOHandlerPrivate::r |
Definition at line 29 of file qsvgiohandler.cpp.
| bool QSvgIOHandlerPrivate::readDone |
Definition at line 37 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandlerPrivate(), QSvgIOHandler::canRead(), and QSvgIOHandler::read().
| QRect QSvgIOHandlerPrivate::scaledClipRect |
Definition at line 34 of file qsvgiohandler.cpp.
| QSize QSvgIOHandlerPrivate::scaledSize |
Definition at line 33 of file qsvgiohandler.cpp.
| QXmlStreamReader QSvgIOHandlerPrivate::xmlReader |
Definition at line 30 of file qsvgiohandler.cpp.