|
Rabbit Remote Control 0.1.0-bate5
|


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 CBackendDesktop | |
| 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) |
| virtual void | slotInputMethodEvent (QInputMethodEvent *event) |
Public Member Functions | |
| CBackendLibVNCServer (COperateLibVNCServer *pOperate) | |
Public Member Functions inherited from CBackendDesktop | |
| CBackendDesktop (COperateDesktop *pOperate=nullptr, bool bDirectConnection=true) | |
| virtual bool | event (QEvent *event) override |
Public Member Functions inherited from CBackend | |
| CBackend (COperate *pOperate=nullptr) | |
| virtual int | Start () |
| Start. | |
| virtual int | Stop () |
| Stop. | |
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 Backend thread(background thread) | |
| int | OnSize () |
Private Attributes | |
| rfbClient * | m_pClient |
| QImage | m_Image |
| CParameterLibVNCServer * | m_pParameter |
| QTcpSocket | m_tcpSocket |
| QTcpServer | m_Server |
| QTcpSocket * | m_pConnect |
| Channel::CEvent | m_Event |
Additional Inherited Members | |
Signals inherited from CBackendDesktop | |
| 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 CBackend | |
| void | sigRunning () |
| Emitted when the plugin is successfully started. | |
| void | sigStop () |
| Notify the user to stop. | |
| void | sigFinished () |
| Successful stopped 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 CBackend | |
| enum class | OnInitReturnValue { Fail = -1 , Success = 0 , UseOnProcess = Success , NotUseOnProcess = 1 } |
Protected Slots inherited from CBackend | |
| virtual void | slotTimeOut () |
| a non-Qt event loop (that is, normal loop processing), It call OnProcess(), and start timer. | |
Protected Member Functions inherited from CBackendDesktop | |
| 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) |
| virtual void | InputMethodEvent (QInputMethodEvent *event) |
Definition at line 17 of file BackendLibVNCServer.h.
|
explicit |
Definition at line 45 of file BackendLibVNCServer.cpp.
|
overridevirtual |
Definition at line 61 of file BackendLibVNCServer.cpp.
|
static |
Definition at line 414 of file BackendLibVNCServer.cpp.
|
static |
Definition at line 492 of file BackendLibVNCServer.cpp.
|
static |
Definition at line 424 of file BackendLibVNCServer.cpp.
|
static |
Definition at line 451 of file BackendLibVNCServer.cpp.
|
static |
Definition at line 500 of file BackendLibVNCServer.cpp.
|
static |
Definition at line 399 of file BackendLibVNCServer.cpp.
|
static |
Definition at line 409 of file BackendLibVNCServer.cpp.
|
static |
Definition at line 380 of file BackendLibVNCServer.cpp.
|
static |
Definition at line 419 of file BackendLibVNCServer.cpp.
|
static |
Definition at line 388 of file BackendLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 907 of file BackendLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 919 of file BackendLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 589 of file BackendLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 558 of file BackendLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 579 of file BackendLibVNCServer.cpp.
|
overrideprivatevirtual |
|
overrideprivatevirtual |
[Use SSH Tunnel]
[Use SSH Tunnel]
Implements CBackend.
Definition at line 72 of file BackendLibVNCServer.cpp.
|
overrideprivatevirtual |
Specific operation processing of plug-in connection.
Because of it is a non-Qt event loop, so wait in here.
Reimplemented from CBackend.
Definition at line 304 of file BackendLibVNCServer.cpp.
|
private |
Definition at line 468 of file BackendLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 366 of file BackendLibVNCServer.cpp.
|
slot |
[connect local socket server]
Definition at line 932 of file BackendLibVNCServer.cpp.
|
overrideprivatevirtual |
Wake up Backend thread(background thread)
Reimplemented from CBackendDesktop.
Definition at line 361 of file BackendLibVNCServer.cpp.
|
overridevirtualslot |
Definition at line 608 of file BackendLibVNCServer.cpp.
|
private |
Definition at line 68 of file BackendLibVNCServer.h.
|
private |
Definition at line 60 of file BackendLibVNCServer.h.
|
private |
Definition at line 59 of file BackendLibVNCServer.h.
|
private |
Definition at line 66 of file BackendLibVNCServer.h.
|
private |
Definition at line 63 of file BackendLibVNCServer.h.
|
private |
Definition at line 65 of file BackendLibVNCServer.h.
|
private |
Definition at line 64 of file BackendLibVNCServer.h.