QSkinny
0.8.0
C++/Qt UI toolkit
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
Enumerations
Enumerator
a
b
c
d
f
g
h
i
l
m
n
p
r
s
t
v
Properties
a
b
d
e
g
h
i
l
m
o
p
r
s
t
u
v
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Properties
Pages
Loading...
Searching...
No Matches
QskAnimationHint.cpp
1
/******************************************************************************
2
* QSkinny - Copyright (C) The authors
3
* SPDX-License-Identifier: BSD-3-Clause
4
*****************************************************************************/
5
6
#include "QskAnimationHint.h"
7
8
#ifndef QT_NO_DEBUG_STREAM
9
10
#include <qdebug.h>
11
12
QDebug operator<<( QDebug debug,
const
QskAnimationHint
& hint )
13
{
14
QDebugStateSaver saver( debug );
15
debug.nospace();
16
17
debug <<
"AnimationHint"
<<
'('
;
18
debug << hint.duration <<
','
<< hint.type <<
','
<< hint.updateFlags;
19
debug <<
')'
;
20
21
return
debug;
22
}
23
24
#endif
QskAnimationHint
Definition
QskAnimationHint.h:15
src
controls
QskAnimationHint.cpp
Generated by
1.9.8