|
| | CAnnulusSegmentShape () |
| |
| virtual bool | IsEditableAngles () const |
| |
| virtual void | SetEditableAngles (bool editable=true) |
| |
| virtual bool | OnMouseButton (istd::CIndex2d position, Qt::MouseButton buttonType, bool downFlag) override |
| | It is called, when mouse button is pushed down or up on this object.
|
| |
| virtual bool | OnMouseMove (istd::CIndex2d position) override |
| | It is called, when mouse is moved.
|
| |
| virtual void | Draw (QPainter &drawContext) const override |
| | Draw this shape using draw context.
|
| |
| virtual bool | OnModelAttached (imod::IModel *modelPtr, istd::IChangeable::ChangeSet &changeMask) override |
| | Callback invoked when an observable model is about to be attached to this observer.
|
| |
| virtual TouchState | IsTouched (istd::CIndex2d position) const override |
| | Check, if any shape is touched.
|
| |
| | CAnnulusShape () |
| |
| virtual bool | IsEditableRadiusInner () const |
| |
| virtual void | SetEditableRadiusInner (bool editable=true) |
| |
| virtual bool | IsEditableRadiusOuter () const |
| |
| virtual void | SetEditableRadiusOuter (bool editable=true) |
| |
| virtual bool | IsEditableRadius () const |
| |
| virtual void | SetEditableRadius (bool editable=true) |
| |
| virtual bool | IsCenterVisible () const |
| |
| virtual void | SetCenterVisible (bool state=true) |
| |
| | CPinShape () |
| |
| | CInteractiveShapeBase () |
| |
| | CInteractiveShapeBase (const CInteractiveShapeBase &shape) |
| |
| virtual | ~CInteractiveShapeBase () |
| |
| virtual bool | IsEditablePosition () const |
| |
| virtual void | SetEditablePosition (bool state=true) |
| |
| virtual bool | IsSelected () const override |
| | Check, if this shape is selected.
|
| |
| virtual void | SetSelected (bool selectFlag=true) override |
| | Inform that this object was selected or deselected.
|
| |
| virtual bool | IsDraggable () const override |
| | Check if drag is enabled.
|
| |
| virtual void | BeginDrag (const istd::CIndex2d &position) override |
| | Called before dragging is begin.
|
| |
| virtual void | SetDragPosition (const istd::CIndex2d &position) override |
| | Set new drag position.
|
| |
| virtual void | EndDrag () override |
| | Called after dragging.
|
| |
| virtual bool | OnModelDetached (imod::IModel *modelPtr) override |
| | Callback invoked when an observable model is about to be detached from this observer.
|
| |
| | CShapeBase () |
| |
| | CShapeBase (const CShapeBase &shape) |
| |
| virtual | ~CShapeBase () |
| |
| virtual bool | AssignToLayer (int layerType) |
| | Assign this shape to same layer.
|
| |
| virtual void | Invalidate () |
| |
| iview::IDisplay * | GetDisplayPtr () const |
| | Get access to currently connected display.
|
| |
| ShapeTransformMode | GetTransformMode () const |
| | Get shape transformation mode.
|
| |
| void | SetTransformMode (ShapeTransformMode mode) |
| | Set shape transformation mode.
|
| |
| i2d::CVector2d | GetScreenPosition (const i2d::CVector2d &logPosition) const |
| | Get screen position based on logical position.
|
| |
| i2d::CVector2d | GetLogPosition (const i2d::CVector2d &screenPosition) const |
| | Get logical position based on screen position.
|
| |
| virtual int | GetLayerType () const override |
| | Get layer type of this shape object.
|
| |
| virtual i2d::CRect | GetBoundingBox () const override |
| | Return bounding box in client window coordinates.
|
| |
| virtual void | SetVisible (bool state=true) override |
| | Make shape to be visible or not.
|
| |
| virtual const IColorSchema * | GetUserColorSchema () const override |
| | Get color schema from view or user defined.
|
| |
| virtual void | SetUserColorSchema (const IColorSchema *schemaPtr) override |
| | Set color schema to draw shape.
|
| |
| virtual void | SetDefaultDescription (const QString &description) override |
| | Set default description will be used to display on console.
|
| |
| virtual void | SetToolTip (const QString &toolTip) override |
| |
| virtual bool | IsInside (const istd::CIndex2d &screenPosition) const override |
| |
| virtual bool | IsVisible () const override |
| | Check, if this object is visible.
|
| |
| virtual bool | IsDisplayAccepted (const IDisplay &display) const override |
| | Check if this object can be connected to this display.
|
| |
| virtual void | OnConnectDisplay (IDisplay *displayPtr) override |
| | Called after display is connected.
|
| |
| virtual void | OnDisconnectDisplay (IDisplay *displayPtr) override |
| | Called after display is disconnected.
|
| |
| virtual bool | OnDisplayChange (const istd::IChangeable::ChangeSet &changeSet) override |
| | It informs about changes in display.
|
| |
| virtual QString | GetShapeDescriptionAt (istd::CIndex2d position) const override |
| | Get description to shape at specified position.
|
| |
| virtual QString | GetToolTipAt (istd::CIndex2d position) const override |
| | Get tooltip at specified position.
|
| |
| virtual void | OnUpdate (const istd::IChangeable::ChangeSet &changeSet) override |
| | Called on update of observed model.
|
| |
| | CSingleModelObserverBase () |
| |
| virtual | ~CSingleModelObserverBase () |
| |
| imod::IModel * | GetObservedModel () const |
| | Get access to observed model.
|
| |
| imod::IModel * | GetModelPtr () const |
| | Get access to observed model.
|
| |
| void | EnsureModelDetached () |
| | Make sure this observer is detached.
|
| |
| void | SetObservedIds (const istd::IChangeable::ChangeSet &changeMask) |
| | Set list of ID's beeing observed.
|
| |
| virtual bool | IsModelAttached (const imod::IModel *modelPtr=NULL) const override |
| | Checks if the specified model is currently attached to this observer.
|
| |
| virtual void | BeforeUpdate (imod::IModel *modelPtr) override |
| | Callback invoked before an update of the observer's content occurs.
|
| |
| virtual void | AfterUpdate (imod::IModel *modelPtr, const istd::IChangeable::ChangeSet &changeSet) override |
| | Callback invoked after an update of the observer's content occurs.
|
| |
| virtual | ~IPolymorphic () |
| |
| virtual bool | IsAreaTouchAllowed () const |
| |
| virtual void | SetAreaTouchAllowed (bool=true) |
| |
| virtual iview::ISelectable::MousePointerMode | UpdateMousePointer (iview::ISelectable::MousePointerMode defaultPointer, ITouchable::TouchState, const istd::CIndex2d &) const |
| |
|
| virtual void | DrawArea (QPainter &painter, i2d::CVector2d realCenter, i2d::CVector2d center, double realMinRadius, double realMaxRadius, int minRadius, int maxRadius, double startAngle, double stopAngle, bool fillFlag=true) const |
| |
| double | GetDegreeAndleOfPoint (const i2d::CVector2d ¢er, const QPointF &point) const |
| |
| virtual i2d::CRect | CalcBoundingBox () const override |
| | Calculate bounding box.
|
| |
| virtual void | BeginLogDrag (const i2d::CVector2d &reference) override |
| |
| virtual void | SetLogDragPosition (const i2d::CVector2d &position) override |
| |
| void | BeginTickerDrag () |
| |
| void | EndTickerDrag () |
| |
| void | UpdateModelChanges () |
| |
| int | GetKeysState () const |
| | Get actual keys state.
|
| |
| int | GetEditMode () const |
| | Get actual edit mode.
|
| |
| int | GetDisplayMode () const |
| | Get actual display mode.
|
| |
| void | DrawText (QPainter &drawContext, istd::CIndex2d point, const QString &text) const |
| | Draw text on a given position.
|
| |
| virtual bool | IsDisplayChangeImportant (const istd::IChangeable::ChangeSet &changeSet) override |
| | Get display changes mask.
|
| |
| double | GetLocalLineWidth (const i2d::CVector2d &screenPosition) const |
| | Get line with (in logical coordinates) for single screen position.
|
| |
| virtual void | InvalidateBoundingBox () |
| | Invalidate bounding box.
|
| |
| bool | IsDisplayConnected () const |
| | Check if display is connected.
|
| |
| const IColorSchema & | GetColorSchema () const |
| | Get color schema for this shape.
|
| |
| i2d::CRect | GetClientRect () const |
| | Get display client rectangle.
|
| |
| bool | IsBoundingBoxValid () const |
| |
| void | DisconnectDisplay () |
| |
| virtual const iview::CScreenTransform & | GetViewToScreenTransform () const |
| |
| void | SetModelPtr (imod::IModel *modelPtr) |
| | Set internal model pointer to specified value.
|
| |
Definition at line 12 of file CAnnulusSegmentShape.h.