ForCAX/entry/src/main/cpp/NativeEGLOCCT/ViewController/V3dViewController.h
JackLee 45176b5d7e 1-调整部分UI组件
2-调整背景颜色为有限度透明

提醒:OpenCAX由于商标已经被注册,所以本软件即日起改名NXEA
2026-04-28 21:57:30 +08:00

21 lines
487 B
C++

//
// Created on 2026/4/19.
//
// Node APIs are not fully supported. To solve the compilation error of the interface cannot be found,
// please include "napi/native_api.h".
#ifndef OPENCAX_V3DVIEWCONTROLLER_H
#define OPENCAX_V3DVIEWCONTROLLER_H
#include "AIS_ViewController.hxx"
namespace NativeNXEA {
class V3dViewController {
public:
V3dViewController();
~V3dViewController();
private:
Handle(AIS_ViewController) viewController;
};
}
#endif //OPENCAX_V3DVIEWCONTROLLER_H