DrawSketchHandlerExtend Class Reference

Public Types

enum  SelectMode { STATUS_SEEK_First, STATUS_SEEK_Second }
 

Public Member Functions

virtual void activated (ViewProviderSketch *sketchgui)
 
 DrawSketchHandlerExtend ()
 
virtual void mouseMove (Base::Vector2d onSketchPos)
 
virtual bool pressButton (Base::Vector2d onSketchPos)
 
virtual bool releaseButton (Base::Vector2d onSketchPos)
 
virtual ~DrawSketchHandlerExtend ()
 
- 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

int BaseGeoId
 
std::vector< Base::Vector2dEditCurve
 
bool ExtendFromStart
 
ExtendSelectionfilterGate = nullptr
 
double Increment
 
SelectMode Mode
 
bool SavedExtendFromStart
 
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)
 

Member Enumeration Documentation

◆ SelectMode

Enumerator
STATUS_SEEK_First 
STATUS_SEEK_Second 

Constructor & Destructor Documentation

◆ DrawSketchHandlerExtend()

DrawSketchHandlerExtend::DrawSketchHandlerExtend ( )

◆ ~DrawSketchHandlerExtend()

virtual DrawSketchHandlerExtend::~DrawSketchHandlerExtend ( )
virtual

Member Function Documentation

◆ activated()

◆ mouseMove()

◆ pressButton()

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

◆ releaseButton()

Member Data Documentation

◆ BaseGeoId

int DrawSketchHandlerExtend::BaseGeoId
protected

Referenced by mouseMove(), and releaseButton().

◆ EditCurve

std::vector<Base::Vector2d> DrawSketchHandlerExtend::EditCurve
protected

Referenced by mouseMove(), and releaseButton().

◆ ExtendFromStart

bool DrawSketchHandlerExtend::ExtendFromStart
protected

Referenced by mouseMove(), and releaseButton().

◆ filterGate

ExtendSelection* DrawSketchHandlerExtend::filterGate = nullptr
protected

Referenced by activated(), and releaseButton().

◆ Increment

double DrawSketchHandlerExtend::Increment
protected

Referenced by mouseMove(), and releaseButton().

◆ Mode

SelectMode DrawSketchHandlerExtend::Mode
protected

Referenced by mouseMove(), and releaseButton().

◆ SavedExtendFromStart

bool DrawSketchHandlerExtend::SavedExtendFromStart
protected

Referenced by mouseMove(), and releaseButton().

◆ SugConstr

std::vector<AutoConstraint> DrawSketchHandlerExtend::SugConstr
protected

Referenced by mouseMove(), and releaseButton().


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