|
Rabbit Remote Control 0.0.36
|
Public Slots | |
| virtual void | slotClipBoardChanged () override |
| virtual void | mousePressEvent (QMouseEvent *event) override |
| virtual void | mouseReleaseEvent (QMouseEvent *event) override |
| virtual void | mouseMoveEvent (QMouseEvent *event) override |
| virtual void | wheelEvent (QWheelEvent *event) override |
| virtual void | keyPressEvent (QKeyEvent *event) override |
| virtual void | keyReleaseEvent (QKeyEvent *event) override |
| void | slotConnectProxyServer (QString szHost, quint16 nPort) |
| [connect local socket server] | |
Public Slots inherited from CConnectDesktop | |
| virtual void | slotClipBoardChanged ()=0 |
| Be called when the clip board change. | |
| virtual void | slotMousePressEvent (QMouseEvent *event, QPoint pos) |
| virtual void | slotMouseReleaseEvent (QMouseEvent *event, QPoint pos) |
| virtual void | slotMouseMoveEvent (QMouseEvent *event, QPoint pos) |
| virtual void | slotWheelEvent (QWheelEvent *event, QPoint pos) |
| virtual void | slotKeyPressEvent (QKeyEvent *event) |
| virtual void | slotKeyReleaseEvent (QKeyEvent *event) |
Public Slots inherited from CConnect | |
| virtual int | Connect () |
| Start connect. | |
| virtual int | Disconnect () |
| Disconnect. | |
Public Member Functions | |
| CConnectLibVNCServer (CConnecterLibVNCServer *pConnecter) | |
Public Member Functions inherited from CConnectDesktop | |
| CConnectDesktop (CConnecter *pConnecter, bool bDirectConnection=true) | |
| virtual bool | event (QEvent *event) override |
Public Member Functions inherited from CConnect | |
| CConnect (CConnecter *pConnecter) | |
Static Public Member Functions | |
| static rfbBool | cb_resize (rfbClient *client) |
| static void | cb_update (rfbClient *client, int x, int y, int w, int h) |
| static void | cb_kbd_leds (rfbClient *client, int value, int pad) |
| static void | cb_bell (struct _rfbClient *client) |
| static void | cb_text_chat (rfbClient *client, int value, char *text) |
| static void | cb_got_selection (rfbClient *client, const char *text, int len) |
| static rfbCredential * | cb_get_credential (rfbClient *cl, int credentialType) |
| static char * | cb_get_password (rfbClient *client) |
| static rfbBool | cb_cursor_pos (rfbClient *client, int x, int y) |
| static void | cb_got_cursor_shape (rfbClient *client, int xhot, int yhot, int width, int height, int bytesPerPixel) |
Private Member Functions | |
| virtual OnInitReturnValue | OnInit () override |
| virtual int | OnClean () override |
| Clean. | |
| virtual int | OnProcess () override |
| Specific operation processing of plug-in connection. | |
| virtual int | WakeUp () override |
| Wake up Connect thread(background thread) | |
| int | OnSize () |
Private Attributes | |
| rfbClient * | m_pClient |
| QImage | m_Image |
| CConnecter * | m_pConnecter |
| CParameterLibVNCServer * | m_pParameter |
| QTcpSocket | m_tcpSocket |
| QTcpServer | m_Server |
| QTcpSocket * | m_pConnect |
| Channel::CEvent | m_Event |
Additional Inherited Members | |
Signals inherited from CConnectDesktop | |
| void | sigSetDesktopSize (int width, int height) |
| void | sigServerName (const QString &szName) |
| void | sigUpdateRect (const QRect &r, const QImage &image) |
| Notify the CFrmView update image. | |
| void | sigUpdateRect (const QImage &image) |
| Notify the CFrmView update image. | |
| void | sigUpdateCursor (const QCursor &cursor) |
| void | sigUpdateCursorPosition (const QPoint &pos) |
| void | sigUpdateLedState (unsigned int state) |
| void | sigSetClipboard (QMimeData *data) |
Signals inherited from CConnect | |
| void | sigConnected () |
| Emitted when the plugin is successfully connected. | |
| void | sigDisconnect () |
| Notify the user to call disconnect. | |
| void | sigDisconnected () |
| Successful disconnection signal. | |
| void | sigError (const int nError, const QString &szError=QString()) |
| Triggered when an error is generated. | |
| void | sigInformation (const QString &szInfo) |
| Triggering from a background thread displays information in the main thread without blocking the background thread. | |
| void | sigShowMessageBox (const QString &szTitle, const QString &szMessage, const QMessageBox::Icon &icon=QMessageBox::Information) |
| Trigger the display of a message dialog (QMessageBox) in the main thread from a background thread without blocking the background thread. | |
| void | sigBlockShowMessageBox (const QString &szTitle, const QString &szMessage, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton &nRet, bool &checkBox, QString checkBoxContext=QString()) |
| Block background threads and display message dialogs in foreground threads (QMessageBox) | |
| void | sigBlockInputDialog (const QString &szTitle, const QString &szLable, const QString &szMessage, QString &szText) |
| Block background threads and display input dialogs in foreground threads (QInputDialog) | |
| void | sigBlockShowWidget (const QString &className, int &nRet, void *pContext) |
| Blocks the background thread and displays the window in the foreground thread. | |
Protected Types inherited from CConnect | |
| enum class | OnInitReturnValue { Fail = -1 , Success = 0 , UseOnProcess = Success , NotUseOnProcess = 1 } |
Protected Slots inherited from CConnect | |
| virtual void | slotTimeOut () |
| a non-Qt event loop (that is, normal loop processing), It call OnProcess(), and start timer. | |
Protected Member Functions inherited from CConnectDesktop | |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual void | mouseReleaseEvent (QMouseEvent *event) |
| virtual void | mouseMoveEvent (QMouseEvent *event) |
| virtual void | wheelEvent (QWheelEvent *event) |
| virtual void | keyPressEvent (QKeyEvent *event) |
| virtual void | keyReleaseEvent (QKeyEvent *event) |
Definition at line 17 of file ConnectLibVNCServer.h.
|
explicit |
Definition at line 44 of file ConnectLibVNCServer.cpp.
|
overridevirtual |
Definition at line 61 of file ConnectLibVNCServer.cpp.
|
static |
Definition at line 414 of file ConnectLibVNCServer.cpp.
|
static |
Definition at line 493 of file ConnectLibVNCServer.cpp.
|
static |
Definition at line 424 of file ConnectLibVNCServer.cpp.
|
static |
Definition at line 451 of file ConnectLibVNCServer.cpp.
|
static |
Definition at line 501 of file ConnectLibVNCServer.cpp.
|
static |
Definition at line 399 of file ConnectLibVNCServer.cpp.
|
static |
Definition at line 409 of file ConnectLibVNCServer.cpp.
|
static |
Definition at line 380 of file ConnectLibVNCServer.cpp.
|
static |
Definition at line 419 of file ConnectLibVNCServer.cpp.
|
static |
Definition at line 388 of file ConnectLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 908 of file ConnectLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 920 of file ConnectLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 590 of file ConnectLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 559 of file ConnectLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 580 of file ConnectLibVNCServer.cpp.
|
overrideprivatevirtual |
Clean.
Implements CConnect.
Definition at line 271 of file ConnectLibVNCServer.cpp.
|
overrideprivatevirtual |
[Use SSH Tunnel]
[Use SSH Tunnel]
Implements CConnect.
Definition at line 72 of file ConnectLibVNCServer.cpp.
|
overrideprivatevirtual |
Specific operation processing of plug-in connection.
Because of it is a non-Qt event loop, so wait in here.
Reimplemented from CConnect.
Definition at line 304 of file ConnectLibVNCServer.cpp.
|
private |
Definition at line 469 of file ConnectLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 366 of file ConnectLibVNCServer.cpp.
|
slot |
[connect local socket server]
Definition at line 933 of file ConnectLibVNCServer.cpp.
|
overrideprivatevirtual |
Wake up Connect thread(background thread)
Reimplemented from CConnectDesktop.
Definition at line 361 of file ConnectLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 609 of file ConnectLibVNCServer.cpp.
|
private |
Definition at line 69 of file ConnectLibVNCServer.h.
|
private |
Definition at line 60 of file ConnectLibVNCServer.h.
|
private |
Definition at line 59 of file ConnectLibVNCServer.h.
|
private |
Definition at line 67 of file ConnectLibVNCServer.h.
|
private |
Definition at line 63 of file ConnectLibVNCServer.h.
|
private |
Definition at line 64 of file ConnectLibVNCServer.h.
|
private |
Definition at line 66 of file ConnectLibVNCServer.h.
|
private |
Definition at line 65 of file ConnectLibVNCServer.h.