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

信号

void sigTlsSecurityChanged ()
 
void sigRdpSecurityChanged ()
 
void sigNlaecurityChanged ()
 
void sigNlaExtSecurityChanged ()
 
void sigSamFileChanged ()
 
void sigAuthenticationChanged ()
 
void sigMayViewChanged ()
 
void sigMayInteractChanged ()
 
- 信号 继承自 CParameterService
void PortChanged ()
 
void EnableChanged ()
 
void PasswordChanged ()
 

Public 成员函数

 CParameterServiceFreeRDP (QObject *parent=nullptr)
 
virtual int Load (const QString &szFile) override
 
virtual int Save (const QString &szFile) override
 
bool getTlsSecurity () const
 
void setTlsSecurity (bool newTlsSecurity)
 
bool getRdpSecurity () const
 
void setRdpSecurity (bool newRdpSecurity)
 
bool getNlaSecurity () const
 
void setNlaSecurity (bool newNlaSecurity)
 
bool getNlaExtSecurity () const
 
void setNlaExtSecurity (bool newNlaExtSecurity)
 
const QString & getSamFile () const
 
void setSamFile (const QString &newSamFile)
 
bool getAuthentication () const
 
void setAuthentication (bool newAuthentication)
 
bool getMayView () const
 
void setMayView (bool newMayView)
 
bool getMayInteract () const
 
void setMayInteract (bool newMayInteract)
 
- Public 成员函数 继承自 CParameterService
 CParameterService (QObject *parent=nullptr)
 
quint16 getPort () const
 
void setPort (quint16 newPort)
 
bool getEnable () const
 
void setEnable (bool newEnable)
 
const QString & getPassword () const
 
void setPassword (const QString &newPassword)
 

属性

bool TlsSecurity
 
bool RdpSecurity
 
bool NlaSecurity
 
bool NlaExtSecurity
 
bool Authentication
 
QString SamFile
 
bool MayView
 
bool MayInteract
 
- 属性 继承自 CParameterService
quint16 Port
 
bool Enable
 
QString Password
 

Private 属性

bool m_bTlsSecurity
 
bool m_bRdpSecurity
 
bool m_bNlaSecurity
 
bool m_bNlaExtSecurity
 
QString m_szSamFile
 
bool m_bAuthentication
 
bool m_MayView
 
bool m_MayInteract
 

详细描述

在文件 ParameterServiceFreeRDP.h8 行定义.

构造及析构函数说明

◆ CParameterServiceFreeRDP()

CParameterServiceFreeRDP::CParameterServiceFreeRDP ( QObject *  parent = nullptr)
explicit

在文件 ParameterServiceFreeRDP.cpp6 行定义.

成员函数说明

◆ getAuthentication()

bool CParameterServiceFreeRDP::getAuthentication ( ) const

在文件 ParameterServiceFreeRDP.cpp75 行定义.

◆ getMayInteract()

bool CParameterServiceFreeRDP::getMayInteract ( ) const

在文件 ParameterServiceFreeRDP.cpp101 行定义.

◆ getMayView()

bool CParameterServiceFreeRDP::getMayView ( ) const

在文件 ParameterServiceFreeRDP.cpp88 行定义.

◆ getNlaExtSecurity()

bool CParameterServiceFreeRDP::getNlaExtSecurity ( ) const

在文件 ParameterServiceFreeRDP.cpp62 行定义.

◆ getNlaSecurity()

bool CParameterServiceFreeRDP::getNlaSecurity ( ) const

在文件 ParameterServiceFreeRDP.cpp49 行定义.

◆ getRdpSecurity()

bool CParameterServiceFreeRDP::getRdpSecurity ( ) const

在文件 ParameterServiceFreeRDP.cpp36 行定义.

◆ getSamFile()

const QString & CParameterServiceFreeRDP::getSamFile ( ) const

在文件 ParameterServiceFreeRDP.cpp114 行定义.

◆ getTlsSecurity()

bool CParameterServiceFreeRDP::getTlsSecurity ( ) const

在文件 ParameterServiceFreeRDP.cpp23 行定义.

◆ Load()

int CParameterServiceFreeRDP::Load ( const QString &  szFile)
overridevirtual

重载 CParameterService .

在文件 ParameterServiceFreeRDP.cpp127 行定义.

◆ Save()

int CParameterServiceFreeRDP::Save ( const QString &  szFile)
overridevirtual

重载 CParameterService .

在文件 ParameterServiceFreeRDP.cpp143 行定义.

◆ setAuthentication()

void CParameterServiceFreeRDP::setAuthentication ( bool  newAuthentication)

在文件 ParameterServiceFreeRDP.cpp80 行定义.

◆ setMayInteract()

void CParameterServiceFreeRDP::setMayInteract ( bool  newMayInteract)

在文件 ParameterServiceFreeRDP.cpp106 行定义.

◆ setMayView()

void CParameterServiceFreeRDP::setMayView ( bool  newMayView)

在文件 ParameterServiceFreeRDP.cpp93 行定义.

◆ setNlaExtSecurity()

void CParameterServiceFreeRDP::setNlaExtSecurity ( bool  newNlaExtSecurity)

在文件 ParameterServiceFreeRDP.cpp67 行定义.

◆ setNlaSecurity()

void CParameterServiceFreeRDP::setNlaSecurity ( bool  newNlaSecurity)

在文件 ParameterServiceFreeRDP.cpp54 行定义.

◆ setRdpSecurity()

void CParameterServiceFreeRDP::setRdpSecurity ( bool  newRdpSecurity)

在文件 ParameterServiceFreeRDP.cpp41 行定义.

◆ setSamFile()

void CParameterServiceFreeRDP::setSamFile ( const QString &  newSamFile)

在文件 ParameterServiceFreeRDP.cpp119 行定义.

◆ setTlsSecurity()

void CParameterServiceFreeRDP::setTlsSecurity ( bool  newTlsSecurity)

在文件 ParameterServiceFreeRDP.cpp28 行定义.

类成员变量说明

◆ m_bAuthentication

bool CParameterServiceFreeRDP::m_bAuthentication
private

在文件 ParameterServiceFreeRDP.h56 行定义.

◆ m_bNlaExtSecurity

bool CParameterServiceFreeRDP::m_bNlaExtSecurity
private

在文件 ParameterServiceFreeRDP.h53 行定义.

◆ m_bNlaSecurity

bool CParameterServiceFreeRDP::m_bNlaSecurity
private

在文件 ParameterServiceFreeRDP.h52 行定义.

◆ m_bRdpSecurity

bool CParameterServiceFreeRDP::m_bRdpSecurity
private

在文件 ParameterServiceFreeRDP.h51 行定义.

◆ m_bTlsSecurity

bool CParameterServiceFreeRDP::m_bTlsSecurity
private

在文件 ParameterServiceFreeRDP.h50 行定义.

◆ m_MayInteract

bool CParameterServiceFreeRDP::m_MayInteract
private

在文件 ParameterServiceFreeRDP.h59 行定义.

◆ m_MayView

bool CParameterServiceFreeRDP::m_MayView
private

在文件 ParameterServiceFreeRDP.h58 行定义.

◆ m_szSamFile

QString CParameterServiceFreeRDP::m_szSamFile
private

在文件 ParameterServiceFreeRDP.h54 行定义.

属性说明

◆ Authentication

bool CParameterServiceFreeRDP::Authentication
readwrite

在文件 ParameterServiceFreeRDP.h65 行定义.

◆ MayInteract

bool CParameterServiceFreeRDP::MayInteract
readwrite

在文件 ParameterServiceFreeRDP.h68 行定义.

◆ MayView

bool CParameterServiceFreeRDP::MayView
readwrite

在文件 ParameterServiceFreeRDP.h67 行定义.

◆ NlaExtSecurity

bool CParameterServiceFreeRDP::NlaExtSecurity
readwrite

在文件 ParameterServiceFreeRDP.h64 行定义.

◆ NlaSecurity

bool CParameterServiceFreeRDP::NlaSecurity
readwrite

在文件 ParameterServiceFreeRDP.h63 行定义.

◆ RdpSecurity

bool CParameterServiceFreeRDP::RdpSecurity
readwrite

在文件 ParameterServiceFreeRDP.h62 行定义.

◆ SamFile

QString CParameterServiceFreeRDP::SamFile
readwrite

在文件 ParameterServiceFreeRDP.h66 行定义.

◆ TlsSecurity

bool CParameterServiceFreeRDP::TlsSecurity
readwrite

在文件 ParameterServiceFreeRDP.h61 行定义.


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