Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgRichTextCtrl.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
*
3
* SPDX-FileCopyrightText: 2018 Mehmet Salih Çalışkan <msalihcaliskan@gmail.com>
4
*
5
* SPDX-License-Identifier: LGPL-2.0-or-later
6
*/
7
8
9
#ifndef SVGRICHTEXTCTRL_H
10
#define SVGRICHTEXTCTRL_H
11
12
#include <QTextEdit>
13
14
class
SvgRichTextCtrl
:
public
QTextEdit
15
{
16
public
:
17
SvgRichTextCtrl
(QWidget* parent =
nullptr
);
18
protected
:
19
void
insertFromMimeData
(
const
QMimeData*
source
)
override
;
20
};
21
22
#endif
// SVGRICHTEXTCTRL_H
source
KisMagneticGraph::vertex_descriptor source(typename KisMagneticGraph::edge_descriptor e, KisMagneticGraph g)
Definition
KisMagneticGraph.h:251
SvgRichTextCtrl
Definition
SvgRichTextCtrl.h:15
SvgRichTextCtrl::insertFromMimeData
void insertFromMimeData(const QMimeData *source) override
Definition
SvgRichTextCtrl.cpp:16
SvgRichTextCtrl::SvgRichTextCtrl
SvgRichTextCtrl(QWidget *parent=nullptr)
Definition
SvgRichTextCtrl.cpp:11
plugins
tools
svgtexttool
SvgRichTextCtrl.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52