11 const QString& szPrefix = QString());
14 bool getTlsSecurity()
const;
15 void setTlsSecurity(
bool newTlsSecurity);
16 bool getRdpSecurity()
const;
17 void setRdpSecurity(
bool newRdpSecurity);
18 bool getNlaSecurity()
const;
19 void setNlaSecurity(
bool newNlaSecurity);
20 bool getNlaExtSecurity()
const;
21 void setNlaExtSecurity(
bool newNlaExtSecurity);
22 const QString &getSamFile()
const;
23 void setSamFile(
const QString &newSamFile);
25 bool getAuthentication()
const;
26 void setAuthentication(
bool newAuthentication);
28 bool getMayView()
const;
29 void setMayView(
bool newMayView);
30 bool getMayInteract()
const;
31 void setMayInteract(
bool newMayInteract);
34 void sigTlsSecurityChanged();
35 void sigRdpSecurityChanged();
36 void sigNlaecurityChanged();
37 void sigNlaExtSecurityChanged();
38 void sigSamFileChanged();
40 void sigAuthenticationChanged();
42 void sigMayViewChanged();
43 void sigMayInteractChanged();
49 bool m_bNlaExtSecurity;
52 bool m_bAuthentication;
58 virtual int OnLoad(QSettings &set)
override;
59 virtual int OnSave(QSettings &set)
override;