#include <IMG_TileOptions.h>
Public Member Functions | |
| IMG_TileOptionList () | |
| ~IMG_TileOptionList () | |
| int | entries () const |
| void | append (IMG_TileOptions *opt) |
| IMG_TileOptions * | operator() (int i) |
Definition at line 95 of file IMG_TileOptions.h.
| IMG_TileOptionList::IMG_TileOptionList | ( | ) |
| IMG_TileOptionList::~IMG_TileOptionList | ( | ) |
| void IMG_TileOptionList::append | ( | IMG_TileOptions * | opt | ) | [inline] |
Definition at line 103 of file IMG_TileOptions.h.
| int IMG_TileOptionList::entries | ( | void | ) | const [inline] |
WARNING: Using this class will delete all the contents, so you must append clones if you're creating single lists from existing options.
Definition at line 102 of file IMG_TileOptions.h.
| IMG_TileOptions* IMG_TileOptionList::operator() | ( | int | i | ) | [inline] |
Definition at line 104 of file IMG_TileOptions.h.
1.5.9