玉兔远程控制 0.0.31
载入中...
搜索中...
未找到
Public 槽 | Public 成员函数 | 静态 Public 成员函数 | Private 属性 | 所有成员列表
CICE类 参考
» 通道 » ICE

提供管理、访问ICE的一个单例对象 更多...

#include <Ice.h>

类 CICE 继承关系图:

Public 槽

void slotStart ()
 
void slotStop ()
 
void slotIceChanged ()
 
void slotConnected ()
 
void slotDisconnected ()
 
void slotError (int nError, const QString &szError)
 

Public 成员函数

 CICE (QObject *parent=nullptr)
 
QSharedPointer< CIceSignalGetSignal ()
 
CParameterICEGetParameter ()
 
QWidget * GetParameterWidget (QWidget *parent=nullptr)
 

静态 Public 成员函数

static CICEInstance ()
 Single instance
 

Private 属性

QSharedPointer< CIceSignalm_Signal
 
CParameterICE m_Parameter
 
QTranslator m_Translator
 
QLoggingCategory m_Log
 

详细描述

提供管理、访问ICE的一个单例对象

作者
Kang Lin kl222.nosp@m.@126.nosp@m..com
参见
CIceSignal CParameterICE CFrmParameterICE

在文件 Ice.h25 行定义.

构造及析构函数说明

◆ CICE()

CICE::CICE ( QObject *  parent = nullptr)
explicit
作者
Kang Lin kl222.nosp@m.@126.nosp@m..com

在文件 Ice.cpp15 行定义.

◆ ~CICE()

CICE::~CICE ( )
virtual

在文件 Ice.cpp50 行定义.

成员函数说明

◆ GetParameter()

CParameterICE * CICE::GetParameter ( )

在文件 Ice.cpp67 行定义.

◆ GetParameterWidget()

QWidget * CICE::GetParameterWidget ( QWidget *  parent = nullptr)

在文件 Ice.cpp72 行定义.

◆ GetSignal()

QSharedPointer< CIceSignal > CICE::GetSignal ( )

在文件 Ice.cpp62 行定义.

◆ Instance()

CICE * CICE::Instance ( )
static

Single instance

返回

在文件 Ice.cpp55 行定义.

◆ slotConnected

void CICE::slotConnected ( )
slot

在文件 Ice.cpp117 行定义.

◆ slotDisconnected

void CICE::slotDisconnected ( )
slot

在文件 Ice.cpp125 行定义.

◆ slotError

void CICE::slotError ( int  nError,
const QString &  szError 
)
slot

在文件 Ice.cpp133 行定义.

◆ slotIceChanged

void CICE::slotIceChanged ( )
slot

在文件 Ice.cpp77 行定义.

◆ slotStart

void CICE::slotStart ( )
slot

在文件 Ice.cpp91 行定义.

◆ slotStop

void CICE::slotStop ( )
slot

在文件 Ice.cpp109 行定义.

类成员变量说明

◆ m_Log

QLoggingCategory CICE::m_Log
private

在文件 Ice.h54 行定义.

◆ m_Parameter

CParameterICE CICE::m_Parameter
private

在文件 Ice.h52 行定义.

◆ m_Signal

QSharedPointer<CIceSignal> CICE::m_Signal
private

在文件 Ice.h51 行定义.

◆ m_Translator

QTranslator CICE::m_Translator
private

在文件 Ice.h53 行定义.


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