Doxygen
|
Class representing a mapping from command names to command IDs. 更多...
#include <cmdmapper.h>
Public 成员函数 | |
int | map (const QCString &n) |
QCString | find (const int n) |
Mapper (const CommandMap *cm, bool caseSensitive) | |
Private 属性 | |
std::map< std::string, int > | m_map |
bool | m_cs |
Class representing a mapping from command names to command IDs.
在文件 cmdmapper.h 第 219 行定义.
Mapper::Mapper | ( | const CommandMap * | cm, |
bool | caseSensitive | ||
) |
QCString Mapper::find | ( | const int | n | ) |
int Mapper::map | ( | const QCString & | n | ) |
在文件 cmdmapper.cpp 第 237 行定义.
引用了 QCString::isEmpty(), QCString::lower(), m_cs, m_map , 以及 QCString::str().
被这些函数引用 DocPara::handleCommand(), DocPara::handleHtmlEndTag(), DocPara::handleHtmlStartTag(), DocHRef::parse(), DocHtmlHeader::parse(), DocHtmlDescTitle::parse(), DocHtmlDescList::parse(), DocHtmlList::parse(), DocPara::parse(), DocHtmlCell::parse(), DocHtmlCaption::parse(), DocHtmlRow::parse(), DocHtmlTable::parse(), DocHtmlList::parseXml(), DocParamList::parseXml(), DocHtmlCell::parseXml(), DocHtmlRow::parseXml() , 以及 DocHtmlTable::parseXml().
|
private |
在文件 cmdmapper.h 第 227 行定义.
被这些函数引用 map().
|
private |
在文件 cmdmapper.h 第 226 行定义.