Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

ChunkType Class Reference

#include <chunktype.h>

List of all members.


Detailed Description

Chunk type identifier class with builtin chunk type identifiers.

Author:
Mattias Jansson (mattias@realityrift.com)


Public Types

enum  CHUNKTYPE {
  FIRSTBUILTINCHUNKTYPE = 0x3A00, OBJECT = 0x3A00, AREA = 0x3A01, BORDERAREA = 0x3A02,
  BUTTON = 0x3A03, EDITBOX = 0x3A04, TEXTAREA = 0x3A05, COORD = 0x3B00,
  ATTRIBUTE = 0x3B01, MSGHOOK = 0x3B02 , LASTBUILTINCHUNKTYPE = 0x3FFF
}
 Builtin chunk type identifiers and string identifiers. More...


Member Enumeration Documentation

enum CHUNKTYPE
 

Builtin chunk type identifiers and string identifiers.

Enumeration values:
FIRSTBUILTINCHUNKTYPE  First reserved chunk type ID
OBJECT  Generic object, all derived wtk object chunks should use this for search type
AREA  Area object
BORDERAREA  Borderarea object
BUTTON  Button object
EDITBOX  Editbox object
TEXTAREA  Textarea object
COORD  Coordinate
ATTRIBUTE  Attribute
MSGHOOK  Message hook
LASTBUILTINCHUNKTYPE  Last reserved chunk type ID


The documentation for this class was generated from the following file:
Generated on Wed Jan 21 14:21:20 2004 for NeoWTK by doxygen 1.3.5