FCT
载入中...
搜索中...
未找到
RootSign.h
浏览该文件的文档.
1//
2// Created by Administrator on 2025/3/24.
3//
4#include "../ThirdParty.h"
6#ifndef ROOTSIGN_H
7#define ROOTSIGN_H
8namespace FCT {
9 class RootSign : public IPipelineResource // 继承 SignToolBase 并重命名为 RootSign
10 {
11 public:
13 {
15 }
16 virtual ~RootSign() = default;
17 virtual void create() = 0;
18 protected:
19
20 };
21}
22#endif //ROOTSIGN_H
PipelineResourceType getType() const override
virtual void create()=0
virtual ~RootSign()=default