LibrePCB Developers Documentation
CopyOutputJobWidget Class Referencefinal

The CopyOutputJobWidget class. More...

#include <copyoutputjobwidget.h>

Inherits QWidget.

+ Collaboration diagram for CopyOutputJobWidget:

Public Member Functions

 CopyOutputJobWidget ()=delete
 
 CopyOutputJobWidget (const CopyOutputJobWidget &other)=delete
 
 CopyOutputJobWidget (Project &project, std::shared_ptr< CopyOutputJob > job, QWidget *parent=nullptr) noexcept
 
 ~CopyOutputJobWidget () noexcept
 
CopyOutputJobWidgetoperator= (const CopyOutputJobWidget &rhs)=delete
 

Private Member Functions

void applyBoards (bool checked=true) noexcept
 
void applyVariants (bool checked=true) noexcept
 

Private Attributes

ProjectmProject
 
std::shared_ptr< CopyOutputJobmJob
 
QScopedPointer< Ui::CopyOutputJobWidget > mUi
 

Detailed Description

Constructor & Destructor Documentation

◆ CopyOutputJobWidget() [1/3]

CopyOutputJobWidget ( )
delete

◆ CopyOutputJobWidget() [2/3]

CopyOutputJobWidget ( const CopyOutputJobWidget other)
delete

◆ CopyOutputJobWidget() [3/3]

CopyOutputJobWidget ( Project project,
std::shared_ptr< CopyOutputJob job,
QWidget *  parent = nullptr 
)
explicitnoexcept

◆ ~CopyOutputJobWidget()

~CopyOutputJobWidget ( )
noexcept

Member Function Documentation

◆ operator=()

CopyOutputJobWidget & operator= ( const CopyOutputJobWidget rhs)
delete

◆ applyBoards()

void applyBoards ( bool  checked = true)
privatenoexcept
+ Here is the call graph for this function:

◆ applyVariants()

void applyVariants ( bool  checked = true)
privatenoexcept
+ Here is the call graph for this function:

Member Data Documentation

◆ mProject

Project& mProject
private

◆ mJob

std::shared_ptr<CopyOutputJob> mJob
private

◆ mUi

QScopedPointer<Ui::CopyOutputJobWidget> mUi
private

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