Entropy Piano Tuner  1.1.3 (documentation not yet complete)
An open-source experimental software for piano tuning by entropy minimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
QtCoreInitialisation Class Reference

Implementation of the core initializ. More...

#include <initializedialog.h>

+ Inheritance diagram for QtCoreInitialisation:
+ Collaboration diagram for QtCoreInitialisation:

Public Member Functions

 QtCoreInitialisation (QWidget *parent=0)
 
 ~QtCoreInitialisation ()
 
- Public Member Functions inherited from CoreInitialisationAdapter
 CoreInitialisationAdapter ()
 Singleton constructor. Resets the unique pointer to the only instance of the class. More...
 

Private Member Functions

virtual void updateProgress (int percentage) override
 Show the current progress as a progress bar in the initialization message box. More...
 
virtual void create () override
 Create the initialization dialog box. More...
 
virtual void destroy () override
 Destroy the initialization dialog box. More...
 

Private Attributes

QWidget * mParent
 
InitializeDialogmInitializeDialog
 

Detailed Description

Implementation of the core initializ.

Definition at line 33 of file initializedialog.h.

Constructor & Destructor Documentation

QtCoreInitialisation::QtCoreInitialisation ( QWidget *  parent = 0)
explicit

Definition at line 25 of file initializedialog.cpp.

QtCoreInitialisation::~QtCoreInitialisation ( )

Definition at line 30 of file initializedialog.cpp.

Member Function Documentation

void QtCoreInitialisation::create ( )
overrideprivatevirtual

Create the initialization dialog box.

Implements CoreInitialisationAdapter.

Definition at line 48 of file initializedialog.cpp.

void QtCoreInitialisation::destroy ( )
overrideprivatevirtual

Destroy the initialization dialog box.

Implements CoreInitialisationAdapter.

Definition at line 55 of file initializedialog.cpp.

void QtCoreInitialisation::updateProgress ( int  percentage)
overrideprivatevirtual

Show the current progress as a progress bar in the initialization message box.

Parameters
percentage: Percentage of progress between 0 and 100

Implements CoreInitialisationAdapter.

Definition at line 37 of file initializedialog.cpp.

+ Here is the call graph for this function:

Member Data Documentation

InitializeDialog* QtCoreInitialisation::mInitializeDialog
private

Definition at line 47 of file initializedialog.h.

QWidget* QtCoreInitialisation::mParent
private

Definition at line 46 of file initializedialog.h.


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