Qt
Widgets
pqWaitCursor.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3
// SPDX-License-Identifier: BSD-3-Clause
4
5
#ifndef pqWaitCursor_h
6
#define pqWaitCursor_h
7
8
#include "
pqScopedOverrideCursor.h
"
9
#include "
pqWidgetsModule.h
"
10
#include "
vtkParaViewDeprecation.h
"
// For PARAVIEW_DEPRECATED_IN_5_13_0
11
27
class
PARAVIEW_DEPRECATED_IN_5_13_0
(
28
"Use
pqScopedOverrideCursor
(Qt::WaitCursor) instead.")
PQWIDGETS_EXPORT
pqWaitCursor
29
:
public
pqScopedOverrideCursor
30
{
31
public
:
32
pqWaitCursor
();
33
~pqWaitCursor
()
override
=
default
;
34
};
35
36
#endif
pqScopedOverrideCursor
RAII component that overrides the mouse cursor during an operation.
Definition:
pqScopedOverrideCursor.h:26
pqWidgetsModule.h
PARAVIEW_DEPRECATED_IN_5_13_0
#define PARAVIEW_DEPRECATED_IN_5_13_0(reason)
Definition:
vtkParaViewDeprecation.h:104
pqScopedOverrideCursor.h
pqWaitCursor::pqWaitCursor
pqWaitCursor()
PQWIDGETS_EXPORT
#define PQWIDGETS_EXPORT
Definition:
pqWidgetsModule.h:15
vtkParaViewDeprecation.h
pqWaitCursor
RAII component that displays a wait cursor during a long operation.
Definition:
pqWaitCursor.h:27
pqWaitCursor::~pqWaitCursor
~pqWaitCursor() override=default
Generated by
1.8.13 on Tue Oct 1 2024