Home
last modified time | relevance | path

Searched refs:mAwayLog (Results 1 – 2 of 2) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Dchatwindow.h258 { mAwayLog.clear(); } in clearAwayLog()
385 std::list<std::string> mAwayLog; variable
H A Dchatwindow.cpp119 mAwayLog(), in ChatWindow()
1998 if (mAwayLog.size() > 20) in addToAwayLog()
1999 mAwayLog.pop_front(); in addToAwayLog()
2002 mAwayLog.push_back("##aaway:" + line); in addToAwayLog()
2010 std::list<std::string>::const_iterator i = mAwayLog.begin(); in displayAwayLog()
2011 const std::list<std::string>::const_iterator i_end = mAwayLog.end(); in displayAwayLog()