Scribus
Open source desktop publishing at your fingertips
|
#include <actions.h>
Public Member Functions | |
Type * | eval (Digester *dig, const Xml_string &tag, Xml_attr attr) |
Public Member Functions inherited from desaxe::Action | |
Digester * | digester () |
void | setDigester (Digester *dig) |
void | begin (const Xml_string &tag, Xml_attr attr) |
void | end (const Xml_string &tag) |
void | chars (const Xml_string &data) |
Action (const Action &other) | |
Action & | operator= (const Action &other) |
virtual void | reset () |
Protected Member Functions | |
Generator (Generator_body< Type > *body_) | |
Protected Member Functions inherited from desaxe::Action | |
Action (Action_body *body_) | |
Additional Inherited Members | |
Protected Attributes inherited from desaxe::Action | |
Action_body * | body |
Generators have their own handle class, which is a subclass of Action