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
default_layoutdecoration.h
Go to the documentation of this file.
1
// Copyright (C) 2016 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4
#
ifndef
DEFAULT_LAYOUTDECORATION_H
5
#
define
DEFAULT_LAYOUTDECORATION_H
6
7
#
include
"formeditor_global.h"
8
#
include
<
QtDesigner
/
layoutdecoration
.
h
>
9
#
include
<
QtDesigner
/
default_extensionfactory
.
h
>
10
11
QT_BEGIN_NAMESPACE
12
13
class
QDesignerFormWindowInterface;
14
15
namespace
qdesigner_internal
{
16
class
QDesignerLayoutDecorationFactory
:
public
QExtensionFactory
17
{
18
Q_OBJECT
19
Q_INTERFACES(QAbstractExtensionFactory)
20
public
:
21
explicit
QDesignerLayoutDecorationFactory
(
QExtensionManager
*
parent
=
nullptr
);
22
23
protected
:
24
QObject
*
createExtension
(QObject *object,
const
QString &iid, QObject *parent)
const
override
;
25
};
26
27
}
// namespace qdesigner_internal
28
29
QT_END_NAMESPACE
30
31
#
endif
// DEFAULT_LAYOUTDECORATION_H
QPainter::QWidget
friend class QWidget
Definition
qpainter.h:431
qdesigner_internal::QDesignerLayoutDecorationFactory
Definition
default_layoutdecoration.h:17
qdesigner_internal::QDesignerLayoutDecorationFactory::createExtension
QObject * createExtension(QObject *object, const QString &iid, QObject *parent) const override
Creates an extension specified by iid for the given object.
Definition
default_layoutdecoration.cpp:23
QPlatformGraphicsBufferHelper
\inmodule QtGui
qdesigner_internal
Auxiliary methods to store/retrieve settings.
Definition
buddyeditor.cpp:66
qttools
src
designer
src
components
formeditor
default_layoutdecoration.h
Generated on
for Qt by
1.14.0