Krita Source Code Documentation
Loading...
Searching...
No Matches
KoTosContainer_p.h
Go to the documentation of this file.
1
/*
2
* SPDX-License-Identifier: GPL-3.0-or-later
3
*/
4
5
#ifndef KOTOSCONTAINER_P_H
6
#define KOTOSCONTAINER_P_H
7
8
#include "kritaflake_export.h"
9
#include "
KoShapeContainer_p.h
"
10
11
#include "
KoTosContainer.h
"
12
#include <QSharedData>
13
#include <QRectF>
14
15
class
KoTosContainer::Private
:
public
QSharedData
16
{
17
public
:
18
19
explicit
Private
();
20
explicit
Private
(
const
Private
&rhs);
21
22
virtual
~Private
();
23
24
KoTosContainer::ResizeBehavior
resizeBehavior
;
25
QRectF
preferredTextRect
;
26
Qt::Alignment
alignment
;
27
};
28
29
#endif
// KOTOSCONTAINER_P_H
KoShapeContainer_p.h
KoTosContainer.h
KoTosContainer::Private
Definition
KoTosContainer_p.h:16
KoTosContainer::Private::preferredTextRect
QRectF preferredTextRect
Definition
KoTosContainer_p.h:25
KoTosContainer::Private::resizeBehavior
KoTosContainer::ResizeBehavior resizeBehavior
Definition
KoTosContainer_p.h:24
KoTosContainer::Private::~Private
virtual ~Private()
Definition
KoTosContainer.cpp:38
KoTosContainer::Private::alignment
Qt::Alignment alignment
Definition
KoTosContainer_p.h:26
KoTosContainer::Private::Private
Private()
Definition
KoTosContainer.cpp:24
KoTosContainer::ResizeBehavior
ResizeBehavior
different kinds of resizing behavior to determine how to treat text overflow
Definition
KoTosContainer.h:38
Private
Definition
SvgTransformParser.cpp:20
libs
flake
KoTosContainer_p.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52