Bitcoin Core
31.1.0
P2P Digital Currency
Toggle main menu visibility
Loading...
Searching...
No Matches
src
noui.h
Go to the documentation of this file.
1
// Copyright (c) 2013-present The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef BITCOIN_NOUI_H
6
#define BITCOIN_NOUI_H
7
8
#include <string>
9
10
struct
bilingual_str
;
11
13
bool
noui_ThreadSafeMessageBox
(
const
bilingual_str
& message,
unsigned
int
style);
15
bool
noui_ThreadSafeQuestion
(
const
bilingual_str
&
/* ignored interactive message */
,
const
std::string& message,
unsigned
int
style);
17
void
noui_InitMessage
(
const
std::string& message);
18
20
void
noui_connect
();
21
23
void
noui_test_redirect
();
24
26
void
noui_reconnect
();
27
28
#endif
// BITCOIN_NOUI_H
noui_ThreadSafeQuestion
bool noui_ThreadSafeQuestion(const bilingual_str &, const std::string &message, unsigned int style)
Non-GUI handler, which logs and prints questions.
Definition
noui.cpp:49
noui_test_redirect
void noui_test_redirect()
Redirect all bitcoind signal handlers to LogInfo.
Definition
noui.cpp:83
noui_InitMessage
void noui_InitMessage(const std::string &message)
Non-GUI handler, which only logs a message.
Definition
noui.cpp:54
noui_reconnect
void noui_reconnect()
Reconnects the regular Non-GUI handlers after having used noui_test_redirect.
Definition
noui.cpp:93
noui_connect
void noui_connect()
Connect all bitcoind signal handlers.
Definition
noui.cpp:59
noui_ThreadSafeMessageBox
bool noui_ThreadSafeMessageBox(const bilingual_str &message, unsigned int style)
Non-GUI handler, which logs and prints messages.
Definition
noui.cpp:22
bilingual_str
Bilingual messages:
Definition
translation.h:24
Generated on
for Bitcoin Core by
1.17.0