My Project
|
#include <cmdmapper.h>
Public Member Functions | |
int | map (const char *n) |
QString | find (const int n) |
Mapper (const CommandMap *cm, bool caseSensitive) | |
Private Attributes | |
QDict< int > | m_map |
bool | m_cs |
Class representing a mapping from command names to command IDs.
Definition at line 206 of file cmdmapper.h.
Mapper::Mapper | ( | const CommandMap * | cm, |
bool | caseSensitive | ||
) |
Definition at line 245 of file cmdmapper.cpp.
References CommandMap::cmdId, CommandMap::cmdName, and m_map.
QString Mapper::find | ( | const int | n | ) |
Definition at line 235 of file cmdmapper.cpp.
References m_map, and SIMPLESECT_BIT.
Referenced by defaultHandleTitleAndSize().
int Mapper::map | ( | const char * | n | ) |
Definition at line 227 of file cmdmapper.cpp.
Referenced by 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(), and DocHtmlTable::parseXml().
|
private |
Definition at line 214 of file cmdmapper.h.
Referenced by map().
|
private |
Definition at line 213 of file cmdmapper.h.