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 
9 #include "pqWidgetsModule.h"
10 #include "vtkParaViewDeprecation.h" // For PARAVIEW_DEPRECATED_IN_5_13_0
11 
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
RAII component that overrides the mouse cursor during an operation.
#define PARAVIEW_DEPRECATED_IN_5_13_0(reason)
#define PQWIDGETS_EXPORT
RAII component that displays a wait cursor during a long operation.
Definition: pqWaitCursor.h:27
~pqWaitCursor() override=default