Rabbit Remote Control
0.0.30
Loading...
Searching...
No Matches
Plugins
ScreenCapture
DlgCapture.h
1
#ifndef DLGCAPTURE_H
2
#define DLGCAPTURE_H
3
4
#include <QDialog>
5
#include <QCapturableWindow>
6
#include "ParameterScreenCapture.h"
7
#include "ParameterRecordUI.h"
8
9
namespace
Ui
{
10
class
CDlgCapture
;
11
}
12
13
class
CDlgCapture
:
public
QDialog
14
{
15
Q_OBJECT
16
17
public
:
18
explicit
CDlgCapture
(
CParameterScreenCapture
* pPara, QWidget *parent =
nullptr
);
19
~CDlgCapture
();
20
21
private
:
22
Ui::CDlgCapture *ui;
23
CParameterScreenCapture
* m_pParameters;
24
QList<QCapturableWindow> m_Windows;
25
CParameterRecordUI
* m_pRecordUI;
26
27
// QDialog interface
28
public
slots:
29
virtual
void
accept()
override
;
30
31
};
32
33
#endif
// DLGCAPTURE_H
CDlgCapture
Definition
DlgCapture.h:14
CParameterRecordUI
Definition
ParameterRecordUI.h:12
CParameterScreenCapture
Definition
ParameterScreenCapture.h:11
Ui
Definition
FrmFullScreenToolBar.h:14
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力