玉兔远程控制 0.1.0-bate11
载入中...
搜索中...
未找到
CDlgSetFreeRDP类 参考
类 CDlgSetFreeRDP 继承关系图:
CDlgSetFreeRDP 的协作图:

Public 槽

virtual void accept () override
void on_rbLocalScreen_clicked (bool checked)
void on_rbAudioDisable_toggled (bool checked)
void on_rbAudioLocal_toggled (bool checked)
void on_rbAudioRemote_toggled (bool checked)
void on_pbSizeEdit_clicked ()
void on_pbDriveClearAll_clicked ()
void slotSelectionChanged (const QItemSelection &selected, const QItemSelection &deselected)
void on_cbAllMonitor_stateChanged (int arg1)
void on_cbConnectType_currentIndexChanged (int index)
void on_cbSecurityEnable_stateChanged (int arg1)

Public 成员函数

 CDlgSetFreeRDP (CParameterFreeRDP *pSettings, QWidget *parent=nullptr)

Private 成员函数

void InsertView (QWidget *p, int pos)
void AddViewers (const QList< QWidget * > &wViewer)
QRect GetScreenGeometry ()
int UpdateDesktopSize ()
int InsertDesktopSize (QString szSize)
int InsertDesktopSize (int width, int height)
bool HasAudioOutput ()
bool HasAudioInput ()
int ShowDriveSelected (int counts)

Private 属性

Ui::CDlgSetFreeRDP * ui
CParameterFreeRDPm_pSettings
QFileSystemModel * m_pFileModel
CParameterProxyUIm_pProxyUI
CParameterRecordUIm_pRecordUI
QButtonGroup * m_pButtonGroup
UINT32 m_vPerformanceFlags [CONNECTION_TYPE_AUTODETECT]

详细描述

在文件 DlgSetFreeRDP.h20 行定义.

构造及析构函数说明

◆ ~CDlgSetFreeRDP()

CDlgSetFreeRDP::~CDlgSetFreeRDP ( )

在文件 DlgSetFreeRDP.cpp233 行定义.

成员函数说明

◆ accept

void CDlgSetFreeRDP::accept ( )
overridevirtualslot

在文件 DlgSetFreeRDP.cpp239 行定义.

◆ AddViewers()

void CDlgSetFreeRDP::AddViewers ( const QList< QWidget * > & wViewer)
private

在文件 DlgSetFreeRDP.cpp688 行定义.

◆ GetScreenGeometry()

QRect CDlgSetFreeRDP::GetScreenGeometry ( )
private

在文件 DlgSetFreeRDP.cpp387 行定义.

◆ HasAudioInput()

bool CDlgSetFreeRDP::HasAudioInput ( )
private

在文件 DlgSetFreeRDP.cpp553 行定义.

◆ HasAudioOutput()

bool CDlgSetFreeRDP::HasAudioOutput ( )
private

在文件 DlgSetFreeRDP.cpp543 行定义.

◆ InsertDesktopSize() [1/2]

int CDlgSetFreeRDP::InsertDesktopSize ( int width,
int height )
private

在文件 DlgSetFreeRDP.cpp463 行定义.

◆ InsertDesktopSize() [2/2]

int CDlgSetFreeRDP::InsertDesktopSize ( QString szSize)
private

在文件 DlgSetFreeRDP.cpp447 行定义.

◆ InsertView()

void CDlgSetFreeRDP::InsertView ( QWidget * p,
int pos )
private

在文件 DlgSetFreeRDP.cpp648 行定义.

◆ on_cbAllMonitor_stateChanged

void CDlgSetFreeRDP::on_cbAllMonitor_stateChanged ( int arg1)
slot

在文件 DlgSetFreeRDP.cpp599 行定义.

◆ on_cbConnectType_currentIndexChanged

void CDlgSetFreeRDP::on_cbConnectType_currentIndexChanged ( int index)
slot

在文件 DlgSetFreeRDP.cpp621 行定义.

◆ on_cbSecurityEnable_stateChanged

void CDlgSetFreeRDP::on_cbSecurityEnable_stateChanged ( int arg1)
slot

在文件 DlgSetFreeRDP.cpp604 行定义.

◆ on_pbDriveClearAll_clicked

void CDlgSetFreeRDP::on_pbDriveClearAll_clicked ( )
slot

在文件 DlgSetFreeRDP.cpp580 行定义.

◆ on_pbSizeEdit_clicked

void CDlgSetFreeRDP::on_pbSizeEdit_clicked ( )
slot

在文件 DlgSetFreeRDP.cpp563 行定义.

◆ on_rbAudioDisable_toggled

void CDlgSetFreeRDP::on_rbAudioDisable_toggled ( bool checked)
slot

在文件 DlgSetFreeRDP.cpp526 行定义.

◆ on_rbAudioLocal_toggled

void CDlgSetFreeRDP::on_rbAudioLocal_toggled ( bool checked)
slot

在文件 DlgSetFreeRDP.cpp531 行定义.

◆ on_rbAudioRemote_toggled

void CDlgSetFreeRDP::on_rbAudioRemote_toggled ( bool checked)
slot

在文件 DlgSetFreeRDP.cpp536 行定义.

◆ on_rbLocalScreen_clicked

void CDlgSetFreeRDP::on_rbLocalScreen_clicked ( bool checked)
slot

在文件 DlgSetFreeRDP.cpp375 行定义.

◆ ShowDriveSelected()

int CDlgSetFreeRDP::ShowDriveSelected ( int counts)
private

在文件 DlgSetFreeRDP.cpp593 行定义.

◆ slotSelectionChanged

void CDlgSetFreeRDP::slotSelectionChanged ( const QItemSelection & selected,
const QItemSelection & deselected )
slot

在文件 DlgSetFreeRDP.cpp586 行定义.

◆ UpdateDesktopSize()

int CDlgSetFreeRDP::UpdateDesktopSize ( )
private

在文件 DlgSetFreeRDP.cpp415 行定义.

类成员变量说明

◆ m_pButtonGroup

QButtonGroup* CDlgSetFreeRDP::m_pButtonGroup
private

在文件 DlgSetFreeRDP.h68 行定义.

◆ m_pFileModel

QFileSystemModel* CDlgSetFreeRDP::m_pFileModel
private

在文件 DlgSetFreeRDP.h63 行定义.

◆ m_pProxyUI

CParameterProxyUI* CDlgSetFreeRDP::m_pProxyUI
private

在文件 DlgSetFreeRDP.h65 行定义.

◆ m_pRecordUI

CParameterRecordUI* CDlgSetFreeRDP::m_pRecordUI
private

在文件 DlgSetFreeRDP.h66 行定义.

◆ m_pSettings

CParameterFreeRDP* CDlgSetFreeRDP::m_pSettings
private

在文件 DlgSetFreeRDP.h62 行定义.

◆ m_vPerformanceFlags

UINT32 CDlgSetFreeRDP::m_vPerformanceFlags[CONNECTION_TYPE_AUTODETECT]
private

在文件 DlgSetFreeRDP.h70 行定义.

◆ ui

Ui::CDlgSetFreeRDP* CDlgSetFreeRDP::ui
private

在文件 DlgSetFreeRDP.h61 行定义.


该类的文档由以下文件生成: