![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QSvgIOHandlerPrivate:Public Member Functions | |
| QSvgIOHandlerPrivate (QSvgIOHandler *qq) | |
| bool | load (QIODevice *device) |
Public Attributes | |
| QSvgIOHandler * | q |
| QSvgRenderer | r |
| QXmlStreamReader | xmlReader |
| QSize | defaultSize |
| QRect | clipRect |
| QSize | scaledSize |
| QRect | scaledClipRect |
| bool | loaded |
| bool | readDone |
| QColor | backColor |
Definition at line 18 of file qsvgiohandler.cpp.
|
inline |
Definition at line 21 of file qsvgiohandler.cpp.
| bool QSvgIOHandlerPrivate::load | ( | QIODevice * | device | ) |
Definition at line 40 of file qsvgiohandler.cpp.
References ba, QByteArray::constData(), QByteArray::data(), defaultSize, device, QByteArray::fromRawData(), loaded, 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:| QColor QSvgIOHandlerPrivate::backColor |
Definition at line 36 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::option(), QSvgIOHandler::read(), and QSvgIOHandler::setOption().
| QRect QSvgIOHandlerPrivate::clipRect |
Definition at line 31 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::option(), QSvgIOHandler::read(), and QSvgIOHandler::setOption().
| QSize QSvgIOHandlerPrivate::defaultSize |
Definition at line 30 of file qsvgiohandler.cpp.
Referenced by load(), QSvgIOHandler::option(), and QSvgIOHandler::read().
| bool QSvgIOHandlerPrivate::loaded |
Definition at line 34 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::canRead(), and load().
| QSvgIOHandler* QSvgIOHandlerPrivate::q |
Definition at line 27 of file qsvgiohandler.cpp.
| QSvgRenderer QSvgIOHandlerPrivate::r |
Definition at line 28 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::read().
| bool QSvgIOHandlerPrivate::readDone |
Definition at line 35 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::canRead(), and QSvgIOHandler::read().
| QRect QSvgIOHandlerPrivate::scaledClipRect |
Definition at line 33 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::option(), QSvgIOHandler::read(), and QSvgIOHandler::setOption().
| QSize QSvgIOHandlerPrivate::scaledSize |
Definition at line 32 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::option(), QSvgIOHandler::read(), and QSvgIOHandler::setOption().
| QXmlStreamReader QSvgIOHandlerPrivate::xmlReader |
Definition at line 29 of file qsvgiohandler.cpp.
Referenced by load().