#include "qsvgrenderer.h"
#include "qsvgtinydocument_p.h"
#include "qbytearray.h"
#include "qtimer.h"
#include "qdebug.h"
#include "private/qobject_p.h"
#include "moc_qsvgrenderer.cpp"
Go to the source code of this file.
◆ loadDocument()
template<typename TInputType >
Definition at line 330 of file qsvgrenderer.cpp.
Referenced by QSvgRenderer::load().
342 q,
SIGNAL(repaintNeeded()));
344 }
else if (d->
timer) {
QSvgTinyDocument * render
static void callRepaintNeeded(QSvgRenderer *const q)
static bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
Creates a connection of the given type from the signal in the sender object to the method in the rece...
The QTimer class provides repetitive and single-shot timers.
void stop()
Stops the timer.
static QSvgTinyDocument * load(const QString &file)
void start(int msec)
Starts or restarts the timer with a timeout interval of msec milliseconds.