Qt
6.x
The Qt SDK
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Symbols
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Loading...
Searching...
No Matches
qwineventnotifier.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 QWINEVENTNOTIFIER_H
5
#define QWINEVENTNOTIFIER_H
6
7
#include "QtCore/qobject.h"
8
9
#if defined(Q_OS_WIN) || defined(Q_QDOC)
10
11
QT_BEGIN_NAMESPACE
12
13
class
QWinEventNotifierPrivate
;
14
class
Q_CORE_EXPORT
QWinEventNotifier
:
public
QObject
15
{
16
Q_OBJECT
17
Q_DECLARE_PRIVATE(
QWinEventNotifier
)
18
typedef
Qt::HANDLE
HANDLE
;
19
20
public
:
21
explicit
QWinEventNotifier
(
QObject
*
parent
=
nullptr
);
22
explicit
QWinEventNotifier
(HANDLE hEvent,
QObject
*
parent
=
nullptr
);
23
~QWinEventNotifier
();
24
25
void
setHandle(HANDLE hEvent);
26
HANDLE
handle
()
const
;
27
28
bool
isEnabled
()
const
;
29
30
public
Q_SLOTS
:
31
void
setEnabled(
bool
enable
);
32
33
Q_SIGNALS
:
34
void
activated(HANDLE hEvent, QPrivateSignal);
35
36
protected
:
37
bool
event
(
QEvent
*
e
)
override
;
38
};
39
40
QT_END_NAMESPACE
41
42
#endif
// Q_OS_WIN
43
44
#endif
// QWINEVENTNOTIFIER_H
QEvent
\inmodule QtCore
Definition
qcoreevent.h:45
QObject
\inmodule QtCore
Definition
qobject.h:90
QWinEventNotifierPrivate
Definition
qwineventnotifier_p.h:27
QWinEventNotifier
\inmodule QtCore
e
double e
Definition
doc_src_qalgorithms.cpp:6
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
QtNfc::isEnabled
bool isEnabled()
Definition
androidjninfc.cpp:16
Qt::HANDLE
void * HANDLE
Definition
qnamespace.h:1535
handle
GLuint64 GLenum void * handle
Definition
qopengles2ext.h:1575
enable
GLboolean enable
Definition
qopengles2ext.h:855
event
struct _cl_event * event
Definition
qopenglext.h:2998
Q_OBJECT
#define Q_OBJECT
Definition
qtmetamacros.h:117
Q_SLOTS
#define Q_SLOTS
Definition
qtmetamacros.h:44
Q_SIGNALS
#define Q_SIGNALS
Definition
qtmetamacros.h:45
parent
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent
Definition
uiaclientinterfaces_p.h:209
qtbase
src
corelib
kernel
qwineventnotifier.h
Generated by
1.9.7