|
Rabbit Remote Control 0.1.0-bate5
|


Public Slots | |
| virtual void | slotStart () |
| virtual void | slotStop () |
| virtual void | slotClipBoardChanged () override |
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) |
Signals | |
| void | sigPositionChanged (qint64 pos, qint64 duration) |
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. | |
Public Member Functions | |
| CBackendPlayer (COperatePlayer *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. | |
Protected Member Functions | |
| virtual OnInitReturnValue | OnInit () override |
| Initialization. | |
| virtual int | OnClean () override |
| Clean. | |
Protected Member Functions inherited from CBackendDesktop | |
| 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) |
Protected Member Functions inherited from CBackend | |
| virtual int | OnProcess () |
| Specific operation processing of plug-in. | |
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 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. | |
Definition at line 21 of file BackendPlayer.h.
|
virtual |
Definition at line 183 of file BackendPlayer.cpp.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Initialization.
Implements CBackend.
Definition at line 188 of file BackendPlayer.cpp.
|
overridevirtualslot |
Definition at line 328 of file BackendPlayer.cpp.
|
privateslot |
Definition at line 492 of file BackendPlayer.cpp.
|
privateslot |
Definition at line 395 of file BackendPlayer.cpp.
|
privateslot |
Definition at line 426 of file BackendPlayer.cpp.
|
privateslot |
Definition at line 470 of file BackendPlayer.cpp.
|
virtualslot |
Definition at line 203 of file BackendPlayer.cpp.
|
virtualslot |
Definition at line 251 of file BackendPlayer.cpp.
|
privateslot |
Definition at line 332 of file BackendPlayer.cpp.
|
private |
Definition at line 61 of file BackendPlayer.h.
|
private |
Definition at line 60 of file BackendPlayer.h.
|
private |
Definition at line 58 of file BackendPlayer.h.
|
private |
Definition at line 65 of file BackendPlayer.h.
|
private |
Definition at line 64 of file BackendPlayer.h.
|
private |
Definition at line 55 of file BackendPlayer.h.
|
private |
Definition at line 56 of file BackendPlayer.h.
|
private |
Definition at line 63 of file BackendPlayer.h.
|
private |
Definition at line 67 of file BackendPlayer.h.
|
private |
Definition at line 54 of file BackendPlayer.h.
|
private |
Definition at line 57 of file BackendPlayer.h.