ManaPlus
|
Functions | |
void | replaceVars (std::string &data) |
void | replaceKeys (std::string &data) |
std::string | replaceLinkCommands (const std::string &link) |
void | replaceTabs (std::string &data) |
void BrowserBoxTools::replaceKeys | ( | std::string & | data | ) |
Definition at line 54 of file browserboxtools.cpp.
References data, InputManager::getKeyValueByNameLong(), and inputManager.
Referenced by BrowserBox::addRow(), and StaticBrowserBox::addRow().
std::string BrowserBoxTools::replaceLinkCommands | ( | const std::string & | link | ) |
Definition at line 71 of file browserboxtools.cpp.
References data, HomunculusDB::get(), MercenaryDB::get(), MonsterDB::get(), PETDB::get(), ItemDB::get(), ItemColorManager::getColorFromCards(), ItemInfo::getName(), QuestDb::getName(), Actions::info(), maxCards, splitToIntVector(), and strStartWith().
Referenced by BrowserBox::addRow(), and StaticBrowserBox::addRow().
void BrowserBoxTools::replaceTabs | ( | std::string & | data | ) |
Definition at line 151 of file browserboxtools.cpp.
References CAST_U32, and data.
Referenced by BrowserBox::addRow(), and StaticBrowserBox::addRow().
void BrowserBoxTools::replaceVars | ( | std::string & | data | ) |
Definition at line 48 of file browserboxtools.cpp.
References data, replaceAll(), settings, SMALL_VERSION, and Settings::supportUrl.
Referenced by BrowserBox::addRow(), StaticBrowserBox::addRow(), and ChatTab::chatInput().