#include <GitCommandRunner.h>
|
typedef std::variant< Git_clone, Git_fetch, Git_fetch_tags_f, Git_stage, Git_push, Git_pull, Git_push_tags, Git_delete_tag, Git_delete_tags, Git_add_tag, Git_submodule_add > | variant_t |
|
typedef unsigned int | request_id_t |
|
◆ request_id_t
◆ variant_t
typedef std::variant< Git_clone, Git_fetch, Git_fetch_tags_f, Git_stage, Git_push, Git_pull, Git_push_tags, Git_delete_tag, Git_delete_tags, Git_add_tag, Git_submodule_add > GitCommandRunner::variant_t |
◆ git()
◆ operator()() [1/11]
void GitCommandRunner::operator() |
( |
Git_add_tag const & |
item | ) |
|
◆ operator()() [2/11]
void GitCommandRunner::operator() |
( |
Git_clone const & |
item | ) |
|
◆ operator()() [3/11]
◆ operator()() [4/11]
◆ operator()() [5/11]
void GitCommandRunner::operator() |
( |
Git_fetch const & |
item | ) |
|
◆ operator()() [6/11]
◆ operator()() [7/11]
void GitCommandRunner::operator() |
( |
Git_pull const & |
item | ) |
|
◆ operator()() [8/11]
void GitCommandRunner::operator() |
( |
Git_push const & |
item | ) |
|
◆ operator()() [9/11]
◆ operator()() [10/11]
void GitCommandRunner::operator() |
( |
Git_stage const & |
item | ) |
|
◆ operator()() [11/11]
◆ pty() [1/2]
◆ pty() [2/2]
◆ pty_message()
std::string GitCommandRunner::pty_message |
( |
| ) |
const |
◆ callback
std::function<void (ProcessStatus const &status, QVariant const &)> GitCommandRunner::callback |
The documentation for this class was generated from the following files: