nngn
Loading...
Searching...
No Matches
InspectWorker Class Referencefinal

#include <worker.h>

Inheritance diagram for InspectWorker:
Collaboration diagram for InspectWorker:

Signals

void clear ()
 
void new_line (QString s)
 
- Signals inherited from Worker
void finished (void)
 

Private Types

enum class  Command : uint8_t { QUIT = 'q' , CLEAR = 'c' , LINE = 'l' }
 

Private Member Functions

bool cmd (std::string_view s) final
 
void cmd_line (std::stringstream *ss)
 

Additional Inherited Members

- Public Slots inherited from Worker
void finish (void)
 
- Public Member Functions inherited from Worker
bool init (int fd)
 
bool destroy (void)
 
void run (void) final
 
constexpr bool ok (void) const
 
- Protected Member Functions inherited from Worker
template<typename ... Ts>
auto read_values (std::stringstream *s, Ts *...ts)
 
void err (void)
 

Member Enumeration Documentation

◆ Command

enum class InspectWorker::Command : uint8_t
strongprivate
Enumerator
QUIT 
CLEAR 
LINE 

Member Function Documentation

◆ clear

void InspectWorker::clear ( )
signal
Here is the caller graph for this function:

◆ cmd()

bool InspectWorker::cmd ( std::string_view s)
finalprivatevirtual

Implements Worker.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cmd_line()

void InspectWorker::cmd_line ( std::stringstream * ss)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ new_line

void InspectWorker::new_line ( QString s)
signal
Here is the caller graph for this function:

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