Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

"Shutdown" window More...

#include <utilitydialog.h>

+ Inheritance diagram for ShutdownWindow:
+ Collaboration diagram for ShutdownWindow:

Public Member Functions

 ShutdownWindow (QWidget *parent=0, Qt::WindowFlags f=0)
 "Shutdown" window More...
 

Static Public Member Functions

static QWidget * showShutdownWindow (BitcoinGUI *window)
 

Protected Member Functions

void closeEvent (QCloseEvent *event)
 

Detailed Description

"Shutdown" window

Definition at line 45 of file utilitydialog.h.

Constructor & Destructor Documentation

◆ ShutdownWindow()

ShutdownWindow::ShutdownWindow ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
explicit

"Shutdown" window

Definition at line 208 of file utilitydialog.cpp.

References GUIUtil::loadStyleSheet(), and GUIUtil::updateFonts().

Referenced by showShutdownWindow().

Member Function Documentation

◆ closeEvent()

void ShutdownWindow::closeEvent ( QCloseEvent *  event)
protected

Definition at line 240 of file utilitydialog.cpp.

◆ showShutdownWindow()

QWidget * ShutdownWindow::showShutdownWindow ( BitcoinGUI window)
static

Definition at line 224 of file utilitydialog.cpp.

References ShutdownWindow().

Referenced by BitcoinApplication::requestShutdown().


The documentation for this class was generated from the following files:
Released under the MIT license