#include <benchmark_processing_thread.h>
Public Member Functions | |
| BenchmarkProcessingThread (const moveit_benchmarks::BenchmarkExecution &be, const moveit_benchmarks::BenchmarkType &bt, QObject *parent=0) | |
| void | startAndShow () |
| ~BenchmarkProcessingThread () | |
Protected Member Functions | |
| void | run () |
Private Attributes | |
| moveit_benchmarks::BenchmarkExecution | be_ |
| moveit_benchmarks::BenchmarkType | bt_ |
| boost::shared_ptr < QProgressDialog > | progress_dialog_ |
Definition at line 11 of file benchmark_processing_thread.h.
| BenchmarkProcessingThread::BenchmarkProcessingThread | ( | const moveit_benchmarks::BenchmarkExecution & | be, |
| const moveit_benchmarks::BenchmarkType & | bt, | ||
| QObject * | parent = 0 |
||
| ) |
Definition at line 4 of file benchmark_processing_thread.cpp.
Definition at line 11 of file benchmark_processing_thread.cpp.
| void BenchmarkProcessingThread::run | ( | ) | [protected] |
Definition at line 26 of file benchmark_processing_thread.cpp.
Definition at line 15 of file benchmark_processing_thread.cpp.
Definition at line 25 of file benchmark_processing_thread.h.
Definition at line 26 of file benchmark_processing_thread.h.
boost::shared_ptr<QProgressDialog> BenchmarkProcessingThread::progress_dialog_ [private] |
Definition at line 23 of file benchmark_processing_thread.h.