ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
signalledrunable.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 #include <QObject>
11 #include <QRunnable>
12 
13 #include "../qPCL.h"
14 
15 namespace VtkUtils {
16 
17 class QPCL_ENGINE_LIB_API SignalledRunnable : public QObject, public QRunnable {
18  Q_OBJECT
19 public:
21 
22 signals:
23  void finished();
24 };
25 
26 } // namespace VtkUtils
#define signals
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15