Static Public Member Functions | List of all members
FilterTexLabel Class Reference

The implementation of the "texlabel" filter. More...

Static Public Member Functions

static TemplateVariant apply (const TemplateVariant &v, const TemplateVariant &)
 

Detailed Description

The implementation of the "texlabel" filter.

Definition at line 687 of file template.cpp.

Member Function Documentation

static TemplateVariant FilterTexLabel::apply ( const TemplateVariant v,
const TemplateVariant  
)
inlinestatic

Definition at line 690 of file template.cpp.

691  {
692  if (v.isValid() && (v.type()==TemplateVariant::String))
693  {
695  }
696  else
697  {
698  return v;
699  }
700  }
const bool FALSE
Definition: qglobal.h:370
QCString toString() const
Definition: template.h:232
QCString latexEscapeLabelName(const char *s, bool insideTabbing)
Definition: util.cpp:6647
bool isValid() const
Definition: template.h:161
Variant type which can hold one value of a fixed set of types.
Definition: template.h:90
Type type() const
Definition: template.h:142
const bool TRUE
Definition: qglobal.h:371

The documentation for this class was generated from the following file: