Rabbit Remote Control 0.0.36
Loading...
Searching...
No Matches
Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
CDlgSetFreeRDP Class Reference
Inheritance diagram for CDlgSetFreeRDP:

Public Member Functions

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

Private Slots

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 Member Functions

QRect GetScreenGeometry ()
 
int UpdateDesktopSize ()
 
int InsertDesktopSize (QString szSize)
 
int InsertDesktopSize (int width, int height)
 
bool HasAudioOutput ()
 
bool HasAudioInput ()
 
int ShowDriveSelected (int counts)
 

Private Attributes

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

Detailed Description

Definition at line 19 of file DlgSetFreeRDP.h.

Constructor & Destructor Documentation

◆ ~CDlgSetFreeRDP()

CDlgSetFreeRDP::~CDlgSetFreeRDP ( )

Definition at line 228 of file DlgSetFreeRDP.cpp.

Member Function Documentation

◆ GetScreenGeometry()

QRect CDlgSetFreeRDP::GetScreenGeometry ( )
private

Definition at line 384 of file DlgSetFreeRDP.cpp.

◆ HasAudioInput()

bool CDlgSetFreeRDP::HasAudioInput ( )
private

Definition at line 550 of file DlgSetFreeRDP.cpp.

◆ HasAudioOutput()

bool CDlgSetFreeRDP::HasAudioOutput ( )
private

Definition at line 540 of file DlgSetFreeRDP.cpp.

◆ InsertDesktopSize() [1/2]

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

Definition at line 460 of file DlgSetFreeRDP.cpp.

◆ InsertDesktopSize() [2/2]

int CDlgSetFreeRDP::InsertDesktopSize ( QString  szSize)
private

Definition at line 444 of file DlgSetFreeRDP.cpp.

◆ on_cbAllMonitor_stateChanged

void CDlgSetFreeRDP::on_cbAllMonitor_stateChanged ( int  arg1)
privateslot

Definition at line 596 of file DlgSetFreeRDP.cpp.

◆ on_cbConnectType_currentIndexChanged

void CDlgSetFreeRDP::on_cbConnectType_currentIndexChanged ( int  index)
privateslot

Definition at line 618 of file DlgSetFreeRDP.cpp.

◆ on_cbSecurityEnable_stateChanged

void CDlgSetFreeRDP::on_cbSecurityEnable_stateChanged ( int  arg1)
privateslot

Definition at line 601 of file DlgSetFreeRDP.cpp.

◆ on_pbCancel_clicked

void CDlgSetFreeRDP::on_pbCancel_clicked ( )
privateslot

Definition at line 367 of file DlgSetFreeRDP.cpp.

◆ on_pbDriveClearAll_clicked

void CDlgSetFreeRDP::on_pbDriveClearAll_clicked ( )
privateslot

Definition at line 577 of file DlgSetFreeRDP.cpp.

◆ on_pbOk_clicked

void CDlgSetFreeRDP::on_pbOk_clicked ( )
privateslot

Definition at line 233 of file DlgSetFreeRDP.cpp.

◆ on_pbSizeEdit_clicked

void CDlgSetFreeRDP::on_pbSizeEdit_clicked ( )
privateslot

Definition at line 560 of file DlgSetFreeRDP.cpp.

◆ on_rbAudioDisable_toggled

void CDlgSetFreeRDP::on_rbAudioDisable_toggled ( bool  checked)
privateslot

Definition at line 523 of file DlgSetFreeRDP.cpp.

◆ on_rbAudioLocal_toggled

void CDlgSetFreeRDP::on_rbAudioLocal_toggled ( bool  checked)
privateslot

Definition at line 528 of file DlgSetFreeRDP.cpp.

◆ on_rbAudioRemote_toggled

void CDlgSetFreeRDP::on_rbAudioRemote_toggled ( bool  checked)
privateslot

Definition at line 533 of file DlgSetFreeRDP.cpp.

◆ on_rbLocalScreen_clicked

void CDlgSetFreeRDP::on_rbLocalScreen_clicked ( bool  checked)
privateslot

Definition at line 372 of file DlgSetFreeRDP.cpp.

◆ ShowDriveSelected()

int CDlgSetFreeRDP::ShowDriveSelected ( int  counts)
private

Definition at line 590 of file DlgSetFreeRDP.cpp.

◆ slotSelectionChanged

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

Definition at line 583 of file DlgSetFreeRDP.cpp.

◆ UpdateDesktopSize()

int CDlgSetFreeRDP::UpdateDesktopSize ( )
private

Definition at line 412 of file DlgSetFreeRDP.cpp.

Member Data Documentation

◆ m_pButtonGroup

QButtonGroup* CDlgSetFreeRDP::m_pButtonGroup
private

Definition at line 65 of file DlgSetFreeRDP.h.

◆ m_pFileModel

QFileSystemModel* CDlgSetFreeRDP::m_pFileModel
private

Definition at line 60 of file DlgSetFreeRDP.h.

◆ m_pProxyUI

CParameterProxyUI* CDlgSetFreeRDP::m_pProxyUI
private

Definition at line 62 of file DlgSetFreeRDP.h.

◆ m_pRecordUI

CParameterRecordUI* CDlgSetFreeRDP::m_pRecordUI
private

Definition at line 63 of file DlgSetFreeRDP.h.

◆ m_pSettings

CParameterFreeRDP* CDlgSetFreeRDP::m_pSettings
private

Definition at line 59 of file DlgSetFreeRDP.h.

◆ m_vPerformanceFlags

UINT32 CDlgSetFreeRDP::m_vPerformanceFlags[CONNECTION_TYPE_AUTODETECT]
private

Definition at line 67 of file DlgSetFreeRDP.h.

◆ ui

Ui::CDlgSetFreeRDP* CDlgSetFreeRDP::ui
private

Definition at line 58 of file DlgSetFreeRDP.h.


The documentation for this class was generated from the following files: