Doxygen
Resource结构体 参考

Compiled resource 更多...

#include <resourcemgr.h>

Public 类型

enum  Type {
  Verbatim, Luminance, LumAlpha, CSS,
  SVG
}
 

Public 属性

const char * category
 
const char * name
 
const unsigned char * data
 
int size
 
Type type
 

详细描述

Compiled resource

在文件 resourcemgr.h24 行定义.

成员枚举类型说明

◆ Type

枚举值
Verbatim 
Luminance 
LumAlpha 
CSS 
SVG 

在文件 resourcemgr.h39 行定义.

类成员变量说明

◆ category

const char* Resource::category

在文件 resourcemgr.h40 行定义.

被这些函数引用 ResourceMgr::writeCategory().

◆ data

const unsigned char* Resource::data

◆ name

const char* Resource::name

在文件 resourcemgr.h41 行定义.

被这些函数引用 ResourceMgr::writeCategory().

◆ size

int Resource::size

◆ type

Type Resource::type

在文件 resourcemgr.h44 行定义.

被这些函数引用 ResourceMgr::copyResourceAs().


该结构体的文档由以下文件生成: