Doxygen
|
Public Member Functions | |
Private () | |
void | createProjectFile () |
Public Attributes | |
std::ofstream | cts |
std::ofstream | kts |
QCString | prevFile |
QCString | prevAnc |
bool | ctsItemPresent = false |
int | dc = 0 |
StringSet | indexFiles |
StringSet | imageFiles |
StringSet | styleFiles |
HtmlHelpRecoder | recoder |
HtmlHelpIndex | index |
Definition at line 339 of file htmlhelp.cpp.
|
inline |
Definition at line 342 of file htmlhelp.cpp.
void HtmlHelp::Private::createProjectFile | ( | ) |
Definition at line 405 of file htmlhelp.cpp.
References Config_getBool, Config_getString, ctsItemPresent, err, Translator::getLanguageString(), HtmlHelp::hhcFileName, HtmlHelp::hhkFileName, HtmlHelp::hhpFileName, Doxygen::htmlFileExtension, imageFiles, index, indexFiles, Portable::openOutputStream(), qPrint(), recoder, styleFiles, and theTranslator.
std::ofstream HtmlHelp::Private::cts |
Definition at line 344 of file htmlhelp.cpp.
bool HtmlHelp::Private::ctsItemPresent = false |
Definition at line 347 of file htmlhelp.cpp.
Referenced by createProjectFile().
int HtmlHelp::Private::dc = 0 |
Definition at line 348 of file htmlhelp.cpp.
StringSet HtmlHelp::Private::imageFiles |
Definition at line 350 of file htmlhelp.cpp.
Referenced by createProjectFile().
HtmlHelpIndex HtmlHelp::Private::index |
Definition at line 353 of file htmlhelp.cpp.
Referenced by createProjectFile(), and Private().
StringSet HtmlHelp::Private::indexFiles |
Definition at line 349 of file htmlhelp.cpp.
Referenced by createProjectFile().
std::ofstream HtmlHelp::Private::kts |
Definition at line 344 of file htmlhelp.cpp.
QCString HtmlHelp::Private::prevAnc |
Definition at line 346 of file htmlhelp.cpp.
QCString HtmlHelp::Private::prevFile |
Definition at line 345 of file htmlhelp.cpp.
HtmlHelpRecoder HtmlHelp::Private::recoder |
Definition at line 352 of file htmlhelp.cpp.
Referenced by createProjectFile(), and Private().
StringSet HtmlHelp::Private::styleFiles |
Definition at line 351 of file htmlhelp.cpp.
Referenced by createProjectFile().