#include <notesgen.h>
Public Methods | |
NotesGen () | |
Constructor. | |
~NotesGen () | |
Deconstructor. | |
QString | generateText (PresentationBrowser *pb, int i) |
generate the HTML to be displayed. | |
Private Methods | |
QString | recursiveGen (pXmlNode *node) |
generate the HTML to be displayed. Internal use only. | |
QString | findStylePropertyInStyleRecursive (pXmlNode *node, const QString &val) |
Deprecated alias for findStyleProperty. | |
QString | findStyleProperty (pXmlNode *node, const QString &val) |
Finds style property for node. Searches logically through defined nodes and back to master-page-style. | |
QString | findStylePropertyWithParentDelimiter (pXmlNode *node, const QString &val, const QString &delimiter) |
Finds style property for node Searches back up pXmlNode tree till it encounters a node named delimiter. Used in text rendering. | |
QString | getBullet (int depth, bool usecounter) |
Generates HTML for the bullets of ordered lists. | |
Private Attributes | |
bool | flag |
Internal rendering flag. | |
pXmlNode * | content |
Pointer to content root. | |
pXmlNode * | style |
Pointer to style root. | |
int | itemdepth |
Depth of current item in tree. | |
int | olddepth |
Depth of old item in tree. | |
bool | ol |
Ordered list = true. | |
pXmlNode * | cnode |
Pointer to node. Internal use only. | |
int | depthcounter [MAX_DEPTH] |
Array of item depths. |
Definition at line 32 of file notesgen.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 108 of file notesgen.h. |
|
Definition at line 88 of file notesgen.h. |
|
Definition at line 112 of file notesgen.h. |
|
Definition at line 84 of file notesgen.h. |
|
Definition at line 96 of file notesgen.h. |
|
Definition at line 104 of file notesgen.h. |
|
Definition at line 100 of file notesgen.h. |
|
Definition at line 92 of file notesgen.h. |