|
PACK WOC
$VERSION$
|
Output target for HTML documentation. More...
#include <htmlout.h>
Public Member Functions | |
| WocHtmlOut (QDomElement &) | |
| generates the output object from the corresponding XML tag that describes it More... | |
| ~WocHtmlOut () | |
Public Member Functions inherited from WocOutput | |
| WocOutput () | |
| the constructor should set up and initialize the environment of the generator More... | |
| virtual | ~WocOutput () |
| currently there is no guarantee that the destructor is ever called. More... | |
Protected Member Functions | |
| virtual void | finalize () |
| called to finalize all output, creates the index More... | |
| virtual void | newClass (const WocClass &) |
| creates an HTML page for a class More... | |
| virtual void | newTable (const WocTable &) |
| creates an HTML page for a DB table More... | |
| virtual void | newTransaction (const WocTransaction &) |
| creates an HTML page for a transaction More... | |
Private Member Functions | |
| void | classEnums (const WocClass &, QFile &) |
| helper: generate enums for classes More... | |
| void | classProperties (const WocClass &, QFile &) |
| helper: generate properties More... | |
| void | classMappings (const WocClass &, QFile &) |
| helper: generate mappings More... | |
Private Attributes | |
| QString | m_basedir |
| QString | m_subdir |
| QFile | m_index |
Additional Inherited Members | |
Signals inherited from WocOutput | |
| void | errorFound () |
Protected Slots inherited from WocOutput | |
Output target for HTML documentation.
This class does not create actual code, but documentation for the WOLF file.
|
explicit |
generates the output object from the corresponding XML tag that describes it
| WocHtmlOut::~WocHtmlOut | ( | ) |
|
private |
helper: generate enums for classes
|
private |
helper: generate mappings
|
private |
helper: generate properties
|
protectedvirtual |
called to finalize all output, creates the index
Implements WocOutput.
|
protectedvirtual |
creates an HTML page for a class
Implements WocOutput.
|
protectedvirtual |
creates an HTML page for a DB table
Implements WocOutput.
|
protectedvirtual |
creates an HTML page for a transaction
Implements WocOutput.
|
private |
|
private |
|
private |
1.8.8