Qt
Widgets
pqScopedOverrideCursor.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#ifndef pqScopedOverrideCursor_h
5
#define pqScopedOverrideCursor_h
6
7
#include "
pqWidgetsModule.h
"
8
9
#include <QCursor>
10
26
class
PQWIDGETS_EXPORT
pqScopedOverrideCursor
27
{
28
public
:
29
pqScopedOverrideCursor
() =
delete
;
30
pqScopedOverrideCursor
(Qt::CursorShape cursorShape);
31
virtual
~
pqScopedOverrideCursor
();
32
};
33
34
#endif
pqScopedOverrideCursor
RAII component that overrides the mouse cursor during an operation.
Definition:
pqScopedOverrideCursor.h:26
pqWidgetsModule.h
PQWIDGETS_EXPORT
#define PQWIDGETS_EXPORT
Definition:
pqWidgetsModule.h:15
Generated by
1.8.13 on Tue Oct 1 2024