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"
10
11#include "KoTosContainer.h"
12#include <QSharedData>
13#include <QRectF>
14
15class KoTosContainer::Private : public QSharedData
16{
17public:
18
19 explicit Private();
20 explicit Private(const Private &rhs);
21
22 virtual ~Private();
23
26 Qt::Alignment alignment;
27};
28
29#endif // KOTOSCONTAINER_P_H
KoTosContainer::ResizeBehavior resizeBehavior
ResizeBehavior
different kinds of resizing behavior to determine how to treat text overflow