Raven Core
3.0.0
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
bool | InitError (const std::string &str) |
Show error message. More... | |
void | InitWarning (const std::string &str) |
Show warning message. More... | |
std::string | AmountHighWarn (const std::string &optname) |
std::string | AmountErrMsg (const char *const optname, const std::string &strValue) |
Variables | |
CClientUIInterface | uiInterface |
std::string AmountErrMsg | ( | const char *const | optname, |
const std::string & | strValue | ||
) |
std::string AmountHighWarn | ( | const std::string & | optname | ) |
bool InitError | ( | const std::string & | str | ) |
Show error message.
Definition at line 11 of file ui_interface.cpp.
void InitWarning | ( | const std::string & | str | ) |
Show warning message.
Definition at line 17 of file ui_interface.cpp.
CClientUIInterface uiInterface |
Definition at line 9 of file ui_interface.cpp.