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 "pqWidgetsModule.h"
9 
25 class PQWIDGETS_EXPORT pqWaitCursor
26 {
27 public:
28  pqWaitCursor();
29  ~pqWaitCursor();
30 };
31 
32 #endif
pqWaitCursor
RAII component that displays a wait cursor during a long operation.
Definition: pqWaitCursor.h:25