Definition at line 3767 of file context.cpp.
TextGeneratorLatex::TextGeneratorLatex |
( |
FTextStream & |
ts | ) |
|
|
inline |
void TextGeneratorLatex::writeBreak |
( |
int |
indent | ) |
const |
|
inlinevirtual |
void TextGeneratorLatex::writeLink |
( |
const char * |
ref, |
|
|
const char * |
f, |
|
|
const char * |
anchor, |
|
|
const char * |
text |
|
) |
| const |
|
inlinevirtual |
Implements TextGeneratorIntf.
Definition at line 3784 of file context.cpp.
3789 if (!ref && pdfHyperlinks)
3791 m_ts <<
"\\hyperlink{";
3793 if (
f && anchor)
m_ts <<
"_";
3794 if (anchor)
m_ts << anchor;
static QCString stripPath(const QCString &s)
#define Config_getBool(val)
void filterLatexString(FTextStream &t, const char *str, bool insideTabbing, bool insidePre, bool insideItem, bool keepSpaces)
void TextGeneratorLatex::writeString |
( |
const char * |
s, |
|
|
bool |
keepSpaces |
|
) |
| const |
|
inlinevirtual |
The documentation for this class was generated from the following file: