Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
noui.cpp File Reference
#include "noui.h"
#include "ui_interface.h"
#include "util.h"
#include <stdint.h>
#include <string>
+ Include dependency graph for noui.cpp:

Go to the source code of this file.

Functions

static bool noui_ThreadSafeMessageBox (const std::string &message, const std::string &caption, unsigned int style)
 
static void noui_InitMessage (const std::string &message)
 
void noui_connect ()
 

Function Documentation

void noui_connect ( )

Definition at line 42 of file noui.cpp.

References CClientUIInterface::InitMessage, noui_InitMessage(), noui_ThreadSafeMessageBox(), CClientUIInterface::ThreadSafeMessageBox, and uiInterface.

Referenced by main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void noui_InitMessage ( const std::string &  message)
static

Definition at line 37 of file noui.cpp.

References LogPrintf.

Referenced by noui_connect().

+ Here is the caller graph for this function:

static bool noui_ThreadSafeMessageBox ( const std::string &  message,
const std::string &  caption,
unsigned int  style 
)
static

Definition at line 14 of file noui.cpp.

References _(), LogPrintf, CClientUIInterface::MSG_ERROR, CClientUIInterface::MSG_INFORMATION, and CClientUIInterface::MSG_WARNING.

Referenced by noui_connect().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: