QSkinny
0.8.0
C++/Qt UI toolkit
Loading...
Searching...
No Matches
QskStatusIndicatorSkinlet.h
1
/******************************************************************************
2
* QSkinny - Copyright (C) The authors
3
* SPDX-License-Identifier: BSD-3-Clause
4
*****************************************************************************/
5
6
#ifndef QSK_STATUS_INDICATOR_SKINLET_H
7
#define QSK_STATUS_INDICATOR_SKINLET_H
8
9
#include "QskSkinlet.h"
10
11
class
QskStatusIndicator
;
12
13
class
QSK_EXPORT
QskStatusIndicatorSkinlet
:
public
QskSkinlet
14
{
15
Q_GADGET
16
17
using
Inherited
=
QskSkinlet
;
18
19
public
:
20
enum
NodeRole
21
{
22
GraphicRole,
23
RoleCount
24
};
25
26
Q_INVOKABLE
QskStatusIndicatorSkinlet
(
QskSkin
* =
nullptr
);
27
~QskStatusIndicatorSkinlet
()
override
;
28
29
QRectF subControlRect(
const
QskSkinnable
*,
30
const
QRectF&,
QskAspect::Subcontrol
)
const override
;
31
32
QSizeF sizeHint(
const
QskSkinnable
*,
33
Qt::SizeHint,
const
QSizeF& )
const override
;
34
35
protected
:
36
QSGNode* updateSubNode(
const
QskSkinnable
*,
37
quint8 nodeRole, QSGNode* )
const override
;
38
39
private
:
40
QRect graphicRect(
const
QskStatusIndicator
*,
const
QRectF& )
const
;
41
QSGNode* updateGraphicNode(
const
QskStatusIndicator
*, QSGNode* )
const
;
42
};
43
44
#endif
QskAspect::Subcontrol
Subcontrol
For use within the rendering or lay-outing of a specific QskSkinnable.
Definition
QskAspect.h:104
QskSkin
Definition
QskSkin.h:31
QskSkinlet
Describes the rendering interface of a QskControl. Change the skinlet to change the appearance of the...
Definition
QskSkinlet.h:34
QskSkinnable
Definition
QskSkinnable.h:80
QskStatusIndicatorSkinlet
Definition
QskStatusIndicatorSkinlet.h:14
QskStatusIndicator
Definition
QskStatusIndicator.h:16
src
controls
QskStatusIndicatorSkinlet.h
Generated by
1.9.8