COMPASSi/trunk/code/projects/Application/CertiUIFunction.cpp

24 lines
442 B
C++
Raw Normal View History

2025-06-25 15:06:42 +08:00
#pragma execution_character_set("utf-8")
#include "CertiUIFunction.h"
#include "MessageHandle.h"
#define BIND(func) std::bind(&CertiUIFunction::func, this, std::placeholders::_1)
CertiUIFunction::CertiUIFunction()
{
ccsMessageHandle* message_handle = ccsMessageHandle::instance();
//message_handle->register_callback(, )
}
CertiUIFunction::~CertiUIFunction()
{
}
//CertiUIFunction做前后端交互业务放在CertiModel