玉兔远程控制 0.0.35
载入中...
搜索中...
未找到
Public 成员函数 | Private 槽 | Private 成员函数 | Private 属性 | 所有成员列表
CDlgSetFreeRDP类 参考
类 CDlgSetFreeRDP 继承关系图:

Public 成员函数

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

Private 槽

void on_pbOk_clicked ()
 
void on_pbCancel_clicked ()
 
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)
 

Private 成员函数

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.h19 行定义.

构造及析构函数说明

◆ ~CDlgSetFreeRDP()

CDlgSetFreeRDP::~CDlgSetFreeRDP ( )

在文件 DlgSetFreeRDP.cpp226 行定义.

成员函数说明

◆ GetScreenGeometry()

QRect CDlgSetFreeRDP::GetScreenGeometry ( )
private

在文件 DlgSetFreeRDP.cpp382 行定义.

◆ HasAudioInput()

bool CDlgSetFreeRDP::HasAudioInput ( )
private

在文件 DlgSetFreeRDP.cpp548 行定义.

◆ HasAudioOutput()

bool CDlgSetFreeRDP::HasAudioOutput ( )
private

在文件 DlgSetFreeRDP.cpp538 行定义.

◆ InsertDesktopSize() [1/2]

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

在文件 DlgSetFreeRDP.cpp458 行定义.

◆ InsertDesktopSize() [2/2]

int CDlgSetFreeRDP::InsertDesktopSize ( QString  szSize)
private

在文件 DlgSetFreeRDP.cpp442 行定义.

◆ on_cbAllMonitor_stateChanged

void CDlgSetFreeRDP::on_cbAllMonitor_stateChanged ( int  arg1)
privateslot

在文件 DlgSetFreeRDP.cpp594 行定义.

◆ on_cbConnectType_currentIndexChanged

void CDlgSetFreeRDP::on_cbConnectType_currentIndexChanged ( int  index)
privateslot

在文件 DlgSetFreeRDP.cpp616 行定义.

◆ on_cbSecurityEnable_stateChanged

void CDlgSetFreeRDP::on_cbSecurityEnable_stateChanged ( int  arg1)
privateslot

在文件 DlgSetFreeRDP.cpp599 行定义.

◆ on_pbCancel_clicked

void CDlgSetFreeRDP::on_pbCancel_clicked ( )
privateslot

在文件 DlgSetFreeRDP.cpp365 行定义.

◆ on_pbDriveClearAll_clicked

void CDlgSetFreeRDP::on_pbDriveClearAll_clicked ( )
privateslot

在文件 DlgSetFreeRDP.cpp575 行定义.

◆ on_pbOk_clicked

void CDlgSetFreeRDP::on_pbOk_clicked ( )
privateslot

在文件 DlgSetFreeRDP.cpp231 行定义.

◆ on_pbSizeEdit_clicked

void CDlgSetFreeRDP::on_pbSizeEdit_clicked ( )
privateslot

在文件 DlgSetFreeRDP.cpp558 行定义.

◆ on_rbAudioDisable_toggled

void CDlgSetFreeRDP::on_rbAudioDisable_toggled ( bool  checked)
privateslot

在文件 DlgSetFreeRDP.cpp521 行定义.

◆ on_rbAudioLocal_toggled

void CDlgSetFreeRDP::on_rbAudioLocal_toggled ( bool  checked)
privateslot

在文件 DlgSetFreeRDP.cpp526 行定义.

◆ on_rbAudioRemote_toggled

void CDlgSetFreeRDP::on_rbAudioRemote_toggled ( bool  checked)
privateslot

在文件 DlgSetFreeRDP.cpp531 行定义.

◆ on_rbLocalScreen_clicked

void CDlgSetFreeRDP::on_rbLocalScreen_clicked ( bool  checked)
privateslot

在文件 DlgSetFreeRDP.cpp370 行定义.

◆ ShowDriveSelected()

int CDlgSetFreeRDP::ShowDriveSelected ( int  counts)
private

在文件 DlgSetFreeRDP.cpp588 行定义.

◆ slotSelectionChanged

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

在文件 DlgSetFreeRDP.cpp581 行定义.

◆ UpdateDesktopSize()

int CDlgSetFreeRDP::UpdateDesktopSize ( )
private

在文件 DlgSetFreeRDP.cpp410 行定义.

类成员变量说明

◆ m_pButtonGroup

QButtonGroup* CDlgSetFreeRDP::m_pButtonGroup
private

在文件 DlgSetFreeRDP.h65 行定义.

◆ m_pFileModel

QFileSystemModel* CDlgSetFreeRDP::m_pFileModel
private

在文件 DlgSetFreeRDP.h60 行定义.

◆ m_pProxyUI

CParameterProxyUI* CDlgSetFreeRDP::m_pProxyUI
private

在文件 DlgSetFreeRDP.h62 行定义.

◆ m_pRecordUI

CParameterRecordUI* CDlgSetFreeRDP::m_pRecordUI
private

在文件 DlgSetFreeRDP.h63 行定义.

◆ m_pSettings

CParameterFreeRDP* CDlgSetFreeRDP::m_pSettings
private

在文件 DlgSetFreeRDP.h59 行定义.

◆ m_vPerformanceFlags

UINT32 CDlgSetFreeRDP::m_vPerformanceFlags[CONNECTION_TYPE_AUTODETECT]
private

在文件 DlgSetFreeRDP.h67 行定义.

◆ ui

Ui::CDlgSetFreeRDP* CDlgSetFreeRDP::ui
private

在文件 DlgSetFreeRDP.h58 行定义.


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