![]() |
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 (GuiApplication &app, Board &board, UndoStack &undoStack, QWidget *parent=0) noexcept | |
| ~BoardSetupDialog () | |
| void | openDrcSettingsTab () noexcept |
| void | hideOtherTabs () noexcept |
| BoardSetupDialog & | operator= (const BoardSetupDialog &rhs)=delete |
Private Member Functions | |
| void | buttonBoxClicked (QAbstractButton *button) |
| void | load () noexcept |
| void | loadDrcSources (const BoardDesignRuleCheckSettings::SourceSet &set) noexcept |
| void | loadDrcSettings (const BoardDesignRuleCheckSettings &s) noexcept |
| void | loadDrcSettingsPreset () noexcept |
| void | loadDrcSettingsPreset (const Uuid &orgUuid, const Uuid &druUuid) noexcept |
| bool | apply () noexcept |
| QVector< const Layer * > | getTopSilkscreenLayers () const noexcept |
| QVector< const Layer * > | getBotSilkscreenLayers () const noexcept |
Private Attributes | |
| GuiApplication & | mApp |
| Board & | mBoard |
| UndoStack & | mUndoStack |
| QScopedPointer< Ui::BoardSetupDialog > | mUi |
| BoardDesignRuleCheckSettings::SourceSet | mDrcSources |
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:
|
noexcept |
|
delete |
|
private |
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:
|
privatenoexcept |
|
privatenoexcept |
Here is the call graph for this function:
Here is the call graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |