#include <backendconnectionmanager.h>
Public Member Functions | |
| BackendConnectionManager () | |
| ~BackendConnectionManager () | |
| virtual void | customEvent (QEvent *) |
Protected Slots | |
| void | ReconnectToBackend (void) |
Protected Attributes | |
| Reconnect * | m_reconnecting |
| QTimer * | m_reconnect_timer |
| bool | m_first_time |
Definition at line 7 of file backendconnectionmanager.h.
| BackendConnectionManager::BackendConnectionManager | ( | ) |
Definition at line 34 of file backendconnectionmanager.cpp.
| BackendConnectionManager::~BackendConnectionManager | ( | ) |
Definition at line 47 of file backendconnectionmanager.cpp.
| void BackendConnectionManager::customEvent | ( | QEvent * | event | ) | [virtual] |
Definition at line 54 of file backendconnectionmanager.cpp.
| void BackendConnectionManager::ReconnectToBackend | ( | void | ) | [protected, slot] |
Definition at line 131 of file backendconnectionmanager.cpp.
Referenced by BackendConnectionManager(), and customEvent().
Reconnect* BackendConnectionManager::m_reconnecting [protected] |
Definition at line 21 of file backendconnectionmanager.h.
Referenced by customEvent(), ReconnectToBackend(), and ~BackendConnectionManager().
QTimer* BackendConnectionManager::m_reconnect_timer [protected] |
Definition at line 22 of file backendconnectionmanager.h.
Referenced by BackendConnectionManager(), and customEvent().
bool BackendConnectionManager::m_first_time [protected] |
Definition at line 23 of file backendconnectionmanager.h.
Referenced by customEvent().
1.6.3