Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_node_selection_adapter.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2015 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef __KIS_NODE_SELECTION_ADAPTER_H
8
#define __KIS_NODE_SELECTION_ADAPTER_H
9
10
#include <QScopedPointer>
11
#include "
kis_types.h
"
12
#include "kritaui_export.h"
13
14
class
KisNodeManager
;
15
16
17
class
KRITAUI_EXPORT
KisNodeSelectionAdapter
18
{
19
public
:
20
KisNodeSelectionAdapter
(
KisNodeManager
*nodeManager);
21
~KisNodeSelectionAdapter
();
22
23
KisNodeSP
activeNode()
const
;
24
void
setActiveNode(
KisNodeSP
node);
25
26
private
:
27
struct
Private
;
28
const
QScopedPointer<Private>
m_d
;
29
};
30
31
#endif
/* __KIS_NODE_SELECTION_ADAPTER_H */
KisNodeManager
Definition
kis_node_manager.h:40
KisNodeSelectionAdapter
Definition
kis_node_selection_adapter.h:18
KisNodeSelectionAdapter::m_d
const QScopedPointer< Private > m_d
Definition
kis_node_selection_adapter.h:28
KisSharedPtr< KisNode >
kis_types.h
Private
Definition
SvgTransformParser.cpp:20
libs
ui
kis_node_selection_adapter.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52