Rabbit Remote Control 0.0.37
|
Remote desktop interface. More...
#include <BackendDesktop.h>
Public Slots | |
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) |
Signals | |
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) |
![]() | |
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. | |
Public Member Functions | |
CBackendDesktop (COperateDesktop *pOperate=nullptr, bool bDirectConnection=true) | |
virtual bool | event (QEvent *event) override |
![]() | |
CBackend (COperate *pOperate=nullptr) | |
virtual int | Start () |
Start. | |
virtual int | Stop () |
Stop. | |
Protected Member Functions | |
virtual int | WakeUp () override |
Wake up Backend thread(background thread) | |
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) |
![]() | |
virtual OnInitReturnValue | OnInit ()=0 |
Initialization. | |
virtual int | OnClean ()=0 |
Clean. | |
virtual int | OnProcess () |
Specific operation processing of plug-in. | |
Private Member Functions | |
int | SetConnect (COperateDesktop *pOperate) |
int | SetViewer (CFrmViewer *pView, COperateDesktop *pOperate, bool bDirectConnection) |
Additional Inherited Members | |
![]() | |
enum class | OnInitReturnValue { Fail = -1 , Success = 0 , UseOnProcess = Success , NotUseOnProcess = 1 } |
![]() | |
virtual void | slotTimeOut () |
a non-Qt event loop (that is, normal loop processing), It call OnProcess(), and start timer. | |
Remote desktop interface.
It is implemented by the Protocol plugin.
Definition at line 37 of file BackendDesktop.h.
|
explicit |
Definition at line 43 of file BackendDesktop.cpp.
|
virtual |
Definition at line 118 of file BackendDesktop.cpp.
|
overridevirtual |
Definition at line 383 of file BackendDesktop.cpp.
|
protectedvirtual |
Definition at line 373 of file BackendDesktop.cpp.
|
protectedvirtual |
Definition at line 363 of file BackendDesktop.cpp.
|
protectedvirtual |
Definition at line 368 of file BackendDesktop.cpp.
|
protectedvirtual |
Definition at line 343 of file BackendDesktop.cpp.
|
protectedvirtual |
Definition at line 348 of file BackendDesktop.cpp.
|
protectedvirtual |
Definition at line 353 of file BackendDesktop.cpp.
|
private |
Definition at line 123 of file BackendDesktop.cpp.
|
private |
Definition at line 159 of file BackendDesktop.cpp.
|
signal |
Notify the CFrmView update image.
image |
|
signal |
Notify the CFrmView update image.
r | update rectangle |
image | An image that contains an update rectangle |
|
virtualslot |
Definition at line 334 of file BackendDesktop.cpp.
|
virtualslot |
Definition at line 318 of file BackendDesktop.cpp.
|
virtualslot |
Definition at line 326 of file BackendDesktop.cpp.
|
virtualslot |
Definition at line 279 of file BackendDesktop.cpp.
|
virtualslot |
Definition at line 292 of file BackendDesktop.cpp.
|
virtualslot |
Definition at line 305 of file BackendDesktop.cpp.
|
virtualslot |
Definition at line 264 of file BackendDesktop.cpp.
|
overrideprotectedvirtual |
Wake up Backend thread(background thread)
Reimplemented from CBackend.
Reimplemented in CBackendFreeRDP, CBackendLibVNCServer, and CBackendVnc.
Definition at line 378 of file BackendDesktop.cpp.
|
protectedvirtual |
Definition at line 358 of file BackendDesktop.cpp.