Krita Source Code Documentation
Loading...
Searching...
No Matches
KoVBox.h
Go to the documentation of this file.
1
/* This file is part of the KDE libraries
2
SPDX-FileCopyrightText: 2005 David Faure <faure@kde.org>
3
4
SPDX-License-Identifier: LGPL-2.0-only
5
*/
6
7
#ifndef KoVBOX_H
8
#define KoVBOX_H
9
10
#include <kritawidgets_export.h>
11
12
#include <QFrame>
13
14
class
QChildEvent;
15
27
class
KRITAWIDGETS_EXPORT
KoVBox
:
public
QFrame
28
{
29
Q_OBJECT
30
31
public
:
35
explicit
KoVBox
(QWidget *parent = 0);
36
40
~KoVBox
()
override
;
41
45
void
setMargin(
int
margin);
46
52
void
setSpacing(
int
space);
53
57
void
setStretchFactor(QWidget *widget,
int
stretch);
58
62
QSize sizeHint()
const override
;
63
67
QSize minimumSizeHint()
const override
;
68
69
protected
:
70
71
void
childEvent(QChildEvent *ev)
override
;
72
73
private
:
74
class
Private
;
75
friend
class
Private
;
76
Private
*
const
d
;
77
78
Q_DISABLE_COPY(
KoVBox
)
79
};
80
81
#endif
KoVBox
Definition
KoVBox.h:28
KoVBox::d
Private *const d
Definition
KoVBox.h:76
Private
Definition
SvgTransformParser.cpp:20
libs
widgets
KoVBox.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52