LibrePCB Developers Documentation
CmdFootprintPadEdit Class Referencefinal

The CmdFootprintPadEdit class. More...

#include <cmdfootprintpadedit.h>

+ Inheritance diagram for CmdFootprintPadEdit:
+ Collaboration diagram for CmdFootprintPadEdit:

Public Member Functions

 CmdFootprintPadEdit ()=delete
 
 CmdFootprintPadEdit (const CmdFootprintPadEdit &other)=delete
 
 CmdFootprintPadEdit (FootprintPad &pad) noexcept
 
 ~CmdFootprintPadEdit () noexcept
 
void setPackagePadUuid (const tl::optional< Uuid > &pad, bool immediate) noexcept
 
void setComponentSide (FootprintPad::ComponentSide side, bool immediate) noexcept
 
void setFunction (FootprintPad::Function function, bool immediate) noexcept
 
void setShape (FootprintPad::Shape shape, bool immediate) noexcept
 
void setWidth (const PositiveLength &width, bool immediate) noexcept
 
void setHeight (const PositiveLength &height, bool immediate) noexcept
 
void setRadius (const UnsignedLimitedRatio &radius, bool immediate) noexcept
 
void setCustomShapeOutline (const Path &outline) noexcept
 
void setStopMaskConfig (const MaskConfig &config, bool immediate) noexcept
 
void setSolderPasteConfig (const MaskConfig &config) noexcept
 
void setCopperClearance (const UnsignedLength &clearance) noexcept
 
void setPosition (const Point &pos, bool immediate) noexcept
 
void translate (const Point &deltaPos, bool immediate) noexcept
 
void snapToGrid (const PositiveLength &gridInterval, bool immediate) noexcept
 
void setRotation (const Angle &angle, bool immediate) noexcept
 
void rotate (const Angle &angle, const Point &center, bool immediate) noexcept
 
void mirrorGeometry (Qt::Orientation orientation, const Point &center, bool immediate) noexcept
 
void mirrorLayer (bool immediate) noexcept
 
void setHoles (const PadHoleList &holes, bool immediate) noexcept
 
CmdFootprintPadEditoperator= (const CmdFootprintPadEdit &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) More...
 
bool wasEverReverted () const noexcept
 This method shows whether that command was ever reverted (undo() called at least one time) More...
 
bool isCurrentlyExecuted () const noexcept
 This method shows whether that command is currently executed (redo() called one time more than undo()) More...
 
virtual bool execute () final
 Execute the command (must only be called once) More...
 
virtual void undo () final
 Undo the command. More...
 
virtual void redo () final
 Redo the command. More...
 
UndoCommandoperator= (const UndoCommand &rhs)=delete
 

Private Member Functions

bool performExecute () override
 Execute the command the first time. More...
 
void performUndo () override
 Undo the command. More...
 
void performRedo () override
 Redo the command. More...
 

Private Attributes

FootprintPadmPad
 
FootprintPad mOldProperties
 
FootprintPad mNewProperties
 

Additional Inherited Members

Detailed Description

Constructor & Destructor Documentation

◆ CmdFootprintPadEdit() [1/3]

CmdFootprintPadEdit ( )
delete

◆ CmdFootprintPadEdit() [2/3]

CmdFootprintPadEdit ( const CmdFootprintPadEdit other)
delete

◆ CmdFootprintPadEdit() [3/3]

CmdFootprintPadEdit ( FootprintPad pad)
explicitnoexcept

◆ ~CmdFootprintPadEdit()

~CmdFootprintPadEdit ( )
noexcept
+ Here is the call graph for this function:

Member Function Documentation

◆ setPackagePadUuid()

void setPackagePadUuid ( const tl::optional< Uuid > &  pad,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:

◆ setComponentSide()

void setComponentSide ( FootprintPad::ComponentSide  side,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:

◆ setFunction()

void setFunction ( FootprintPad::Function  function,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:

◆ setShape()

void setShape ( FootprintPad::Shape  shape,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:

◆ setWidth()

void setWidth ( const PositiveLength width,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:

◆ setHeight()

void setHeight ( const PositiveLength height,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:

◆ setRadius()

void setRadius ( const UnsignedLimitedRatio radius,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:

◆ setCustomShapeOutline()

void setCustomShapeOutline ( const Path outline)
noexcept
+ Here is the call graph for this function:

◆ setStopMaskConfig()

void setStopMaskConfig ( const MaskConfig config,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:

◆ setSolderPasteConfig()

void setSolderPasteConfig ( const MaskConfig config)
noexcept
+ Here is the call graph for this function:

◆ setCopperClearance()

void setCopperClearance ( const UnsignedLength clearance)
noexcept
+ Here is the call graph for this function:

◆ setPosition()

void setPosition ( const Point pos,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ translate()

void translate ( const Point deltaPos,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ snapToGrid()

void snapToGrid ( const PositiveLength gridInterval,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setRotation()

void setRotation ( const Angle angle,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:

◆ rotate()

void rotate ( const Angle angle,
const Point center,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mirrorGeometry()

void mirrorGeometry ( Qt::Orientation  orientation,
const Point center,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mirrorLayer()

void mirrorLayer ( bool  immediate)
noexcept
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setHoles()

void setHoles ( const PadHoleList holes,
bool  immediate 
)
noexcept
+ Here is the call graph for this function:

◆ operator=()

CmdFootprintPadEdit& operator= ( const CmdFootprintPadEdit rhs)
delete

◆ 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)

Implements UndoCommand.

+ Here is the call graph for this function:

◆ performUndo()

void performUndo ( )
overrideprivatevirtual

Undo the command.

Note
This method must be implemented in all derived classes.

Implements UndoCommand.

+ Here is the caller graph for this function:

◆ performRedo()

void performRedo ( )
overrideprivatevirtual

Redo the command.

Note
This method must be implemented in all derived classes.

Implements UndoCommand.

+ Here is the caller graph for this function:

Member Data Documentation

◆ mPad

FootprintPad& mPad
private

◆ mOldProperties

FootprintPad mOldProperties
private

◆ mNewProperties

FootprintPad mNewProperties
private

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