#include <ed_mapcomponent.h>
Inheritance diagram for BasicItem< Item >:

Public Member Functions | |
| BasicItem (const Item *i) | |
| ASCString | getName () const |
| virtual int | displayWidth () const |
| virtual int | displayHeight () const |
| virtual int | getID () const |
Static Public Member Functions | |
| static int | Width () |
| static int | Height () |
Protected Member Functions | |
| Surface & | getClippingSurface () const |
Protected Attributes | |
| const Item * | item |
Static Protected Attributes | |
| static Surface | clippingSurface |
Definition at line 75 of file ed_mapcomponent.h.
Definition at line 81 of file ed_mapcomponent.h.
| virtual int BasicItem< Item >::displayWidth | ( | ) | const [inline, virtual] |
| static int BasicItem< Item >::Width | ( | ) | [inline, static] |
Definition at line 84 of file ed_mapcomponent.h.
Referenced by BasicItem< ObjectType >::displayWidth().
| virtual int BasicItem< Item >::displayHeight | ( | ) | const [inline, virtual] |
| static int BasicItem< Item >::Height | ( | ) | [inline, static] |
Definition at line 86 of file ed_mapcomponent.h.
Referenced by BasicItem< ObjectType >::displayHeight().
| virtual int BasicItem< Item >::getID | ( | ) | const [inline, virtual] |
Definition at line 87 of file ed_mapcomponent.h.
Definition at line 77 of file ed_mapcomponent.h.
Referenced by BasicItem< ObjectType >::getID(), and BasicItem< ObjectType >::getName().
Surface BasicItem< T >::clippingSurface [static, protected] |
Definition at line 78 of file ed_mapcomponent.h.
Referenced by BasicItem< ObjectType >::getClippingSurface().
1.5.1