![]() |
LibrePCB Developers Documentation
|
The RenameBusSegmentDialog class. More...
#include <renamebussegmentdialog.h>
Inherits QDialog.
Collaboration diagram for RenameBusSegmentDialog:Public Member Functions | |
| RenameBusSegmentDialog ()=delete | |
| RenameBusSegmentDialog (const RenameBusSegmentDialog &other)=delete | |
| RenameBusSegmentDialog (UndoStack &undoStack, SI_BusSegment &segment, QWidget *parent=nullptr) noexcept | |
| ~RenameBusSegmentDialog () noexcept | |
| virtual void | accept () noexcept override |
| RenameBusSegmentDialog & | operator= (const RenameBusSegmentDialog &rhs)=delete |
Private Types | |
| enum class | Action |
Private Member Functions | |
| void | updateAction () noexcept |
Private Attributes | |
| UndoStack & | mUndoStack |
| SI_BusSegment & | mSegment |
| QScopedPointer< Ui::RenameBusSegmentDialog > | mUi |
| Action | mAction |
| QString | mNewBusName |
| Bus * | mNewBus |
The RenameBusSegmentDialog class.
|
strongprivate |
|
delete |
|
delete |
|
noexcept |
Here is the call graph for this function:
|
noexcept |
|
overridevirtualnoexcept |
Here is the call graph for this function:
|
delete |
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |