LibrePCB Developers Documentation
|
The SchematicEditorState_DrawWire class. More...
#include <schematiceditorstate_drawwire.h>
Public Member Functions | |
SchematicEditorState_DrawWire ()=delete | |
SchematicEditorState_DrawWire (const SchematicEditorState_DrawWire &other)=delete | |
SchematicEditorState_DrawWire (const Context &context) noexcept | |
virtual | ~SchematicEditorState_DrawWire () noexcept |
virtual bool | entry () noexcept override |
virtual bool | exit () noexcept override |
virtual bool | processAbortCommand () noexcept override |
virtual bool | processKeyPressed (const QKeyEvent &e) noexcept override |
virtual bool | processKeyReleased (const QKeyEvent &e) noexcept override |
virtual bool | processGraphicsSceneMouseMoved (QGraphicsSceneMouseEvent &e) noexcept override |
virtual bool | processGraphicsSceneLeftMouseButtonPressed (QGraphicsSceneMouseEvent &e) noexcept override |
virtual bool | processGraphicsSceneLeftMouseButtonDoubleClicked (QGraphicsSceneMouseEvent &e) noexcept override |
virtual bool | processGraphicsSceneRightMouseButtonReleased (QGraphicsSceneMouseEvent &e) noexcept override |
virtual bool | processSwitchToSchematicPage (int index) noexcept override |
SchematicEditorState_DrawWire & | operator= (const SchematicEditorState_DrawWire &rhs)=delete |
Public Member Functions inherited from SchematicEditorState | |
SchematicEditorState ()=delete | |
SchematicEditorState (const SchematicEditorState &other)=delete | |
SchematicEditorState (const Context &context, QObject *parent=nullptr) noexcept | |
virtual | ~SchematicEditorState () noexcept |
virtual bool | entry () noexcept |
virtual bool | exit () noexcept |
virtual bool | processAddComponent (const QString &searchTerm=QString()) noexcept |
virtual bool | processAddComponent (const Uuid &cmp, const Uuid &symbVar) 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 | processMirror (Qt::Orientation orientation) noexcept |
virtual bool | processResetAllTexts () noexcept |
virtual bool | processRemove () noexcept |
virtual bool | processEditProperties () noexcept |
virtual bool | processAbortCommand () noexcept |
virtual bool | processKeyPressed (const QKeyEvent &e) noexcept |
virtual bool | processKeyReleased (const QKeyEvent &e) noexcept |
virtual bool | processGraphicsSceneMouseMoved (QGraphicsSceneMouseEvent &e) noexcept |
virtual bool | processGraphicsSceneLeftMouseButtonPressed (QGraphicsSceneMouseEvent &e) noexcept |
virtual bool | processGraphicsSceneLeftMouseButtonReleased (QGraphicsSceneMouseEvent &e) noexcept |
virtual bool | processGraphicsSceneLeftMouseButtonDoubleClicked (QGraphicsSceneMouseEvent &e) noexcept |
virtual bool | processGraphicsSceneRightMouseButtonReleased (QGraphicsSceneMouseEvent &e) noexcept |
virtual bool | processSwitchToSchematicPage (int index) noexcept |
SchematicEditorState & | operator= (const SchematicEditorState &rhs)=delete |
Private Types | |
enum class | SubState |
Internal FSM States (substates) More... | |
enum class | WireMode |
All available wire modes. More... | |
Private Member Functions | |
bool | startPositioning (SchematicGraphicsScene &scene, bool snap, SI_NetPoint *fixedPoint=nullptr) noexcept |
bool | addNextNetPoint (SchematicGraphicsScene &scene, bool snap) noexcept |
bool | abortPositioning (bool showErrMsgBox) noexcept |
std::shared_ptr< QGraphicsItem > | findItem (const Point &pos, const QVector< std::shared_ptr< QGraphicsItem > > &except={}) noexcept |
Point | updateNetpointPositions (bool snap) noexcept |
void | wireModeChanged (WireMode mode) noexcept |
Point | calcMiddlePointPos (const Point &p1, const Point p2, WireMode mode) const noexcept |
Private Attributes | |
Circuit & | mCircuit |
SubState | mSubState |
the current substate More... | |
WireMode | mCurrentWireMode |
the current wire mode More... | |
Point | mCursorPos |
the current cursor position More... | |
SI_NetLineAnchor * | mFixedStartAnchor |
the fixed anchor (start point of the line) More... | |
SI_NetLine * | mPositioningNetLine1 |
line between fixed point and p1 More... | |
SI_NetPoint * | mPositioningNetPoint1 |
the first netpoint to place More... | |
SI_NetLine * | mPositioningNetLine2 |
line between p1 and p2 More... | |
SI_NetPoint * | mPositioningNetPoint2 |
the second netpoint to place More... | |
QPointer< QActionGroup > | mWireModeActionGroup |
Additional Inherited Members | |
Public Types inherited from SchematicEditorState | |
enum class | FindFlag |
using | Context = SchematicEditorFsm::Context |
Signals inherited from SchematicEditorState | |
void | statusBarMessageChanged (const QString &message, int timeoutMs=-1) |
Protected Member Functions inherited from SchematicEditorState | |
Schematic * | getActiveSchematic () noexcept |
SchematicGraphicsScene * | getActiveSchematicScene () noexcept |
PositiveLength | getGridInterval () const noexcept |
const LengthUnit & | getLengthUnit () const noexcept |
void | abortBlockingToolsInOtherEditors () noexcept |
bool | execCmd (UndoCommand *cmd) |
QWidget * | parentWidget () noexcept |
QList< std::shared_ptr< QGraphicsItem > > | findItemsAtPos (const Point &pos, FindFlags flags, const QVector< std::shared_ptr< QGraphicsItem > > &except={}) noexcept |
template<typename T = QGraphicsItem> | |
std::shared_ptr< T > | findItemAtPos (const Point &pos, FindFlags flags, const QVector< std::shared_ptr< QGraphicsItem > > &except={}) noexcept |
Static Protected Member Functions inherited from SchematicEditorState | |
static const QSet< const Layer * > & | getAllowedGeometryLayers () noexcept |
Protected Attributes inherited from SchematicEditorState | |
Context | mContext |
The SchematicEditorState_DrawWire class.
|
strongprivate |
|
strongprivate |
|
delete |
|
delete |
|
explicitnoexcept |
|
virtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
Reimplemented from SchematicEditorState.
|
overridevirtualnoexcept |
Reimplemented from SchematicEditorState.
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
Reimplemented from SchematicEditorState.
|
delete |
|
privatenoexcept |
|
privatenoexcept |
|
privatenoexcept |
|
privatenoexcept |
|
privatenoexcept |
|
privatenoexcept |
|
private |
|
private |
the current substate
|
private |
the current wire mode
|
private |
the current cursor position
|
private |
the fixed anchor (start point of the line)
|
private |
line between fixed point and p1
|
private |
the first netpoint to place
|
private |
line between p1 and p2
|
private |
the second netpoint to place
|
private |