LibrePCB Developers Documentation
Loading...
Searching...
No Matches
CmdRemoveSelectedSchematicItems Class Referencefinal

The CmdRemoveSelectedSchematicItems class. More...

#include <cmdremoveselectedschematicitems.h>

+ Inheritance diagram for CmdRemoveSelectedSchematicItems:
+ Collaboration diagram for CmdRemoveSelectedSchematicItems:

Classes

struct  Segment
 

Public Member Functions

 CmdRemoveSelectedSchematicItems (SchematicGraphicsScene &scene) noexcept
 
 ~CmdRemoveSelectedSchematicItems () noexcept
 
const QSet< SI_NetSegment * > & getModifiedNetSegments () const noexcept
 
const QSet< SI_BusSegment * > & getModifiedBusSegments () const noexcept
 
- Public Member Functions inherited from UndoCommandGroup
 UndoCommandGroup ()=delete
 
 UndoCommandGroup (const UndoCommandGroup &other)=delete
 
 UndoCommandGroup (const QString &text) noexcept
 
virtual ~UndoCommandGroup () noexcept
 
int getChildCount () const noexcept
 
bool appendChild (UndoCommand *cmd)
 Append a new command to the list of child commands.
 
UndoCommandGroupoperator= (const UndoCommandGroup &rhs)=delete
 
- Public Member Functions inherited from UndoCommand
 UndoCommand ()=delete
 
 UndoCommand (const UndoCommand &other)=delete
 
 UndoCommand (const QString &text) noexcept
 
virtual ~UndoCommand () noexcept
 
const QString & getText () const noexcept
 
bool wasEverExecuted () const noexcept
 This method shows whether that command was ever executed (execute() called successfully)
 
bool wasEverReverted () const noexcept
 This method shows whether that command was ever reverted (undo() called at least one time)
 
bool isCurrentlyExecuted () const noexcept
 This method shows whether that command is currently executed (redo() called one time more than undo())
 
virtual bool execute () final
 Execute the command (must only be called once)
 
virtual void undo () final
 Undo the command.
 
virtual void redo () final
 Redo the command.
 
UndoCommandoperator= (const UndoCommand &rhs)=delete
 

Private Member Functions

bool performExecute () override
 Execute the command the first time.
 
void removeNetSegmentItems (SI_NetSegment &netsegment, const QSet< SI_NetPoint * > &netpointsToRemove, const QSet< SI_NetLine * > &netlinesToRemove, const QSet< SI_NetLabel * > &netlabelsToRemove, const QSet< SI_BusJunction * > &busJunctionsToReplace, QVector< Segment > &remainingNetSegments)
 
void removeBusSegmentItems (SI_BusSegment &busSegment, const QSet< SI_BusJunction * > &junctionsToRemove, const QSet< SI_BusLine * > &linesToRemove, const QSet< SI_BusLabel * > &labelsToRemove, QHash< NetLineAnchor, NetLineAnchor > &replacedBusJunctions)
 
void addRemainingNetSegmentItems (const QVector< Segment > &remainingNetSegments, const QHash< NetLineAnchor, NetLineAnchor > &replacedBusJunctions)
 
void removeSymbol (SI_Symbol &symbol)
 
void disconnectComponentSignalInstance (ComponentSignalInstance &signal)
 

Private Attributes

SchematicGraphicsScenemScene
 
QSet< SI_NetSegment * > mModifiedNetSegments
 
QSet< SI_BusSegment * > mModifiedBusSegments
 

Additional Inherited Members

- Protected Member Functions inherited from UndoCommandGroup
virtual void performUndo () override
 Undo the command.
 
virtual void performRedo () override
 Redo the command.
 
virtual void performPostExecution () noexcept
 Perform custom actions after modifying the undo stack state.
 
void execNewChildCmd (UndoCommand *cmd)
 Helper method for derived classes to execute and add new child commands.
 
- Protected Attributes inherited from UndoCommand
QString mText
 

Detailed Description

Constructor & Destructor Documentation

◆ CmdRemoveSelectedSchematicItems()

◆ ~CmdRemoveSelectedSchematicItems()

Member Function Documentation

◆ getModifiedNetSegments()

const QSet< SI_NetSegment * > & getModifiedNetSegments ( ) const
inlinenoexcept
+ Here is the caller graph for this function:

◆ getModifiedBusSegments()

const QSet< SI_BusSegment * > & getModifiedBusSegments ( ) const
inlinenoexcept
+ Here is the caller graph for this function:

◆ performExecute()

bool performExecute ( )
overrideprivatevirtual

Execute the command the first time.

Note
This method must be implemented in all derived classes. If the first time execution is exactly identical to an "redo" action, you can simple call librepcb::editor::UndoCommand::performRedo() in the implementation of this method.
Return values
trueIf the command has done some changes
falseIf the command has done nothing (the command can be deleted)

Reimplemented from UndoCommandGroup.

+ Here is the call graph for this function:

◆ removeNetSegmentItems()

void removeNetSegmentItems ( SI_NetSegment netsegment,
const QSet< SI_NetPoint * > &  netpointsToRemove,
const QSet< SI_NetLine * > &  netlinesToRemove,
const QSet< SI_NetLabel * > &  netlabelsToRemove,
const QSet< SI_BusJunction * > &  busJunctionsToReplace,
QVector< Segment > &  remainingNetSegments 
)
private
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ removeBusSegmentItems()

void removeBusSegmentItems ( SI_BusSegment busSegment,
const QSet< SI_BusJunction * > &  junctionsToRemove,
const QSet< SI_BusLine * > &  linesToRemove,
const QSet< SI_BusLabel * > &  labelsToRemove,
QHash< NetLineAnchor, NetLineAnchor > &  replacedBusJunctions 
)
private
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ addRemainingNetSegmentItems()

void addRemainingNetSegmentItems ( const QVector< Segment > &  remainingNetSegments,
const QHash< NetLineAnchor, NetLineAnchor > &  replacedBusJunctions 
)
private
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ removeSymbol()

void removeSymbol ( SI_Symbol symbol)
private
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ disconnectComponentSignalInstance()

void disconnectComponentSignalInstance ( ComponentSignalInstance signal)
private
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ mScene

SchematicGraphicsScene& mScene
private

◆ mModifiedNetSegments

QSet<SI_NetSegment*> mModifiedNetSegments
private

◆ mModifiedBusSegments

QSet<SI_BusSegment*> mModifiedBusSegments
private

The documentation for this class was generated from the following files: