![]() |
LibrePCB Developers Documentation
|
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 |
| BoardSetupDialog & | operator= (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 | |
| Board & | mBoard |
| UndoStack & | mUndoStack |
| QScopedPointer< Ui::BoardSetupDialog > | mUi |
Static Private Attributes | |
| static const QString | sSettingsPrefix = "board_setup_dialog" |
The BoardSetupDialog class.
|
delete |
|
delete |
|
noexcept |
Here is the call graph for this function:| ~BoardSetupDialog | ( | ) |
|
noexcept |
Here is the caller graph for this function:
|
delete |
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
staticprivate |