![]() |
LibrePCB Developers Documentation
|
The "draw polygon" state/tool of the board editor. More...
#include <boardeditorstate_drawpolygon.h>
Signals | |
void | layerChanged (const Layer &layer) |
void | lineWidthChanged (const UnsignedLength &width) |
void | filledChanged (bool filled) |
![]() | |
void | requestLeavingState () |
Signal to indicate that the current tool should be exited. | |
Public Member Functions | |
BoardEditorState_DrawPolygon ()=delete | |
BoardEditorState_DrawPolygon (const BoardEditorState_DrawPolygon &other)=delete | |
BoardEditorState_DrawPolygon (const Context &context) noexcept | |
virtual | ~BoardEditorState_DrawPolygon () noexcept |
virtual bool | entry () noexcept override |
virtual bool | exit () noexcept override |
virtual bool | processAbortCommand () noexcept override |
virtual bool | processGraphicsSceneMouseMoved (const GraphicsSceneMouseEvent &e) noexcept override |
virtual bool | processGraphicsSceneLeftMouseButtonPressed (const GraphicsSceneMouseEvent &e) noexcept override |
virtual bool | processGraphicsSceneLeftMouseButtonDoubleClicked (const GraphicsSceneMouseEvent &e) noexcept override |
QSet< const Layer * > | getAvailableLayers () noexcept |
const Layer & | getLayer () const noexcept |
void | setLayer (const Layer &layer) noexcept |
const UnsignedLength & | getLineWidth () const noexcept |
void | setLineWidth (const UnsignedLength &width) noexcept |
bool | getFilled () const noexcept |
void | setFilled (bool filled) noexcept |
BoardEditorState_DrawPolygon & | operator= (const BoardEditorState_DrawPolygon &rhs)=delete |
![]() | |
BoardEditorState ()=delete | |
BoardEditorState (const BoardEditorState &other)=delete | |
BoardEditorState (const Context &context, QObject *parent=nullptr) noexcept | |
virtual | ~BoardEditorState () noexcept |
virtual bool | processAddDevice (ComponentInstance &component, const Uuid &device, const Uuid &footprint) noexcept |
virtual bool | processImportDxf () noexcept |
virtual bool | processSelectAll () noexcept |
virtual bool | processCut () noexcept |
virtual bool | processCopy () noexcept |
virtual bool | processPaste () noexcept |
virtual bool | processMove (const Point &delta) noexcept |
virtual bool | processRotate (const Angle &rotation) noexcept |
virtual bool | processFlip (Qt::Orientation orientation) noexcept |
virtual bool | processSnapToGrid () noexcept |
virtual bool | processSetLocked (bool locked) noexcept |
virtual bool | processChangeLineWidth (int step) noexcept |
virtual bool | processResetAllTexts () noexcept |
virtual bool | processRemove () noexcept |
virtual bool | processEditProperties () noexcept |
virtual bool | processKeyPressed (const GraphicsSceneKeyEvent &e) noexcept |
virtual bool | processKeyReleased (const GraphicsSceneKeyEvent &e) noexcept |
virtual bool | processGraphicsSceneLeftMouseButtonReleased (const GraphicsSceneMouseEvent &e) noexcept |
virtual bool | processGraphicsSceneRightMouseButtonReleased (const GraphicsSceneMouseEvent &e) noexcept |
BoardEditorState & | operator= (const BoardEditorState &rhs)=delete |
Private Member Functions | |
bool | startAddPolygon (const Point &pos) noexcept |
bool | addSegment (const Point &pos) noexcept |
bool | updateLastVertexPosition (const Point &pos) noexcept |
bool | abortCommand (bool showErrMsgBox) noexcept |
Private Attributes | |
bool | mIsUndoCmdActive |
Point | mLastSegmentPos |
BoardPolygonData | mCurrentProperties |
BI_Polygon * | mCurrentPolygon |
std::unique_ptr< CmdBoardPolygonEdit > | mCurrentPolygonEditCmd |
Additional Inherited Members | |
![]() | |
enum class | FindFlag : uint32_t |
using | Context = BoardEditorFsm::Context |
![]() | |
BoardGraphicsScene * | getActiveBoardScene () noexcept |
bool | getIgnoreLocks () const noexcept |
PositiveLength | getGridInterval () const noexcept |
const LengthUnit & | getLengthUnit () const noexcept |
QSet< const Layer * > | getAllowedGeometryLayers () noexcept |
void | makeLayerVisible (const QString &layer) noexcept |
void | abortBlockingToolsInOtherEditors () noexcept |
bool | execCmd (UndoCommand *cmd) |
QWidget * | parentWidget () noexcept |
QList< std::shared_ptr< QGraphicsItem > > | findItemsAtPos (const Point &pos, FindFlags flags, const Layer *cuLayer=nullptr, const QSet< const NetSignal * > &netsignals={}, const QVector< std::shared_ptr< QGraphicsItem > > &except={}) noexcept |
template<typename T = QGraphicsItem> | |
std::shared_ptr< T > | findItemAtPos (const Point &pos, FindFlags flags, const Layer *cuLayer=nullptr, const QSet< const NetSignal * > &netsignals={}, const QVector< std::shared_ptr< QGraphicsItem > > &except={}) noexcept |
![]() | |
Context | mContext |
BoardEditorFsmAdapter & | mAdapter |
The "draw polygon" state/tool of the board editor.
|
delete |
|
delete |
|
explicitnoexcept |
|
virtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
Reimplemented from BoardEditorState.
|
noexcept |
|
inlinenoexcept |
|
noexcept |
|
inlinenoexcept |
|
noexcept |
|
inlinenoexcept |
|
noexcept |
|
delete |
|
signal |
|
signal |
|
signal |
|
privatenoexcept |
|
privatenoexcept |
|
privatenoexcept |
|
privatenoexcept |
|
private |
|
private |
|
private |
|
private |
|
private |