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 
27 {
28 public:
29  pqScopedOverrideCursor() = delete;
30  pqScopedOverrideCursor(Qt::CursorShape cursorShape);
31  virtual ~pqScopedOverrideCursor();
32 };
33 
34 #endif
RAII component that overrides the mouse cursor during an operation.
#define PQWIDGETS_EXPORT