Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsvgdebug.cpp File Reference

(119a934bc694bf313bc51af05809a7aafddeca67)

#include "qsvgvisitor_p.h"
#include <QDebug>
Include dependency graph for qsvgdebug.cpp:

Go to the source code of this file.

Classes

class  SvgDebugVisitor

Functions

static const char * typeName (const QSvgNode *node)
QDebug operator<< (QDebug debug, const QSvgTinyDocument &doc)

Variables

static QT_BEGIN_NAMESPACE const char * nodeTypeStrings []

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug debug,
const QSvgTinyDocument & doc )

Definition at line 177 of file qsvgdebug.cpp.

◆ typeName()

const char * typeName ( const QSvgNode * node)
static

Definition at line 32 of file qsvgdebug.cpp.

References nodeTypeStrings.

Variable Documentation

◆ nodeTypeStrings

QT_BEGIN_NAMESPACE const char * nodeTypeStrings
static
Initial value:
= {
"DOC",
"G",
"DEFS",
"SWITCH",
"ANIMATION",
"ARC",
"CIRCLE",
"ELLIPSE",
"IMAGE",
"LINE",
"PATH",
"POLYGON",
"POLYLINE",
"RECT",
"TEXT",
"TEXTAREA",
"TSPAN",
"USE",
"VIDEO"
}

Definition at line 9 of file qsvgdebug.cpp.

Referenced by typeName().