LibrePCB Developers Documentation
BoardSetupDialog Class Referencefinal

The BoardSetupDialog class. More...

#include <boardsetupdialog.h>

Inherits QDialog.

+ Collaboration diagram for BoardSetupDialog:

Public Member Functions

 BoardSetupDialog ()=delete
 
 BoardSetupDialog (const BoardSetupDialog &other)=delete
 
 BoardSetupDialog (Board &board, UndoStack &undoStack, QWidget *parent=0) noexcept
 
 ~BoardSetupDialog ()
 
void openDrcSettingsTab () noexcept
 
BoardSetupDialogoperator= (const BoardSetupDialog &rhs)=delete
 

Private Member Functions

void buttonBoxClicked (QAbstractButton *button)
 
void load () noexcept
 
bool apply () noexcept
 
QVector< const Layer * > getTopSilkscreenLayers () const noexcept
 
QVector< const Layer * > getBotSilkscreenLayers () const noexcept
 

Private Attributes

BoardmBoard
 
UndoStackmUndoStack
 
QScopedPointer< Ui::BoardSetupDialog > mUi
 

Static Private Attributes

static const QString sSettingsPrefix
 

Detailed Description

The BoardSetupDialog class.

Constructor & Destructor Documentation

◆ BoardSetupDialog() [1/3]

BoardSetupDialog ( )
delete

◆ BoardSetupDialog() [2/3]

BoardSetupDialog ( const BoardSetupDialog other)
delete

◆ BoardSetupDialog() [3/3]

BoardSetupDialog ( Board board,
UndoStack undoStack,
QWidget *  parent = 0 
)
noexcept
+ Here is the call graph for this function:

◆ ~BoardSetupDialog()

Member Function Documentation

◆ openDrcSettingsTab()

void openDrcSettingsTab ( )
noexcept
+ Here is the caller graph for this function:

◆ operator=()

BoardSetupDialog & operator= ( const BoardSetupDialog rhs)
delete

◆ buttonBoxClicked()

void buttonBoxClicked ( QAbstractButton *  button)
private
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ load()

void load ( )
privatenoexcept
+ Here is the call graph for this function:

◆ apply()

bool apply ( )
privatenoexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getTopSilkscreenLayers()

QVector< const Layer * > getTopSilkscreenLayers ( ) const
privatenoexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getBotSilkscreenLayers()

QVector< const Layer * > getBotSilkscreenLayers ( ) const
privatenoexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ mBoard

Board& mBoard
private

◆ mUndoStack

UndoStack& mUndoStack
private

◆ mUi

QScopedPointer<Ui::BoardSetupDialog> mUi
private

◆ sSettingsPrefix

const QString sSettingsPrefix
staticprivate
Initial value:
=
"board_editor/board_setup_dialog"

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