DrawSketchHandlerPoint Class Reference

Public Member Functions

virtual void activated (ViewProviderSketch *)
 
 DrawSketchHandlerPoint ()
 
virtual void mouseMove (Base::Vector2d onSketchPos)
 
virtual bool pressButton (Base::Vector2d onSketchPos)
 
virtual bool releaseButton (Base::Vector2d onSketchPos)
 
virtual ~DrawSketchHandlerPoint ()
 
- Public Member Functions inherited from SketcherGui::DrawSketchHandler
void createAutoConstraints (const std::vector< AutoConstraint > &autoConstrs, int geoId, Sketcher::PointPos pointPos=Sketcher::none, bool createowncommand=true)
 
virtual void deactivated (ViewProviderSketch *)
 
 DrawSketchHandler ()
 
int getHighestCurveIndex (void)
 
int getHighestVertexIndex (void)
 
virtual bool onSelectionChanged (const Gui::SelectionChanges &)
 
virtual void quit (void)
 
virtual void registerPressedKey (bool, int)
 
void renderSuggestConstraintsCursor (std::vector< AutoConstraint > &suggestedConstraints)
 
void resetPositionText (void)
 
int seekAutoConstraint (std::vector< AutoConstraint > &suggestedConstraints, const Base::Vector2d &Pos, const Base::Vector2d &Dir, AutoConstraint::TargetType type=AutoConstraint::VERTEX)
 
void setPositionText (const Base::Vector2d &Pos)
 
void setPositionText (const Base::Vector2d &Pos, const SbString &text)
 
virtual ~DrawSketchHandler ()
 

Protected Attributes

Base::Vector2d EditPoint
 
bool selectionDone
 
std::vector< AutoConstraintsugConstr
 
- Protected Attributes inherited from SketcherGui::DrawSketchHandler
QCursor actCursor
 
QCursor oldCursor
 
ViewProviderSketchsketchgui
 

Additional Inherited Members

- Protected Member Functions inherited from SketcherGui::DrawSketchHandler
void applyCursor (QCursor &newCursor)
 
void applyCursor (void)
 
void setCrosshairColor ()
 
void setCursor (const QPixmap &p, int x, int y)
 
void unsetCursor (void)
 

Constructor & Destructor Documentation

◆ DrawSketchHandlerPoint()

DrawSketchHandlerPoint::DrawSketchHandlerPoint ( )

◆ ~DrawSketchHandlerPoint()

virtual DrawSketchHandlerPoint::~DrawSketchHandlerPoint ( )
virtual

Member Function Documentation

◆ activated()

virtual void DrawSketchHandlerPoint::activated ( ViewProviderSketch )
virtual

◆ mouseMove()

◆ pressButton()

virtual bool DrawSketchHandlerPoint::pressButton ( Base::Vector2d  onSketchPos)
virtual

◆ releaseButton()

Member Data Documentation

◆ EditPoint

Base::Vector2d DrawSketchHandlerPoint::EditPoint
protected

Referenced by pressButton(), and releaseButton().

◆ selectionDone

bool DrawSketchHandlerPoint::selectionDone
protected

Referenced by pressButton(), and releaseButton().

◆ sugConstr

std::vector<AutoConstraint> DrawSketchHandlerPoint::sugConstr
protected

Referenced by mouseMove(), and releaseButton().


The documentation for this class was generated from the following file:
  • src/Mod/Sketcher/Gui/CommandCreateGeo.cpp