ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::ThreadControlWidget Class Reference

#include <ThreadControlWidget.h>

Inheritance diagram for cloudViewer::ThreadControlWidget:
Collaboration diagram for cloudViewer::ThreadControlWidget:

Public Member Functions

 ThreadControlWidget (QWidget *parent)
 
void StartThread (const QString &progress_text, const bool stoppable, colmap::Thread *thread)
 
void StartFunction (const QString &progress_text, const std::function< void()> &func)
 

Detailed Description

Definition at line 19 of file ThreadControlWidget.h.

Constructor & Destructor Documentation

◆ ThreadControlWidget()

cloudViewer::ThreadControlWidget::ThreadControlWidget ( QWidget *  parent)
explicit

Definition at line 17 of file ThreadControlWidget.cpp.

Member Function Documentation

◆ StartFunction()

void cloudViewer::ThreadControlWidget::StartFunction ( const QString &  progress_text,
const std::function< void()> &  func 
)

Definition at line 79 of file ThreadControlWidget.cpp.

References Run(), and StartThread().

◆ StartThread()


The documentation for this class was generated from the following files: