DrawSketchHandlerBSpline Class Reference

Public Types

enum  SELECT_MODE { STATUS_SEEK_FIRST_CONTROLPOINT, STATUS_SEEK_ADDITIONAL_CONTROLPOINTS, STATUS_CLOSE }
 modes More...
 

Public Member Functions

virtual void activated (ViewProviderSketch *)
 
 DrawSketchHandlerBSpline (int constructionMethod)
 
virtual void mouseMove (Base::Vector2d onSketchPos)
 
virtual bool pressButton (Base::Vector2d onSketchPos)
 
virtual void quit (void)
 
virtual bool releaseButton (Base::Vector2d)
 
virtual ~DrawSketchHandlerBSpline ()
 
- 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 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 ConstrMethod
 
int CurrentConstraint
 
std::vector< Base::Vector2dEditCurve
 
int FirstPoleGeoId
 
bool IsClosed
 
SELECT_MODE Mode
 
std::vector< std::vector< AutoConstraint > > sugConstr
 
- 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

◆ SELECT_MODE

modes

Enumerator
STATUS_SEEK_FIRST_CONTROLPOINT 
STATUS_SEEK_ADDITIONAL_CONTROLPOINTS 
STATUS_CLOSE 

Constructor & Destructor Documentation

◆ DrawSketchHandlerBSpline()

DrawSketchHandlerBSpline::DrawSketchHandlerBSpline ( int  constructionMethod)

References sugConstr.

◆ ~DrawSketchHandlerBSpline()

virtual DrawSketchHandlerBSpline::~DrawSketchHandlerBSpline ( )
virtual

Member Function Documentation

◆ activated()

virtual void DrawSketchHandlerBSpline::activated ( ViewProviderSketch )
virtual

◆ mouseMove()

◆ pressButton()

◆ quit()

◆ releaseButton()

Member Data Documentation

◆ ConstrMethod

int DrawSketchHandlerBSpline::ConstrMethod
protected

Referenced by pressButton(), and releaseButton().

◆ CurrentConstraint

int DrawSketchHandlerBSpline::CurrentConstraint
protected

◆ EditCurve

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

◆ FirstPoleGeoId

int DrawSketchHandlerBSpline::FirstPoleGeoId
protected

Referenced by pressButton(), and releaseButton().

◆ IsClosed

bool DrawSketchHandlerBSpline::IsClosed
protected

Referenced by pressButton(), quit(), and releaseButton().

◆ Mode

SELECT_MODE DrawSketchHandlerBSpline::Mode
protected

◆ sugConstr

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

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