|
Scribus
Open source desktop publishing at your fingertips
|
#include <simple_actions.h>


Public Member Functions | |
| Lookup_body (const Xml_string &ID) | |
| void | begin (const Xml_string &, Xml_attr) |
Public Member Functions inherited from desaxe::Generator_body< Data_Type > | |
| virtual Data_Type * | eval (Digester *dig_, const Xml_string &tag, Xml_attr attr) |
Additional Inherited Members | |
Protected Member Functions inherited from desaxe::Generator_body< Data_Type > | |
| virtual void | end (const Xml_string &) |
Protected Member Functions inherited from desaxe::Action_body | |
| virtual void | chars (const Xml_string &) |
| virtual void | reset () |
Protected Attributes inherited from desaxe::Action_body | |
| Digester * | dig |
Reads an object of type Data_Type from the digesters storage and pushes it onto the stack. WARNING: this might be a NULL pointer