MythTV  master
Public Member Functions | Protected Slots | Protected Attributes | List of all members
BackendConnectionManager Class Reference

#include <backendconnectionmanager.h>

Inheritance diagram for BackendConnectionManager:
Inheritance graph
[legend]
Collaboration diagram for BackendConnectionManager:
Collaboration graph
[legend]

Public Member Functions

 BackendConnectionManager ()
 
 ~BackendConnectionManager () override
 
void customEvent (QEvent *event) override
 

Protected Slots

void ReconnectToBackend (void)
 

Protected Attributes

Reconnectm_reconnecting {nullptr}
 
QTimer * m_reconnectTimer {nullptr}
 
bool m_reconnectAgain {false}
 

Detailed Description

Definition at line 7 of file backendconnectionmanager.h.

Constructor & Destructor Documentation

◆ BackendConnectionManager()

BackendConnectionManager::BackendConnectionManager ( )

Definition at line 45 of file backendconnectionmanager.cpp.

◆ ~BackendConnectionManager()

BackendConnectionManager::~BackendConnectionManager ( )
override

Definition at line 58 of file backendconnectionmanager.cpp.

Member Function Documentation

◆ customEvent()

void BackendConnectionManager::customEvent ( QEvent *  event)
override

Definition at line 65 of file backendconnectionmanager.cpp.

◆ ReconnectToBackend

void BackendConnectionManager::ReconnectToBackend ( void  )
protectedslot

Definition at line 125 of file backendconnectionmanager.cpp.

Referenced by BackendConnectionManager(), and customEvent().

Member Data Documentation

◆ m_reconnecting

Reconnect* BackendConnectionManager::m_reconnecting {nullptr}
protected

Definition at line 21 of file backendconnectionmanager.h.

◆ m_reconnectTimer

QTimer* BackendConnectionManager::m_reconnectTimer {nullptr}
protected

Definition at line 22 of file backendconnectionmanager.h.

◆ m_reconnectAgain

bool BackendConnectionManager::m_reconnectAgain {false}
protected

Definition at line 23 of file backendconnectionmanager.h.


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