
Public Member Functions | |
| ConsoleServerProgressCounter () | |
| virtual void | drawHashes (int neededHashes) |
| virtual void | progressChange (const LangString &op, const float percentage) |
Protected Attributes | |
| LangString | lastOp_ |
| int | hashes_ |
Definition at line 240 of file ServerMain.cpp.
| ConsoleServerProgressCounter::ConsoleServerProgressCounter | ( | ) | [inline] |
Definition at line 243 of file ServerMain.cpp.
| virtual void ConsoleServerProgressCounter::drawHashes | ( | int | neededHashes | ) | [inline, virtual] |
| virtual void ConsoleServerProgressCounter::progressChange | ( | const LangString & | op, | |
| const float | percentage | |||
| ) | [inline, virtual] |
Implements ProgressCounterI.
Definition at line 262 of file ServerMain.cpp.
References LangStringUtil::convertFromLang(), drawHashes(), hashes_, int(), lastOp_, and Logger::log().
LangString ConsoleServerProgressCounter::lastOp_ [protected] |
int ConsoleServerProgressCounter::hashes_ [protected] |
1.5.3