Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

ui_interface.cpp File Reference
#include <ui_interface.h>
#include <util.h>
+ Include dependency graph for ui_interface.cpp:

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
 

Function Documentation

◆ AmountErrMsg()

std::string AmountErrMsg ( const char *const  optname,
const std::string &  strValue 
)

Definition at line 26 of file ui_interface.cpp.

References _(), and strprintf.

Referenced by AppInitParameterInteraction(), and WalletInit::ParameterInteraction().

◆ AmountHighWarn()

std::string AmountHighWarn ( const std::string &  optname)

Definition at line 21 of file ui_interface.cpp.

References _(), and strprintf.

Referenced by WalletInit::ParameterInteraction().

◆ InitError()

◆ InitWarning()

void InitWarning ( const std::string &  str)

Variable Documentation

◆ uiInterface

Released under the MIT license