LibrePCB Developers Documentation
|
This is the complete list of members for CmdPolygonEdit, including all inherited members.
CmdPolygonEdit()=delete | CmdPolygonEdit | |
CmdPolygonEdit(const CmdPolygonEdit &other)=delete | CmdPolygonEdit | |
CmdPolygonEdit(Polygon &polygon) noexcept | CmdPolygonEdit | explicit |
execute() final | UndoCommand | virtual |
getText() const noexcept | UndoCommand | inline |
isCurrentlyExecuted() const noexcept | UndoCommand | inline |
mirrorGeometry(Qt::Orientation orientation, const Point ¢er, bool immediate) noexcept | CmdPolygonEdit | |
mirrorLayer(bool immediate) noexcept | CmdPolygonEdit | |
mIsExecuted | UndoCommand | private |
mNewIsFilled | CmdPolygonEdit | private |
mNewIsGrabArea | CmdPolygonEdit | private |
mNewLayer | CmdPolygonEdit | private |
mNewLineWidth | CmdPolygonEdit | private |
mNewPath | CmdPolygonEdit | private |
mOldIsFilled | CmdPolygonEdit | private |
mOldIsGrabArea | CmdPolygonEdit | private |
mOldLayer | CmdPolygonEdit | private |
mOldLineWidth | CmdPolygonEdit | private |
mOldPath | CmdPolygonEdit | private |
mPolygon | CmdPolygonEdit | private |
mRedoCount | UndoCommand | private |
mText | UndoCommand | private |
mUndoCount | UndoCommand | private |
operator=(const CmdPolygonEdit &rhs)=delete | CmdPolygonEdit | |
librepcb::editor::UndoCommand::operator=(const UndoCommand &rhs)=delete | UndoCommand | |
performExecute() override | CmdPolygonEdit | privatevirtual |
performRedo() override | CmdPolygonEdit | privatevirtual |
performUndo() override | CmdPolygonEdit | privatevirtual |
redo() final | UndoCommand | virtual |
rotate(const Angle &angle, const Point ¢er, bool immediate) noexcept | CmdPolygonEdit | |
setIsFilled(bool filled, bool immediate) noexcept | CmdPolygonEdit | |
setIsGrabArea(bool grabArea, bool immediate) noexcept | CmdPolygonEdit | |
setLayer(const Layer &layer, bool immediate) noexcept | CmdPolygonEdit | |
setLineWidth(const UnsignedLength &width, bool immediate) noexcept | CmdPolygonEdit | |
setPath(const Path &path, bool immediate) noexcept | CmdPolygonEdit | |
snapToGrid(const PositiveLength &gridInterval, bool immediate) noexcept | CmdPolygonEdit | |
translate(const Point &deltaPos, bool immediate) noexcept | CmdPolygonEdit | |
undo() final | UndoCommand | virtual |
UndoCommand()=delete | UndoCommand | |
UndoCommand(const UndoCommand &other)=delete | UndoCommand | |
UndoCommand(const QString &text) noexcept | UndoCommand | explicit |
wasEverExecuted() const noexcept | UndoCommand | inline |
wasEverReverted() const noexcept | UndoCommand | inline |
~CmdPolygonEdit() noexcept | CmdPolygonEdit | |
~UndoCommand() noexcept | UndoCommand | virtual |