Doxygen
|
Table entry to allow filtering the search results per category. More...
#include <src/searchindex_js.h>
Public Member Functions | |
void | add (const SearchTerm &term) |
Public Attributes | |
QCString | name |
std::function< QCString()> | getText |
SearchIndexMap | symbolMap |
Table entry to allow filtering the search results per category.
Definition at line 62 of file searchindex_js.h.
void SearchIndexInfo::add | ( | const SearchTerm & | term | ) |
Definition at line 832 of file searchindex_js.cpp.
References convertUTF8ToLower(), getUTF8CharAt(), symbolMap, and term.
std::function<QCString()> SearchIndexInfo::getText |
Definition at line 66 of file searchindex_js.h.
QCString SearchIndexInfo::name |
Definition at line 65 of file searchindex_js.h.
SearchIndexMap SearchIndexInfo::symbolMap |
Definition at line 67 of file searchindex_js.h.
Referenced by add().