#include <portable-file-dialogs.h>
◆ ~executor()
pfd::internal::executor::~executor |
( |
| ) |
|
|
inline |
◆ kill()
bool pfd::internal::executor::kill |
( |
| ) |
|
|
inline |
◆ ready()
◆ result()
std::string pfd::internal::executor::result |
( |
int * | exit_code = nullptr | ) |
|
|
inline |
◆ start_process()
void pfd::internal::executor::start_process |
( |
std::vector< std::string > const & | command | ) |
|
|
inline |
◆ stop()
void pfd::internal::executor::stop |
( |
| ) |
|
|
inlineprotected |
◆ dialog
◆ m_exit_code
int pfd::internal::executor::m_exit_code = -1 |
|
private |
◆ m_fd
int pfd::internal::executor::m_fd = -1 |
|
private |
◆ m_pid
pid_t pfd::internal::executor::m_pid = 0 |
|
private |
◆ m_running
bool pfd::internal::executor::m_running = false |
|
private |
◆ m_stdout
std::string pfd::internal::executor::m_stdout |
|
private |
The documentation for this class was generated from the following file: