Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Attributes | List of all members
GUIUtil::HelpMessageBox Class Reference

Help message for Bitcoin-Qt, shown with –help. More...

#include <guiutil.h>

Inheritance diagram for GUIUtil::HelpMessageBox:
Inheritance graph
[legend]
Collaboration diagram for GUIUtil::HelpMessageBox:
Collaboration graph
[legend]

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
 

Detailed Description

Help message for Bitcoin-Qt, shown with –help.

Definition at line 102 of file guiutil.h.

Constructor & Destructor Documentation

GUIUtil::HelpMessageBox::HelpMessageBox ( QWidget *  parent = 0)

Definition at line 495 of file guiutil.cpp.

Member Function Documentation

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.

Member Data Documentation

QString GUIUtil::HelpMessageBox::coreOptions
private

Definition at line 117 of file guiutil.h.

QString GUIUtil::HelpMessageBox::header
private

Definition at line 116 of file guiutil.h.

QString GUIUtil::HelpMessageBox::uiOptions
private

Definition at line 118 of file guiutil.h.


The documentation for this class was generated from the following files: