|
virtual int | Start () override |
|
virtual int | Stop () override |
|
|
virtual int | Initial () override |
| Initial parameters and resource
|
|
virtual int | Clean () override |
| Clean parameters and resource
|
|
virtual int | SetGlobalParameters (CParameterPlugin *pPara) override |
| 应用插件全局参数
|
|
Q_INVOKABLE CPlugin * | GetPlugin () const |
| Get plugin
|
|
virtual int | Load (QSettings &set) |
| 加载参数
|
|
virtual int | Save (QSettings &set) |
| 保存参数
|
|
virtual Q_INVOKABLE int | Load (QString szFile=QString()) |
| 从文件中加载参数
|
|
virtual Q_INVOKABLE int | Save (QString szFile=QString()) |
| 保存参数到文件中
|
|
|
enum class | SecurityLevel {
No
, Secure
, NonSecureAuthentication
, SecureChannel
,
Normal = SecureChannel
, SecureAuthentication
, Risky
} |
|
void | sigRunning () |
| 开始成功信号。仅由插件触发。
|
|
void | sigStop () |
| 通知用户停止。仅由插件触发。 当从插件中需要停止时触发。例如:对端断开连接、重置连接或者连接出错。 当应用接收到此信号后,调用 Stop() 关闭连接。
|
|
void | sigFinished () |
| 断开连接成功信号。仅由插件触发
|
|
void | sigViewerFocusIn (QWidget *pView) |
| 视图获得焦点
|
|
void | sigUpdateName (const QString &szName) |
|
void | sigUpdateParameters (COperate *pOperate) |
| 更新参数,通知应用程序保存或显示参数
|
|
void | sigError (const int nError, const QString &szError) |
| 当有错误产生时触发。
|
|
void | sigInformation (const QString &szInfo) |
| 中主窗口中显示信息
|
|
void | sigShowMessageBox (const QString &title, const QString &message, const QMessageBox::Icon &icon=QMessageBox::Information) |
| 从后台线程中触发在主线程中显示消息对话框(QMessageBox),不阻塞后台线程
|
|
void | sigClipBoardChanged () |
|
static QString | GetSecurityLevelString (SecurityLevel level) |
|
static QColor | GetSecurityLevelColor (SecurityLevel level) |
|
static QObject * | createObject (const QString &className, QObject *parent=NULL) |
|
QMenu | m_Menu |
|
QAction * | m_pActionSettings |
|
◆ ~CScreenCapture()
CScreenCapture::~CScreenCapture |
( |
| ) |
|
|
virtual |
◆ Clean()
int CScreenCapture::Clean |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ eventFilter()
bool CScreenCapture::eventFilter |
( |
QObject * |
watched, |
|
|
QEvent * |
event |
|
) |
| |
|
overridevirtual |
◆ GetViewer()
QWidget * CScreenCapture::GetViewer |
( |
| ) |
|
|
overridevirtual |
◆ Initial()
int CScreenCapture::Initial |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnOpenDialogSettings()
QDialog * CScreenCapture::OnOpenDialogSettings |
( |
QWidget * |
parent | ) |
|
|
overrideprivatevirtual |
◆ SetGlobalParameters()
◆ slotStart
int CScreenCapture::slotStart |
( |
| ) |
|
|
privatevirtualslot |
◆ slotStop
int CScreenCapture::slotStop |
( |
| ) |
|
|
privatevirtualslot |
◆ Start
int CScreenCapture::Start |
( |
| ) |
|
|
overridevirtualslot |
◆ Stop
int CScreenCapture::Stop |
( |
| ) |
|
|
overridevirtualslot |
◆ Version()
const qint16 CScreenCapture::Version |
( |
| ) |
const |
|
overridevirtual |
◆ m_CaptureSessioin
QMediaCaptureSession CScreenCapture::m_CaptureSessioin |
|
private |
◆ m_ImageCapture
QImageCapture CScreenCapture::m_ImageCapture |
|
private |
◆ m_Parameter
◆ m_pWidget
QVideoWidget* CScreenCapture::m_pWidget |
|
private |
◆ m_Recorder
QMediaRecorder CScreenCapture::m_Recorder |
|
private |
◆ m_ScreenCapture
QScreenCapture CScreenCapture::m_ScreenCapture |
|
private |
◆ m_szRecordFile
QString CScreenCapture::m_szRecordFile |
|
private |
◆ m_WindowCapture
QWindowCapture CScreenCapture::m_WindowCapture |
|
private |
该类的文档由以下文件生成:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/ScreenCapture/ScreenCapture.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/ScreenCapture/ScreenCapture.cpp