|
DCL 3.7.4
|
#include <HtmlGenerator.h>
Public Member Functions | |
| HtmlGenerator (const wchar_t *pszIDocIniFileName) | |
| virtual | ~HtmlGenerator () |
| void | generateHeader (Writer &out, const wchar_t *pszHtmlTitle=NULL) |
| void | generateFooter (Writer &out) |
| bool | generate (Writer &out, const wchar_t *pszFileName, const wchar_t *pszLangSyntax=NULL) |
| bool | generate (Writer &out, const wchar_t *pData, size_t nDataSize, const wchar_t *pszLangSyntax) |
| void | setOption (int nTabWidth, bool bShowLineNumber) |
| Public Member Functions inherited from Object | |
| virtual String | toString () const |
| virtual void | destroy () |
| String | className () const |
| bool | isInstanceOf (const std::type_info &typeinfo) const |
| virtual const std::type_info & | typeInfo () const |
Protected Member Functions | |
| void | writeLineNumber (Writer &out) |
| void | writeData (Writer &out, const wchar_t *pData, size_t nDataSize) |
| void | writeBegin (Writer &out, BlockType type) |
| void | writeEnd (Writer &out, BlockType type) |
| void | generateHelper (Writer &out, const wchar_t *pData, size_t nDataSize, const wchar_t *pszLanguageTitle) |
| Protected Member Functions inherited from Object | |
| virtual | ~Object () |
| Object () | |
Protected Attributes | |
| PointerArray | __vSyntaxes |
| int | __nTabWidth |
| bool | __bShowLineNumber |
| int | __nLineNumber |
| BlockType | __currentType |
Definition at line 24 of file HtmlGenerator.h.
| __DCL_BEGIN_NAMESPACE HtmlGenerator::HtmlGenerator | ( | const wchar_t * | pszIDocIniFileName | ) |
Definition at line 21 of file HtmlGenerator.cpp.
|
virtual |
Definition at line 53 of file HtmlGenerator.cpp.
| bool HtmlGenerator::generate | ( | Writer & | out, |
| const wchar_t * | pData, | ||
| size_t | nDataSize, | ||
| const wchar_t * | pszLangSyntax ) |
Definition at line 266 of file HtmlGenerator.cpp.
| bool HtmlGenerator::generate | ( | Writer & | out, |
| const wchar_t * | pszFileName, | ||
| const wchar_t * | pszLangSyntax = NULL ) |
Definition at line 219 of file HtmlGenerator.cpp.
| void HtmlGenerator::generateFooter | ( | Writer & | out | ) |
Definition at line 313 of file HtmlGenerator.cpp.
Definition at line 288 of file HtmlGenerator.cpp.
|
protected |
Definition at line 178 of file HtmlGenerator.cpp.
| void HtmlGenerator::setOption | ( | int | nTabWidth, |
| bool | bShowLineNumber ) |
Definition at line 282 of file HtmlGenerator.cpp.
Definition at line 75 of file HtmlGenerator.cpp.
|
protected |
Definition at line 121 of file HtmlGenerator.cpp.
Definition at line 94 of file HtmlGenerator.cpp.
|
protected |
Definition at line 65 of file HtmlGenerator.cpp.
|
protected |
Definition at line 67 of file HtmlGenerator.h.
|
protected |
Definition at line 69 of file HtmlGenerator.h.
|
protected |
Definition at line 68 of file HtmlGenerator.h.
|
protected |
Definition at line 66 of file HtmlGenerator.h.
|
protected |
Definition at line 27 of file HtmlGenerator.h.