Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
DrawableIconInfo Class Reference

#include <Drawable.h>

Inherits MemoryPoolObject.

Public Member Functions

 DrawableIconInfo ()
 
void clear ()
 
void killIcon (DrawableIconType t)
 
- Public Member Functions inherited from MemoryPoolObject
void deleteInstance ()
 

Public Attributes

Anim2Dm_icon [MAX_ICONS]
 
UnsignedInt m_keepTillFrame [MAX_ICONS]
 

Additional Inherited Members

- Protected Member Functions inherited from MemoryPoolObject
virtual ~MemoryPoolObject ()
 
void * operator new (size_t s)
 
void operator delete (void *p)
 
virtual MemoryPoolgetObjectMemoryPool ()=0
 

Detailed Description

Definition at line 110 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawableIconInfo()

DrawableIconInfo::DrawableIconInfo ( )

Definition at line 142 of file Drawable.cpp.

Member Function Documentation

◆ clear()

void DrawableIconInfo::clear ( )

Definition at line 160 of file Drawable.cpp.

◆ killIcon()

void DrawableIconInfo::killIcon ( DrawableIconType t)

Definition at line 173 of file Drawable.cpp.

Member Data Documentation

◆ m_icon

Anim2D* DrawableIconInfo::m_icon[MAX_ICONS]

Definition at line 114 of file Drawable.h.

◆ m_keepTillFrame

UnsignedInt DrawableIconInfo::m_keepTillFrame[MAX_ICONS]

Definition at line 115 of file Drawable.h.


The documentation for this class was generated from the following files: