| 
| virtual int  | OnInit () override | 
|   | Init service.  
  | 
|   | 
| virtual int  | OnClean () override | 
|   | Clean service.  
  | 
|   | 
| virtual int  | OnProcess () | 
|   | Process service.  
  | 
|   | 
Definition at line 17 of file ServiceTigerVNC.h.
 
◆ CServiceTigerVNC()
◆ ~CServiceTigerVNC()
  
  
      
        
          | CServiceTigerVNC::~CServiceTigerVNC  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ OnClean()
  
  
      
        
          | int CServiceTigerVNC::OnClean  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
 
◆ OnInit()
  
  
      
        
          | int CServiceTigerVNC::OnInit  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprotectedvirtual   | 
  
 
Init service. 
- Returns
 
- < 0: error 
 
- = 0: Use OnProcess (non-Qt event loop) 
 
- > 0: Don't use OnProcess (qt event loop) 
 
Implements CService.
Definition at line 46 of file ServiceTigerVNC.cpp.
 
 
◆ slotDisconnected
  
  
      
        
          | void CServiceTigerVNC::slotDisconnected  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ slotError
  
  
      
        
          | void CServiceTigerVNC::slotError  | 
          ( | 
          int  | 
          nErr,  | 
         
        
           | 
           | 
          QString  | 
          szErr  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ slotNewConnection
  
  
      
        
          | void CServiceTigerVNC::slotNewConnection  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ m_Lister
  
  
      
        
          | QTcpServer CServiceTigerVNC::m_Lister | 
         
       
   | 
  
private   | 
  
 
 
◆ m_lstConnection
  
  
      
        
          | QList<QSharedPointer<CConnection> > CServiceTigerVNC::m_lstConnection | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/TigerVnc/Service/ServiceTigerVNC.h
 
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/TigerVnc/Service/ServiceTigerVNC.cpp