Class hierarchy   Compound list   File list   Compound Members   File Members  

ModList Class Reference

list of modifiers. More...

Inherits ParsedMod.

Inherited by W_ModList.

List of all members.

Public Members

Private Members


Detailed Description

list of modifiers.


Member Function Documentation

ModList::ModList()

virtual ModList::~ModList() [virtual]

virtual bool ModList::apply(Polygon*) [virtual]

applies it's modifiers in order

Reimplemented from PolygonModifier.

virtual bool ModList::bad(void) [virtual]

Reimplemented from ParsedMod.

void ModList::add(ParsedMod *mod, bool own=true)

adds a modifier to the modifer list

virtual bool ModList::parse(Parser &) [virtual]

Reimplemented from ParsedMod.

virtual bool ModList::parseUnknown(Parser &) hook [virtual]

called from parse() for unknown options.

looks it up in the "define" section.

can be reimplemented by subclasses to implement additional keywords

Reimplemented in W_ModList.

virtual void ModList::dump(const char *pref) [virtual]

Reimplemented from ParsedMod.

Reimplemented in W_ModList.

bool ModList::parseItem(Parser &) [private]

void ModList::dummyread(Parser &) [private]


Member Data Documentation

ModListEntry* ModList::first [private]

ModListEntry * ModList::last [private]


The documentation for this class was generated from the following files:
Generated at Wed May 31 21:08:20 2000 for Rvtmod/rvglue by doxygen  written by Dimitri van Heesch, © 1997-1998