Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qframe_p.h
Go to the documentation of this file.
1
// Copyright (C) 2016 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
#ifndef QFRAME_P_H
5
#define QFRAME_P_H
6
7
//
8
// W A R N I N G
9
// -------------
10
//
11
// This file is not part of the Qt API. It exists purely as an
12
// implementation detail. This header file may change from version to
13
// version without notice, or even be removed.
14
//
15
// We mean it.
16
//
17
18
#include <QtWidgets/private/qtwidgetsglobal_p.h>
19
#include "private/qwidget_p.h"
20
#include "
qframe.h
"
21
22
QT_BEGIN_NAMESPACE
23
24
class
QFramePrivate
:
public
QWidgetPrivate
25
{
26
Q_DECLARE_PUBLIC(
QFrame
)
27
public
:
28
QFramePrivate
();
29
~QFramePrivate
();
30
31
void
updateFrameWidth
();
32
void
updateStyledFrameWidths
();
33
34
QRect
frect
;
35
int
frameStyle
;
36
short
lineWidth
;
37
short
midLineWidth
;
38
short
frameWidth
;
39
short
leftFrameWidth
,
rightFrameWidth
;
40
short
topFrameWidth
,
bottomFrameWidth
;
41
42
inline
void
init
();
43
44
};
45
46
QT_END_NAMESPACE
47
48
#endif
// QFRAME_P_H
QFramePrivate
Definition
qframe_p.h:25
QFramePrivate::frameWidth
short frameWidth
Definition
qframe_p.h:38
QFramePrivate::topFrameWidth
short topFrameWidth
Definition
qframe_p.h:40
QFramePrivate::updateStyledFrameWidths
void updateStyledFrameWidths()
Definition
qframe.cpp:379
QFramePrivate::QFramePrivate
QFramePrivate()
Definition
qframe.cpp:18
QFramePrivate::bottomFrameWidth
short bottomFrameWidth
Definition
qframe_p.h:40
QFramePrivate::midLineWidth
short midLineWidth
Definition
qframe_p.h:37
QFramePrivate::updateFrameWidth
void updateFrameWidth()
Definition
qframe.cpp:399
QFramePrivate::lineWidth
short lineWidth
Definition
qframe_p.h:36
QFramePrivate::~QFramePrivate
~QFramePrivate()
Definition
qframe.cpp:29
QFramePrivate::frect
QRect frect
Definition
qframe_p.h:34
QFramePrivate::frameStyle
int frameStyle
Definition
qframe_p.h:35
QFramePrivate::init
void init()
Definition
qframe.cpp:33
QFramePrivate::rightFrameWidth
short rightFrameWidth
Definition
qframe_p.h:39
QFramePrivate::leftFrameWidth
short leftFrameWidth
Definition
qframe_p.h:39
QFrame
The QFrame class is the base class of widgets that can have a frame.
Definition
qframe.h:17
QRect
\inmodule QtCore\reentrant
Definition
qrect.h:30
QWidgetPrivate
Definition
qwidget_p.h:179
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
qframe.h
qtbase
src
widgets
widgets
qframe_p.h
Generated by
1.9.7