Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
textobjectinterface.h
Go to the documentation of this file.
1
// Copyright (C) 2016 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
#include <QObject>
4
#include <QTextObjectInterface>
5
7
class
SvgTextObject
:
public
QObject
,
public
QTextObjectInterface
8
{
9
Q_OBJECT
10
Q_INTERFACES
(
QTextObjectInterface
)
12
};
QObject
\inmodule QtCore
Definition
qobject.h:90
QTextObjectInterface
The QTextObjectInterface class allows drawing of custom text objects in \l{QTextDocument}s.
Definition
qabstracttextdocumentlayout.h:103
SvgTextObject
[0]
Definition
textobjectinterface.h:8
Q_OBJECT
#define Q_OBJECT
Definition
qtmetamacros.h:117
Q_INTERFACES
#define Q_INTERFACES(x)
Definition
qtmetamacros.h:55
qtbase
src
gui
doc
snippets
qtextobject
textobjectinterface.h
Generated by
1.9.7