![]() |
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 = nullptr |
| QSvgRenderer | r |
| QXmlStreamReader | xmlReader |
| QSize | defaultSize |
| QRect | clipRect |
| QSize | scaledSize |
| QRect | scaledClipRect |
| bool | loadAttempted = false |
| bool | loadStatus = false |
| bool | readDone = false |
| int | currentFrame = 0 |
| int | frameCount = 0 |
| int | frameDelay = 0 |
| QColor | backColor = Qt::transparent |
Definition at line 21 of file qsvgiohandler.cpp.
|
inline |
Definition at line 24 of file qsvgiohandler.cpp.
References q.
Referenced by QSvgIOHandler::QSvgIOHandler().
|
inline |
Definition at line 24 of file qsvgiohandler.cpp.
| bool QSvgIOHandlerPrivate::load | ( | QIODevice * | device | ) |
Definition at line 47 of file qsvgiohandler.cpp.
References QSvgIOHandler::canRead(), frameCount, frameDelay, loadAttempted, loadStatus, and q.
Referenced by QSvgIOHandler::jumpToImage(), QSvgIOHandler::option(), and QSvgIOHandler::read().
| bool QSvgIOHandlerPrivate::load | ( | QIODevice * | device | ) |
| QColor QSvgIOHandlerPrivate::backColor = Qt::transparent |
Definition at line 43 of file qsvgiohandler.cpp.
| QRect QSvgIOHandlerPrivate::clipRect |
Definition at line 34 of file qsvgiohandler.cpp.
| int QSvgIOHandlerPrivate::currentFrame = 0 |
Definition at line 40 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::canRead(), QSvgIOHandler::currentImageNumber(), QSvgIOHandler::jumpToImage(), QSvgIOHandler::jumpToNextImage(), and QSvgIOHandler::read().
| QSize QSvgIOHandlerPrivate::defaultSize |
Definition at line 33 of file qsvgiohandler.cpp.
| int QSvgIOHandlerPrivate::frameCount = 0 |
Definition at line 41 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::canRead(), QSvgIOHandler::imageCount(), QSvgIOHandler::jumpToImage(), load(), and QSvgIOHandler::read().
| int QSvgIOHandlerPrivate::frameDelay = 0 |
Definition at line 42 of file qsvgiohandler.cpp.
Referenced by load(), and QSvgIOHandler::nextImageDelay().
| bool QSvgIOHandlerPrivate::loadAttempted = false |
Definition at line 37 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::canRead(), and load().
| bool QSvgIOHandlerPrivate::loadStatus = false |
Definition at line 38 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::canRead(), and load().
| QSvgIOHandler * QSvgIOHandlerPrivate::q = nullptr |
Definition at line 30 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandlerPrivate(), and load().
| QSvgRenderer QSvgIOHandlerPrivate::r |
Definition at line 31 of file qsvgiohandler.cpp.
| bool QSvgIOHandlerPrivate::readDone = false |
Definition at line 39 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::canRead(), QSvgIOHandler::currentImageNumber(), and QSvgIOHandler::read().
| QRect QSvgIOHandlerPrivate::scaledClipRect |
Definition at line 36 of file qsvgiohandler.cpp.
| QSize QSvgIOHandlerPrivate::scaledSize |
Definition at line 35 of file qsvgiohandler.cpp.
| QXmlStreamReader QSvgIOHandlerPrivate::xmlReader |
Definition at line 32 of file qsvgiohandler.cpp.