![]() |
LibrePCB Developers Documentation
|
The BoardSideSelectorWidget class. More...
#include <boardsideselectorwidget.h>
Inherits QWidget.
Collaboration diagram for BoardSideSelectorWidget:Signals | |
| void | currentBoardSideChanged (FootprintPad::ComponentSide side) |
Public Member Functions | |
| BoardSideSelectorWidget (QWidget *parent=nullptr) noexcept | |
| BoardSideSelectorWidget (const BoardSideSelectorWidget &other)=delete | |
| ~BoardSideSelectorWidget () noexcept | |
| FootprintPad::ComponentSide | getCurrentBoardSide () const noexcept |
| void | setCurrentBoardSide (FootprintPad::ComponentSide side) noexcept |
| void | setBoardSideTop () noexcept |
| void | setBoardSideBottom () noexcept |
| BoardSideSelectorWidget & | operator= (const BoardSideSelectorWidget &rhs)=delete |
Private Member Functions | |
| void | btnTopToggled (bool checked) noexcept |
| void | btnBottomToggled (bool checked) noexcept |
Private Attributes | |
| QToolButton * | mBtnTop |
| QToolButton * | mBtnBottom |
The BoardSideSelectorWidget class.
|
explicitnoexcept |
Here is the call graph for this function:
|
delete |
|
noexcept |
|
noexcept |
|
noexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
delete |
|
signal |
Here is the caller graph for this function:
|
privatenoexcept |
Here is the caller graph for this function:
|
privatenoexcept |
Here is the caller graph for this function:
|
private |
|
private |