|
Rabbit Remote Control 0.1.0-bate14
|


Public Member Functions | |
| CServiceTigerVNC (CPluginService *plugin) | |
| Public Member Functions inherited from CService | |
| CService (CPluginService *plugin) | |
| virtual int | Init () |
| Load parameters, support non-Qt event loop. | |
| virtual int | Clean () |
| CParameterService * | GetParameters () |
| virtual int | LoadConfigure (const QString &szDir=QString()) |
| virtual int | SaveConfigure (const QString &szDir=QString()) |
Protected Member Functions | |
| virtual int | OnInit () override |
| Init service. | |
| virtual int | OnClean () override |
| Clean service. | |
| Protected Member Functions inherited from CService | |
| virtual int | OnProcess () |
| Process service. | |
Private Slots | |
| void | slotNewConnection () |
| void | slotDisconnected () |
| void | slotError (int nErr, QString szErr) |
Private Attributes | |
| QTcpServer | m_Lister |
| QList< QSharedPointer< CConnection > > | m_lstConnection |
Additional Inherited Members | |
| Protected Slots inherited from CService | |
| virtual void | slotProcess () |
| Support non-Qt event loop. | |
| Protected Attributes inherited from CService | |
| CParameterService * | m_pPara |
| CPluginService * | m_pPlugin |
Definition at line 17 of file ServiceTigerVNC.h.
|
explicit |
Definition at line 23 of file ServiceTigerVNC.cpp.
|
virtual |
Definition at line 33 of file ServiceTigerVNC.cpp.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Init service.
Implements CService.
Definition at line 46 of file ServiceTigerVNC.cpp.
|
privateslot |
Definition at line 153 of file ServiceTigerVNC.cpp.
|
privateslot |
Definition at line 162 of file ServiceTigerVNC.cpp.
|
privateslot |
Definition at line 118 of file ServiceTigerVNC.cpp.
|
private |
Definition at line 39 of file ServiceTigerVNC.h.
|
private |
Definition at line 40 of file ServiceTigerVNC.h.