|
Rabbit Remote Control 0.0.36
|
Public Slots | |
| virtual void | slotStart () |
| virtual void | slotStop () |
| virtual void | slotClipBoardChanged () override |
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. | |
Signals | |
| void | sigPositionChanged (qint64 pos, qint64 duration) |
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. | |
Public Member Functions | |
| CConnectPlayer (CConnecterPlayer *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) | |
Protected Member Functions | |
| virtual OnInitReturnValue | OnInit () override |
| Specific plug-in realizes connection initialization. | |
| virtual int | OnClean () override |
| Clean. | |
Protected Member Functions inherited from CConnectDesktop | |
| virtual int | WakeUp () |
| Wake up Connect 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) |
Protected Member Functions inherited from CConnect | |
| virtual int | OnProcess () |
| Specific operation processing of plug-in connection. | |
Private Slots | |
| void | slotVideoFrameChanged (const QVideoFrame &frame) |
| void | slotEnableAudioInput (bool bEnable) |
| void | slotEnableAudioOutput (bool bEnable) |
| void | slotPositionChanged (qint64 pos) |
| void | slotDurationChanged (qint64 duration) |
Private Attributes | |
| QRect | m_Video |
| QCamera * | m_pCamera |
| QMediaPlayer | m_Player |
| QVideoSink | m_VideoSink |
| bool | m_bScreenShot |
| QAudioOutput | m_AudioOutput |
| QAudioInput | m_AudioInput |
| CParameterPlayer * | m_pParameters |
| qint64 | m_nPosition |
| qint64 | m_nDuration |
| QString | m_szRecordFile |
Additional Inherited Members | |
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 21 of file ConnectPlayer.h.
|
virtual |
Definition at line 147 of file ConnectPlayer.cpp.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Specific plug-in realizes connection initialization.
Implements CConnect.
Definition at line 152 of file ConnectPlayer.cpp.
|
overridevirtualslot |
Definition at line 291 of file ConnectPlayer.cpp.
|
privateslot |
Definition at line 455 of file ConnectPlayer.cpp.
|
privateslot |
Definition at line 358 of file ConnectPlayer.cpp.
|
privateslot |
Definition at line 389 of file ConnectPlayer.cpp.
|
privateslot |
Definition at line 433 of file ConnectPlayer.cpp.
|
virtualslot |
Definition at line 167 of file ConnectPlayer.cpp.
|
virtualslot |
Definition at line 214 of file ConnectPlayer.cpp.
|
privateslot |
Definition at line 295 of file ConnectPlayer.cpp.
|
private |
Definition at line 61 of file ConnectPlayer.h.
|
private |
Definition at line 60 of file ConnectPlayer.h.
|
private |
Definition at line 58 of file ConnectPlayer.h.
|
private |
Definition at line 65 of file ConnectPlayer.h.
|
private |
Definition at line 64 of file ConnectPlayer.h.
|
private |
Definition at line 55 of file ConnectPlayer.h.
|
private |
Definition at line 56 of file ConnectPlayer.h.
|
private |
Definition at line 63 of file ConnectPlayer.h.
|
private |
Definition at line 67 of file ConnectPlayer.h.
|
private |
Definition at line 54 of file ConnectPlayer.h.
|
private |
Definition at line 57 of file ConnectPlayer.h.