Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgCssHelper.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
* SPDX-FileCopyrightText: 2009 Jan Hambrecht <jaham@gmx.net>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#ifndef SVGCSSHELPER_H
8
#define SVGCSSHELPER_H
9
10
#include <QStringList>
11
12
#include <QDomDocument>
13
14
class
SvgCssHelper
15
{
16
public
:
17
SvgCssHelper
();
18
~SvgCssHelper
();
19
21
void
parseStylesheet
(
const
QDomElement &);
22
28
QStringList
matchStyles
(
const
QDomElement &element)
const
;
29
30
private
:
31
class
Private
;
32
Private
*
const
d
;
33
};
34
35
#endif
// SVGCSSHELPER_H
QList< QString >
SvgCssHelper
Definition
SvgCssHelper.h:15
SvgCssHelper::SvgCssHelper
SvgCssHelper()
Definition
SvgCssHelper.cpp:599
SvgCssHelper::d
Private *const d
Definition
SvgCssHelper.h:32
SvgCssHelper::~SvgCssHelper
~SvgCssHelper()
Definition
SvgCssHelper.cpp:604
SvgCssHelper::matchStyles
QStringList matchStyles(const QDomElement &element) const
Definition
SvgCssHelper.cpp:656
SvgCssHelper::parseStylesheet
void parseStylesheet(const QDomElement &)
Parses css style sheet in given xml element.
Definition
SvgCssHelper.cpp:609
Private
Definition
SvgTransformParser.cpp:20
libs
flake
svg
SvgCssHelper.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52