LibrePCB Developers Documentation
EagleLibraryImportWizardPage_Result Class Referencefinal

The EagleLibraryImportWizardPage_Result class. More...

#include <eaglelibraryimportwizardpage_result.h>

Inherits QWizardPage.

+ Collaboration diagram for EagleLibraryImportWizardPage_Result:

Public Member Functions

 EagleLibraryImportWizardPage_Result ()=delete
 
 EagleLibraryImportWizardPage_Result (const EagleLibraryImportWizardPage_Result &other)=delete
 
 EagleLibraryImportWizardPage_Result (std::shared_ptr< EagleLibraryImportWizardContext > context, QWidget *parent=nullptr) noexcept
 
 ~EagleLibraryImportWizardPage_Result () noexcept
 
virtual void initializePage () override
 
virtual bool isComplete () const override
 
EagleLibraryImportWizardPage_Resultoperator= (const EagleLibraryImportWizardPage_Result &rhs)=delete
 

Private Member Functions

void importFinished () noexcept
 

Private Attributes

QScopedPointer< Ui::EagleLibraryImportWizardPage_Result > mUi
 
std::shared_ptr< EagleLibraryImportWizardContextmContext
 
QVector< QMetaObject::Connection > mProgressBarConnections
 
bool mIsCompleted
 

Detailed Description

Constructor & Destructor Documentation

◆ EagleLibraryImportWizardPage_Result() [1/3]

◆ EagleLibraryImportWizardPage_Result() [2/3]

◆ EagleLibraryImportWizardPage_Result() [3/3]

EagleLibraryImportWizardPage_Result ( std::shared_ptr< EagleLibraryImportWizardContext context,
QWidget *  parent = nullptr 
)
noexcept
+ Here is the call graph for this function:

◆ ~EagleLibraryImportWizardPage_Result()

+ Here is the caller graph for this function:

Member Function Documentation

◆ initializePage()

void initializePage ( )
overridevirtual

◆ isComplete()

bool isComplete ( ) const
overridevirtual

◆ operator=()

◆ importFinished()

void importFinished ( )
privatenoexcept
+ Here is the caller graph for this function:

Member Data Documentation

◆ mUi

QScopedPointer<Ui::EagleLibraryImportWizardPage_Result> mUi
private

◆ mContext

std::shared_ptr<EagleLibraryImportWizardContext> mContext
private

◆ mProgressBarConnections

QVector<QMetaObject::Connection> mProgressBarConnections
private

◆ mIsCompleted

bool mIsCompleted
private

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