DrawSketchHandlerRegularPolygon Class Reference

Public Types

enum  SelectMode { STATUS_SEEK_First, STATUS_SEEK_Second, STATUS_End }
 mode table More...
 

Public Member Functions

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

const double AngleOfSeparation
 
const size_t Corners
 
const double cos_v
 
std::vector< Base::Vector2dEditCurve
 
SelectMode Mode
 
const double sin_v
 
Base::Vector2d StartPos
 
std::vector< AutoConstraintsugConstr1
 
std::vector< AutoConstraintsugConstr2
 
- 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

mode table

Enumerator
STATUS_SEEK_First 

enum value -—.

STATUS_SEEK_Second 

enum value -—.

STATUS_End 

Constructor & Destructor Documentation

◆ DrawSketchHandlerRegularPolygon()

DrawSketchHandlerRegularPolygon::DrawSketchHandlerRegularPolygon ( size_t  nof_corners)

◆ ~DrawSketchHandlerRegularPolygon()

virtual DrawSketchHandlerRegularPolygon::~DrawSketchHandlerRegularPolygon ( )
virtual

Member Function Documentation

◆ activated()

virtual void DrawSketchHandlerRegularPolygon::activated ( ViewProviderSketch )
virtual

◆ mouseMove()

◆ pressButton()

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

◆ releaseButton()

Member Data Documentation

◆ AngleOfSeparation

const double DrawSketchHandlerRegularPolygon::AngleOfSeparation
protected

◆ Corners

const size_t DrawSketchHandlerRegularPolygon::Corners
protected

Referenced by mouseMove(), and releaseButton().

◆ cos_v

const double DrawSketchHandlerRegularPolygon::cos_v
protected

Referenced by mouseMove().

◆ EditCurve

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

Referenced by mouseMove(), and releaseButton().

◆ Mode

SelectMode DrawSketchHandlerRegularPolygon::Mode
protected

◆ sin_v

const double DrawSketchHandlerRegularPolygon::sin_v
protected

Referenced by mouseMove().

◆ StartPos

Base::Vector2d DrawSketchHandlerRegularPolygon::StartPos
protected

◆ sugConstr1

std::vector<AutoConstraint> DrawSketchHandlerRegularPolygon::sugConstr1
protected

Referenced by mouseMove(), and releaseButton().

◆ sugConstr2

std::vector<AutoConstraint> DrawSketchHandlerRegularPolygon::sugConstr2
protected

Referenced by mouseMove(), and releaseButton().


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