Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Slots | Private Attributes | List of all members
HelpMessageDialog Class Reference

"Help message" dialog box More...

#include <utilitydialog.h>

Inheritance diagram for HelpMessageDialog:
[legend]
Collaboration diagram for HelpMessageDialog:
[legend]

Public Member Functions

 HelpMessageDialog (QWidget *parent, bool about)
 "Help message" or "About" dialog box More...
 
 ~HelpMessageDialog ()
 
void printToConsole ()
 
void showOrPrint ()
 

Private Slots

void on_okButton_accepted ()
 

Private Attributes

Ui::HelpMessageDialogui
 
QString text
 

Detailed Description

"Help message" dialog box

Definition at line 18 of file utilitydialog.h.

Constructor & Destructor Documentation

HelpMessageDialog::HelpMessageDialog ( QWidget *  parent,
bool  about 
)
explicit

"Help message" or "About" dialog box

HTML-format the license message from the core

Definition at line 34 of file utilitydialog.cpp.

Here is the call graph for this function:

HelpMessageDialog::~HelpMessageDialog ( )

Definition at line 135 of file utilitydialog.cpp.

Member Function Documentation

void HelpMessageDialog::on_okButton_accepted ( )
privateslot

Definition at line 157 of file utilitydialog.cpp.

void HelpMessageDialog::printToConsole ( )

Definition at line 140 of file utilitydialog.cpp.

Here is the caller graph for this function:

void HelpMessageDialog::showOrPrint ( )

Definition at line 146 of file utilitydialog.cpp.

Here is the call graph for this function:

Member Data Documentation

QString HelpMessageDialog::text
private

Definition at line 31 of file utilitydialog.h.

Ui::HelpMessageDialog* HelpMessageDialog::ui
private

Definition at line 30 of file utilitydialog.h.


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