Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwindowssessionmanager.cpp
Go to the documentation of this file.
1// Copyright (C) 2013 Samuel Gaist <samuel.gaist@edeltech.ch>
2// Copyright (C) 2016 The Qt Company Ltd.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4
6
8
13
15{
16 m_blockUserInput = false;
17 return true;
18}
19
21{
22 m_blockUserInput = false;
23 return true;
24}
25
27{
28 if (m_isActive)
29 m_blockUserInput = true;
30}
31
33{
34 m_canceled = true;
35}
36
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
QWindowsSessionManager(const QString &id, const QString &key)
Combined button and popup list for selecting options.
GLuint64 key
GLenum GLuint id
[7]