|
Rabbit Remote Control 0.1.0-bate8
|


Public Slots | |
| virtual int | Start () override |
| virtual int | Stop () override |
Public Member Functions | |
| CScreenCapture (CPlugin *plugin) | |
| virtual QWidget * | GetViewer () override |
| Get Viewer. | |
| virtual const qint16 | Version () const override |
| virtual bool | eventFilter (QObject *watched, QEvent *event) override |
Public Member Functions inherited from COperate | |
| COperate (CPlugin *plugin) | |
| virtual int | OpenDialogSettings (QWidget *parent=nullptr) |
| Open settings dialog. | |
| virtual QMenu * | GetMenu (QWidget *parent=nullptr) |
| Get menu. | |
| virtual const QString | Id () |
| virtual const QString | Name () |
| Name. | |
| virtual const QString | Description () |
| Description. | |
| virtual const QString | Protocol () const |
| virtual const QIcon | Icon () const |
| virtual const QString | GetTypeName () const |
| virtual QString | GetSettingsFile () |
| virtual int | SetSettingsFile (const QString &szFile) |
| virtual CStats * | GetStats () |
| Get statistics. | |
| virtual CSecurityLevel::Levels | GetSecurityLevel () const |
| Get Security Level. | |
| virtual int | Start ()=0 |
| Start. | |
| virtual int | Stop ()=0 |
| Stop. | |
Protected Member Functions | |
| virtual int | Initial () override |
| Initial parameters and resource. | |
| virtual int | Clean () override |
| Clean parameters and resource. | |
| virtual int | SetGlobalParameters (CParameterPlugin *pPara) override |
| Apply the global parameters of the plug-in. | |
| virtual int | Load (QSettings &set) override |
| Load parameters. | |
| virtual int | Save (QSettings &set) override |
| Save parameters. | |
Protected Member Functions inherited from COperate | |
| Q_INVOKABLE CPlugin * | GetPlugin () const |
| Get plugin. | |
| virtual Q_INVOKABLE int | Load (QString szFile=QString()) |
| Load parameters from file. | |
| virtual Q_INVOKABLE int | Save (QString szFile=QString()) |
| Save parameters to file. | |
Private Slots | |
| virtual int | slotStart () |
| virtual int | slotStop () |
Private Member Functions | |
| virtual QDialog * | OnOpenDialogSettings (QWidget *parent) override |
| Open settgins dialog. | |
Private Attributes | |
| QVideoWidget * | m_pWidget |
| CParameterScreenCapture | m_Parameter |
| QScreenCapture | m_ScreenCapture |
| QWindowCapture | m_WindowCapture |
| QMediaCaptureSession | m_CaptureSessioin |
| QMediaRecorder | m_Recorder |
| QImageCapture | m_ImageCapture |
| QString | m_szRecordFile |
Additional Inherited Members | |
Signals inherited from COperate | |
| void | sigViewerFocusIn (QWidget *pView) |
| The view is focus. | |
| void | sigFullScreen (bool bFullScreen) |
| Full screen. | |
| void | sigUpdateName (const QString &szName) |
| void | sigUpdateParameters (COperate *pOperate) |
| Update parameters, notify application to save or show parameters. | |
| void | sigError (const int nError, const QString &szError) |
| Triggered when an error is generated. | |
| void | sigInformation (const QString &szInfo) |
| Show information in main windows. | |
| void | sigShowMessageBox (const QString &title, const QString &message, 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 | sigClipBoardChanged () |
| void | sigSecurityLevel () |
| Triggered when the security level changes. | |
| void | sigRunning () |
| Start success signal. | |
| void | sigStop () |
| Notify the user to stop. | |
| void | sigFinished () |
| Successful disconnection signal. | |
Protected Slots inherited from COperate | |
| void | slotUpdateName () |
| void | slotSetSecurityLevel (CSecurityLevel::Levels level) |
Static Protected Member Functions inherited from COperate | |
| static QObject * | createObject (const QString &className, QObject *parent=NULL) |
| Create Object. | |
Protected Attributes inherited from COperate | |
| QMenu | m_Menu |
| QAction * | m_pActionSettings |
Definition at line 19 of file ScreenCapture.h.
|
virtual |
Definition at line 22 of file ScreenCapture.cpp.
|
overrideprotectedvirtual |
Clean parameters and resource.
Reimplemented from COperate.
Definition at line 154 of file ScreenCapture.cpp.
|
overridevirtual |
Definition at line 247 of file ScreenCapture.cpp.
|
overridevirtual |
Get Viewer.
Implements COperate.
Definition at line 161 of file ScreenCapture.cpp.
|
overrideprotectedvirtual |
Initial parameters and resource.
Reimplemented from COperate.
Definition at line 32 of file ScreenCapture.cpp.
|
overrideprotectedvirtual |
|
overrideprivatevirtual |
Open settgins dialog.
| parent | the parent windows of the dialog of return |
Implements COperate.
Definition at line 166 of file ScreenCapture.cpp.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Apply the global parameters of the plug-in.
Implements COperate.
Definition at line 266 of file ScreenCapture.cpp.
|
privatevirtualslot |
Definition at line 187 of file ScreenCapture.cpp.
|
privatevirtualslot |
Definition at line 233 of file ScreenCapture.cpp.
|
overridevirtualslot |
Definition at line 171 of file ScreenCapture.cpp.
|
overridevirtualslot |
Definition at line 179 of file ScreenCapture.cpp.
|
overridevirtual |
Implements COperate.
Definition at line 27 of file ScreenCapture.cpp.
|
private |
Definition at line 49 of file ScreenCapture.h.
|
private |
Definition at line 51 of file ScreenCapture.h.
|
private |
Definition at line 46 of file ScreenCapture.h.
|
private |
Definition at line 45 of file ScreenCapture.h.
|
private |
Definition at line 50 of file ScreenCapture.h.
|
private |
Definition at line 47 of file ScreenCapture.h.
|
private |
Definition at line 52 of file ScreenCapture.h.
|
private |
Definition at line 48 of file ScreenCapture.h.