![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Help message for Bitcoin-Qt, shown with –help. More...
#include <guiutil.h>
Public Member Functions | |
HelpMessageBox (QWidget *parent=0) | |
void | showOrPrint () |
Show message box or print help message to standard output, based on operating system. More... | |
void | printToConsole () |
Print help message to console. More... | |
Private Attributes | |
QString | header |
QString | coreOptions |
QString | uiOptions |
GUIUtil::HelpMessageBox::HelpMessageBox | ( | QWidget * | parent = 0 | ) |
Definition at line 495 of file guiutil.cpp.
void GUIUtil::HelpMessageBox::printToConsole | ( | ) |
Print help message to console.
Definition at line 517 of file guiutil.cpp.
void GUIUtil::HelpMessageBox::showOrPrint | ( | ) |
Show message box or print help message to standard output, based on operating system.
Definition at line 524 of file guiutil.cpp.