#include <CommandThread.hh>
Class for running command in its own thread.
Definition at line 43 of file CommandThread.hh.
◆ CommandThread() [1/2]
CommandThread::CommandThread |
( |
const std::string & |
cmd | ) |
|
|
explicit |
Constructor.
- Parameters
-
cmd | Command to be runned by thread. |
Definition at line 44 of file CommandThread.cc.
44 : wxThread(),
cmd_(cmd) {
◆ ~CommandThread()
CommandThread::~CommandThread |
( |
| ) |
|
|
virtual |
◆ CommandThread() [2/2]
◆ Entry()
wxThread::ExitCode CommandThread::Entry |
( |
| ) |
|
|
virtual |
◆ operator=()
◆ cmd_
std::string CommandThread::cmd_ |
|
private |
The documentation for this class was generated from the following files: