20#ifndef LIBREPCB_EDITOR_CMDCHANGEBUSOFSCHEMATICBUSSEGMENT_H
21#define LIBREPCB_EDITOR_CMDCHANGEBUSOFSCHEMATICBUSSEGMENT_H
26#include "../../undocommandgroup.h"
The Bus class.
Definition bus.h:50
The SI_BusSegment class.
Definition si_bussegment.h:52
The CmdChangeBusOfSchematicBusSegment class.
Definition cmdchangebusofschematicbussegment.h:49
Bus & mNewBus
Definition cmdchangebusofschematicbussegment.h:66
SI_BusSegment & mSegment
Definition cmdchangebusofschematicbussegment.h:65
CmdChangeBusOfSchematicBusSegment(const CmdChangeBusOfSchematicBusSegment &other)=delete
void changeBusOfSegment()
Definition cmdchangebusofschematicbussegment.cpp:89
~CmdChangeBusOfSchematicBusSegment() noexcept
Definition cmdchangebusofschematicbussegment.cpp:56
CmdChangeBusOfSchematicBusSegment()=delete
bool performExecute() override
Execute the command the first time.
Definition cmdchangebusofschematicbussegment.cpp:63
The UndoCommandGroup class makes it possible to pack multiple undo commands together (it acts as a pa...
Definition undocommandgroup.h:44
Definition occmodel.cpp:77