Table of Contents
Classes
- ANode This class represents an A-node
- AuthorNode This class represents an author-node
- BRNode This class represents a BR-node
- BoldNode This class represents a bold-node
- CodeNode This class represents a code-node
- CommentNode This class represents a node, which contains a comment
- ContentNode This class represents a node, which contains plain text
- DateNode This class represents an date-node
- EmphNode This class represents an emph-node
- EnumerateNode This class represents an enumerate-node
- EnvironmentNode This base-class provides additional interface-methods for all environments
- GridNode This class represents a grid-node
- HTMLNode This class represents a HTML-node
- HeadingNode This class represents a heading-node
- ImageNode This class represents an image-node
- ImgNode This class represents an img-node
- InlineNode This class provides a common interface and implementation for all inline-nodes
- ItemNode This class represents an item-node
- ItemizeNode This class represents an itemize-node
- LaTeXNode This class represents a LaTeX-node
- ListNode This base-class provides an additional interface for list-environments
- Node This base-class provides a common interface for all nodes
- OutputFilter This class just contains some static methods to provide an output-interface for HTML and LaTeX
- Parameters This class holds all parameters for the presentation
- Presentation This class represents the presentation
- SectionNode This class represents a section-node
- SlideNode This class represents one slide
- TOCInterface This class just provides an interface for all nodes, which should be able to create entries for the table of contents
- TTNode This class represents a TT-node
- TextNode This class represents a text-node
- TitleNode This class represents a title-node
- URLNode This class represents an URL-node
Functions
- fcopy This function copies a file
- list_available_themes This function lists all available themes in the current theme-directory
- main This is the main function
- parse_commandline_options This function parses the given commandline-parameters and updates the variables in the class Parameters_
- ping_image This method extracts the dimension of the given image by calling the function PingImage of the ImageMagick library
- print_help_text This function lists a short help for all commandline-options
Variables
- Buffer_ A buffer which will be used for the reading of the inputfile
- Current_Line_Number_ Count the lines of the inputfile, to produce better error-messages
- Number_Of_Errors_ The number of errors in the inputfile
- Output_ A global filestream, where the Node-classes will write their output
- Parameters_ This class holds all parameters
- Presentation_ A global pointer to the presentation
Macros
- ENDL A define for the output of a newline
- ZapArray Defines a cleaner procedure for deleting an array
- ZapPointer Defines a cleaner procedure for deleting a pointer
Enums, Unions, Structs
- ImageSize This struct defines the size of an image
- Output_Format The format of the output : HTML, LATEX or XML
Hierarchy of classes
This page was generated with the help of DOC++.