Public Types | Public Attributes | List of all members
Resource Struct Reference

Compiled resource. More...

#include <resourcemgr.h>

Public Types

enum  Type { Verbatim, Luminance, LumAlpha, CSS }
 

Public Attributes

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

Detailed Description

Compiled resource.

Definition at line 21 of file resourcemgr.h.

Member Enumeration Documentation

Enumerator
Verbatim 
Luminance 
LumAlpha 
CSS 

Definition at line 23 of file resourcemgr.h.

Member Data Documentation

const char* Resource::category

Definition at line 24 of file resourcemgr.h.

const unsigned char* Resource::data

Definition at line 26 of file resourcemgr.h.

const char* Resource::name

Definition at line 25 of file resourcemgr.h.

int Resource::size

Definition at line 27 of file resourcemgr.h.

Type Resource::type

Definition at line 28 of file resourcemgr.h.


The documentation for this struct was generated from the following file: