Qt 4.8
|
Public Functions | |
bool | load (QIODevice *device) |
QSvgIOHandlerPrivate (QSvgIOHandler *qq) | |
Public Variables | |
QColor | backColor |
QRect | clipRect |
QSize | defaultSize |
bool | loaded |
QSvgIOHandler * | q |
QSvgRenderer | r |
bool | readDone |
QRect | scaledClipRect |
QSize | scaledSize |
QXmlStreamReader | xmlReader |
Definition at line 56 of file qsvgiohandler.cpp.
|
inline |
Definition at line 59 of file qsvgiohandler.cpp.
bool QSvgIOHandlerPrivate::load | ( | QIODevice * | device | ) |
Definition at line 78 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::option(), QSvgIOHandlerPrivate(), and QSvgIOHandler::read().
QColor QSvgIOHandlerPrivate::backColor |
Definition at line 74 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::option(), QSvgIOHandler::read(), and QSvgIOHandler::setOption().
QRect QSvgIOHandlerPrivate::clipRect |
Definition at line 69 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::option(), QSvgIOHandler::read(), and QSvgIOHandler::setOption().
QSize QSvgIOHandlerPrivate::defaultSize |
Definition at line 68 of file qsvgiohandler.cpp.
Referenced by load(), QSvgIOHandler::option(), and QSvgIOHandler::read().
bool QSvgIOHandlerPrivate::loaded |
Definition at line 72 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::canRead(), and load().
QSvgIOHandler* QSvgIOHandlerPrivate::q |
Definition at line 65 of file qsvgiohandler.cpp.
Referenced by load().
QSvgRenderer QSvgIOHandlerPrivate::r |
Definition at line 66 of file qsvgiohandler.cpp.
Referenced by load(), and QSvgIOHandler::read().
bool QSvgIOHandlerPrivate::readDone |
Definition at line 73 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::canRead(), and QSvgIOHandler::read().
QRect QSvgIOHandlerPrivate::scaledClipRect |
Definition at line 71 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::option(), QSvgIOHandler::read(), and QSvgIOHandler::setOption().
QSize QSvgIOHandlerPrivate::scaledSize |
Definition at line 70 of file qsvgiohandler.cpp.
Referenced by QSvgIOHandler::option(), QSvgIOHandler::read(), and QSvgIOHandler::setOption().
QXmlStreamReader QSvgIOHandlerPrivate::xmlReader |
Definition at line 67 of file qsvgiohandler.cpp.
Referenced by load().