Rabbit Remote Control 0.0.30
|
Public Slots | |
virtual void | slotConnected () |
virtual void | slotDisConnected () |
virtual void | slotReadyRead () |
virtual void | slotClipBoardChanged () override |
void | slotChannelError (int nErr, const QString &szErr) |
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 | |
CConnectVnc (CConnecterThread *pConnecter) | |
virtual void | initDone () override |
virtual void | authSuccess () override |
virtual void | resizeFramebuffer () override |
virtual void | getUserPasswd (bool secure, std::string *user, std::string *password) override |
virtual int | getX509File (std::string *ca, std::string *crl) override |
virtual bool | showMsgBox (rfb::MsgBoxFlags flags, const char *title, const char *text) override |
virtual void | setName (const char *name) override |
virtual void | framebufferUpdateStart () override |
virtual void | framebufferUpdateEnd () override |
virtual void | setColourMapEntries (int firstColour, int nColours, uint16_t *rgbs) override |
virtual void | bell () override |
virtual void | setLEDState (unsigned int state) override |
virtual void | setCursor (int width, int height, const rfb::Point &hotspot, const uint8_t *data) override |
virtual void | setCursorPos (const rfb::Point &pos) override |
virtual void | fence (uint32_t flags, unsigned int len, const uint8_t data[]) override |
virtual void | handleClipboardRequest () override |
virtual void | handleClipboardAnnounce (bool available) override |
virtual void | handleClipboardData (const char *data) override |
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) | |
Protected Member Functions | |
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 |
virtual OnInitReturnValue | OnInit () override |
Specific plug-in realizes connection initialization. | |
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) | |
Private Member Functions | |
quint32 | TranslateRfbKey (quint32 inkey, bool modifier) |
CConnectVnc::TranslateRfbKey. | |
QString | ConnectInformation () |
int | SetPara () |
void | autoSelectFormatAndEncoding () |
void | updatePixelFormat () |
int | SocketInit () |
int | SetChannelConnect (QSharedPointer< CChannel > channel) |
int | IceInit () |
int | SSHInit () |
Private Attributes | |
QSharedPointer< CChannel > | m_DataChannel |
QSharedPointer< rdr::InStream > | m_InStream |
QSharedPointer< rdr::OutStream > | m_OutStream |
CParameterVnc * | m_pPara |
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. | |
Definition at line 23 of file ConnectVnc.h.
|
explicit |
Definition at line 93 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 121 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 1297 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 635 of file ConnectVnc.cpp.
|
private |
Definition at line 942 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 669 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 755 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 745 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 682 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 700 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 1279 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 1287 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 1247 of file ConnectVnc.cpp.
|
private |
Definition at line 213 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 594 of file ConnectVnc.cpp.
|
overrideprotectedvirtual |
Reimplemented from CConnectDesktop.
Definition at line 906 of file ConnectVnc.cpp.
|
overrideprotectedvirtual |
Reimplemented from CConnectDesktop.
Definition at line 924 of file ConnectVnc.cpp.
|
overrideprotectedvirtual |
Reimplemented from CConnectDesktop.
Definition at line 840 of file ConnectVnc.cpp.
|
overrideprotectedvirtual |
Reimplemented from CConnectDesktop.
Definition at line 797 of file ConnectVnc.cpp.
|
overrideprotectedvirtual |
Reimplemented from CConnectDesktop.
Definition at line 823 of file ConnectVnc.cpp.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Specific plug-in realizes connection initialization.
Implements CConnect.
Definition at line 191 of file ConnectVnc.cpp.
|
overrideprotectedvirtual |
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 448 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 614 of file ConnectVnc.cpp.
|
private |
Definition at line 406 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 630 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 647 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 663 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 640 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 733 of file ConnectVnc.cpp.
|
private |
Definition at line 126 of file ConnectVnc.cpp.
|
overridevirtual |
Definition at line 710 of file ConnectVnc.cpp.
|
slot |
Definition at line 584 of file ConnectVnc.cpp.
|
overridevirtualslot |
Definition at line 1238 of file ConnectVnc.cpp.
|
virtualslot |
Definition at line 474 of file ConnectVnc.cpp.
|
virtualslot |
Definition at line 511 of file ConnectVnc.cpp.
|
virtualslot |
Definition at line 528 of file ConnectVnc.cpp.
|
private |
Definition at line 258 of file ConnectVnc.cpp.
|
private |
Definition at line 349 of file ConnectVnc.cpp.
|
private |
|
private |
Definition at line 769 of file ConnectVnc.cpp.
|
overrideprotectedvirtual |
Wake up Connect thread(background thread)
Reimplemented from CConnectDesktop.
Definition at line 462 of file ConnectVnc.cpp.
|
overrideprotectedvirtual |
Reimplemented from CConnectDesktop.
Definition at line 864 of file ConnectVnc.cpp.
|
private |
Definition at line 86 of file ConnectVnc.h.
|
private |
Definition at line 87 of file ConnectVnc.h.
|
private |
Definition at line 88 of file ConnectVnc.h.
|
private |
Definition at line 94 of file ConnectVnc.h.