-*- Mode: c++ -*-
More...
#include <libmythbase/mythsystemprivate.h>
|
static void | PrintDebug (void) |
| Print out any leaks if that level of debugging is enabled. More...
|
|
-*- Mode: c++ -*-
Definition at line 21 of file mythsystemprivate.h.
◆ MythSystemLegacyPrivate()
MythSystemLegacyPrivate::MythSystemLegacyPrivate |
( |
const QString & |
debugName | ) |
|
|
explicit |
◆ Fork()
virtual void MythSystemLegacyPrivate::Fork |
( |
std::chrono::seconds |
timeout | ) |
|
|
pure virtual |
◆ Manage()
virtual void MythSystemLegacyPrivate::Manage |
( |
void |
| ) |
|
|
pure virtual |
◆ Term()
virtual void MythSystemLegacyPrivate::Term |
( |
bool |
force = false | ) |
|
|
pure virtual |
◆ Signal()
virtual void MythSystemLegacyPrivate::Signal |
( |
int |
sig | ) |
|
|
pure virtual |
◆ JumpAbort()
virtual void MythSystemLegacyPrivate::JumpAbort |
( |
void |
| ) |
|
|
pure virtual |
◆ ParseShell()
virtual bool MythSystemLegacyPrivate::ParseShell |
( |
const QString & |
cmd, |
|
|
QString & |
abscmd, |
|
|
QStringList & |
args |
|
) |
| |
|
pure virtual |
◆ GetStatus()
uint MythSystemLegacyPrivate::GetStatus |
( |
void |
| ) |
|
|
inlineprotected |
◆ SetStatus()
void MythSystemLegacyPrivate::SetStatus |
( |
uint |
status | ) |
|
|
inlineprotected |
◆ GetLogCmd()
QString& MythSystemLegacyPrivate::GetLogCmd |
( |
void |
| ) |
|
|
inlineprotected |
◆ GetDirectory()
QString& MythSystemLegacyPrivate::GetDirectory |
( |
void |
| ) |
|
|
inlineprotected |
◆ GetSetting()
bool MythSystemLegacyPrivate::GetSetting |
( |
const char * |
setting | ) |
|
|
inlineprotected |
◆ GetCommand()
QString& MythSystemLegacyPrivate::GetCommand |
( |
void |
| ) |
|
|
inlineprotected |
◆ SetCommand()
void MythSystemLegacyPrivate::SetCommand |
( |
const QString & |
cmd | ) |
|
|
inlineprotected |
◆ GetArgs()
QStringList& MythSystemLegacyPrivate::GetArgs |
( |
void |
| ) |
|
|
inlineprotected |
◆ SetArgs()
void MythSystemLegacyPrivate::SetArgs |
( |
const QStringList & |
args | ) |
|
|
inlineprotected |
◆ GetBuffer()
QBuffer* MythSystemLegacyPrivate::GetBuffer |
( |
int |
index | ) |
|
|
inlineprotected |
◆ Unlock()
void MythSystemLegacyPrivate::Unlock |
( |
void |
| ) |
|
|
inlineprotected |
◆ started
void MythSystemLegacyPrivate::started |
( |
void |
| ) |
|
|
signal |
◆ finished
void MythSystemLegacyPrivate::finished |
( |
void |
| ) |
|
|
signal |
◆ error
void MythSystemLegacyPrivate::error |
( |
uint |
status | ) |
|
|
signal |
◆ readDataReady
void MythSystemLegacyPrivate::readDataReady |
( |
int |
fd | ) |
|
|
signal |
◆ m_parent
Definition at line 40 of file mythsystemprivate.h.
Referenced by MythSystemLegacyUnix::Fork(), GetArgs(), GetBuffer(), GetCommand(), GetDirectory(), GetLogCmd(), GetSetting(), GetStatus(), MythSystemLegacyUnix::MythSystemLegacyUnix(), MythSystemLegacyWindows::MythSystemLegacyWindows(), MythSystemLegacyManager::run(), MythSystemLegacySignalManager::run(), SetArgs(), SetCommand(), SetStatus(), MythSystemLegacyWindows::Term(), MythSystemLegacyUnix::Term(), and Unlock().
The documentation for this class was generated from the following files: