Rabbit Remote Control 0.0.30
Loading...
Searching...
No Matches
Signals | Public Member Functions | Properties | Private Attributes | List of all members
CParameterServiceRabbitVNC Class Reference
Inheritance diagram for CParameterServiceRabbitVNC:
CParameterService

Signals

void sigIceChanged ()
 
void sigEnableSocketChanged (bool bSocket)
 
- Signals inherited from CParameterService
void PortChanged ()
 
void EnableChanged ()
 
void PasswordChanged ()
 

Public Member Functions

 CParameterServiceRabbitVNC (QObject *parent=nullptr)
 
virtual int Load (const QString &szFile=QString())
 
virtual int Save (const QString &szFile=QString())
 
bool getIce () const
 
void setIce (bool newBIce)
 
bool GetEnableSocket () const
 
void SetEnableSocket (bool newSocket)
 
- Public Member Functions inherited from 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)
 

Properties

bool Ice
 
bool Socket
 
- Properties inherited from CParameterService
quint16 Port
 
bool Enable
 
QString Password
 

Private Attributes

bool m_bIce
 
bool m_bEnableSocket
 

Detailed Description

Definition at line 8 of file ParameterServiceRabbitVNC.h.

Constructor & Destructor Documentation

◆ CParameterServiceRabbitVNC()

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

Definition at line 8 of file ParameterServiceRabbitVNC.cpp.

◆ ~CParameterServiceRabbitVNC()

CParameterServiceRabbitVNC::~CParameterServiceRabbitVNC ( )
virtual

Definition at line 16 of file ParameterServiceRabbitVNC.cpp.

Member Function Documentation

◆ GetEnableSocket()

bool CParameterServiceRabbitVNC::GetEnableSocket ( ) const

Definition at line 53 of file ParameterServiceRabbitVNC.cpp.

◆ getIce()

bool CParameterServiceRabbitVNC::getIce ( ) const

Definition at line 40 of file ParameterServiceRabbitVNC.cpp.

◆ Load()

int CParameterServiceRabbitVNC::Load ( const QString &  szFile = QString())
virtual

Reimplemented from CParameterService.

Definition at line 21 of file ParameterServiceRabbitVNC.cpp.

◆ Save()

int CParameterServiceRabbitVNC::Save ( const QString &  szFile = QString())
virtual

Reimplemented from CParameterService.

Definition at line 30 of file ParameterServiceRabbitVNC.cpp.

◆ SetEnableSocket()

void CParameterServiceRabbitVNC::SetEnableSocket ( bool  newSocket)

Definition at line 58 of file ParameterServiceRabbitVNC.cpp.

◆ setIce()

void CParameterServiceRabbitVNC::setIce ( bool  newBIce)

Definition at line 45 of file ParameterServiceRabbitVNC.cpp.

Member Data Documentation

◆ m_bEnableSocket

bool CParameterServiceRabbitVNC::m_bEnableSocket
private

Definition at line 35 of file ParameterServiceRabbitVNC.h.

◆ m_bIce

bool CParameterServiceRabbitVNC::m_bIce
private

Definition at line 34 of file ParameterServiceRabbitVNC.h.

Property Documentation

◆ Ice

bool CParameterServiceRabbitVNC::Ice
readwrite

Definition at line 11 of file ParameterServiceRabbitVNC.h.

◆ Socket

bool CParameterServiceRabbitVNC::Socket
readwrite

Definition at line 12 of file ParameterServiceRabbitVNC.h.


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