Go to the documentation of this file.
3 #ifndef SOCKETHANDLER_H
4 #define SOCKETHANDLER_H
32 bool WriteStringList(
const QStringList &strlist);
33 bool SendReceiveStringList(QStringList &strlist,
uint min_reply_length=0);
40 bool m_blockShutdown {
false };
41 bool m_standardEvents {
false };
42 bool m_systemEvents {
false };
50 #endif // SOCKETHANDLER_H
void AllowStandardEvents(bool allow)
MythSocketManager * GetParent(void)
bool GetsSystemEvents(void) const
Class for communcating between myth backends and frontends.
MythSocket * GetSocket(void)
#define PROTOSERVER_PUBLIC
QString GetHostname(void)
bool DoesBlockShutdown(void) const
void BlockShutdown(bool block)
bool GetsStandardEvents(void) const
void AllowSystemEvents(bool allow)
General purpose reference counter.