LibrePCB Developers Documentation
PickPlaceOutputJobWidget Class Referencefinal

The PickPlaceOutputJobWidget class. More...

#include <pickplaceoutputjobwidget.h>

Inherits QWidget.

+ Collaboration diagram for PickPlaceOutputJobWidget:

Public Member Functions

 PickPlaceOutputJobWidget ()=delete
 
 PickPlaceOutputJobWidget (const PickPlaceOutputJobWidget &other)=delete
 
 PickPlaceOutputJobWidget (Project &project, std::shared_ptr< PickPlaceOutputJob > job, QWidget *parent=nullptr) noexcept
 
 ~PickPlaceOutputJobWidget () noexcept
 
PickPlaceOutputJobWidgetoperator= (const PickPlaceOutputJobWidget &rhs)=delete
 

Private Member Functions

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

Private Attributes

ProjectmProject
 
std::shared_ptr< PickPlaceOutputJobmJob
 
QScopedPointer< Ui::PickPlaceOutputJobWidget > mUi
 

Detailed Description

Constructor & Destructor Documentation

◆ PickPlaceOutputJobWidget() [1/3]

◆ PickPlaceOutputJobWidget() [2/3]

◆ PickPlaceOutputJobWidget() [3/3]

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

◆ ~PickPlaceOutputJobWidget()

~PickPlaceOutputJobWidget ( )
noexcept

Member Function Documentation

◆ operator=()

PickPlaceOutputJobWidget & operator= ( const PickPlaceOutputJobWidget 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<PickPlaceOutputJob> mJob
private

◆ mUi

QScopedPointer<Ui::PickPlaceOutputJobWidget> mUi
private

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