ACF $AcfVersion:0$
Public Types | Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | List of all members
iview::CAffineTransformation2dShape Class Reference

Interactive shape to visualize i2d::CAffineTransformation2d. More...

#include <CAffineTransformation2dShape.h>

Inheritance diagram for iview::CAffineTransformation2dShape:
iview::CInteractiveShapeBase iview::CShapeBase iview::IInteractiveShape iview::IDraggable imod::CSingleModelObserverBase iview::IShape iview::IShape iview::IMouseActionObserver istd::IPolymorphic istd::IPolymorphic iview::ITouchable iview::IVisualizable imod::IObserver iview::ITouchable iview::IVisualizable imod::IObserver imod::IObserver

Public Types

enum  ControlPoint {
  NO_POINT = 0 , POINT1 = 1 , POINT2 = 2 , POINT3 = 4 ,
  POINT4 = 8 , POINT5 = 16 , ALL_POINTS = POINT1 | POINT2 | POINT3 | POINT4 | POINT5
}
 
- Public Types inherited from iview::CInteractiveShapeBase
typedef CShapeBase BaseClass
 
- Public Types inherited from iview::CShapeBase
enum  ShapeTransformMode { STM_VIEW , STM_SHAPE , STM_COMBINE }
 Describe how shape tranformation is interpreted. More...
 
typedef imod::CSingleModelObserverBase BaseClass
 
- Public Types inherited from imod::CSingleModelObserverBase
typedef imod::IModel ModelType
 
- Public Types inherited from iview::IShape
enum  ChangeFlags { CF_CALIB = 0x3663adf }
 Data model change notification flags. More...
 
- Public Types inherited from iview::ITouchable
enum  TouchState {
  TS_NONE , TS_INACTIVE , TS_TICKER , TS_DRAGGABLE ,
  TS_AREA , TS_OTHER , TS_LAST = TS_OTHER
}
 Enumeration for possible shape touch states. More...
 

Public Member Functions

 CAffineTransformation2dShape ()
 
void SetActiveControlPoints (ControlPoint points=ALL_POINTS)
 Set control points that can be moved by the user (OR'ed ControlPoints).
 
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.
 
- Public Member Functions inherited from iview::CInteractiveShapeBase
 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 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 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.
 
- Public Member Functions inherited from iview::CShapeBase
 CShapeBase ()
 
 CShapeBase (const CShapeBase &shape)
 
virtual ~CShapeBase ()
 
virtual bool AssignToLayer (int layerType)
 Assign this shape to same layer.
 
virtual void Invalidate ()
 
iview::IDisplayGetDisplayPtr () 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 IColorSchemaGetUserColorSchema () 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.
 
- Public Member Functions inherited from imod::CSingleModelObserverBase
 CSingleModelObserverBase ()
 
virtual ~CSingleModelObserverBase ()
 
imod::IModelGetObservedModel () const
 Get access to observed model.
 
imod::IModelGetModelPtr () 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.
 
- Public Member Functions inherited from istd::IPolymorphic
virtual ~IPolymorphic ()
 
- Public Member Functions inherited from iview::IShape
virtual bool IsAreaTouchAllowed () const
 
virtual void SetAreaTouchAllowed (bool=true)
 
virtual iview::ISelectable::MousePointerMode UpdateMousePointer (iview::ISelectable::MousePointerMode defaultPointer, ITouchable::TouchState, const istd::CIndex2d &) const
 

Protected Types

enum  { CONTROL_POINTS_COUNT = 11 , ACTIVE_POINTS_COUNT = 5 }
 
typedef i2d::CVector2d ControlPoints[CONTROL_POINTS_COUNT]
 

Protected Member Functions

void GetScreenPoints (const ControlPoints &points, ControlPoints &result) const
 Transform control points from logical to screen coordinates.
 
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
 
- Protected Member Functions inherited from iview::CInteractiveShapeBase
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.
 
- Protected Member Functions inherited from iview::CShapeBase
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 IColorSchemaGetColorSchema () const
 Get color schema for this shape.
 
i2d::CRect GetClientRect () const
 Get display client rectangle.
 
bool IsBoundingBoxValid () const
 
void DisconnectDisplay ()
 
virtual const iview::CScreenTransformGetViewToScreenTransform () const
 
- Protected Member Functions inherited from imod::CSingleModelObserverBase
void SetModelPtr (imod::IModel *modelPtr)
 Set internal model pointer to specified value.
 

Static Protected Member Functions

static const ControlPointsGetControlPoints ()
 Generate transformed points using given transformation.
 
static void GetTransformedPoints (const ControlPoints &points, ControlPoints &result, const i2d::CAffineTransformation2d &transformation)
 

Additional Inherited Members

- Static Protected Attributes inherited from imod::CSingleModelObserverBase
static const istd::IChangeable::ChangeSet s_undoChanges
 

Detailed Description

Interactive shape to visualize i2d::CAffineTransformation2d.

Definition at line 17 of file CAffineTransformation2dShape.h.

Member Typedef Documentation

◆ ControlPoints

typedef i2d::CVector2d iview::CAffineTransformation2dShape::ControlPoints[CONTROL_POINTS_COUNT]
protected

Definition at line 52 of file CAffineTransformation2dShape.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
protected
Enumerator
CONTROL_POINTS_COUNT 
ACTIVE_POINTS_COUNT 

Definition at line 48 of file CAffineTransformation2dShape.h.

◆ ControlPoint

Enumerator
NO_POINT 
POINT1 
POINT2 
POINT3 
POINT4 
POINT5 
ALL_POINTS 

Definition at line 20 of file CAffineTransformation2dShape.h.

Constructor & Destructor Documentation

◆ CAffineTransformation2dShape()

iview::CAffineTransformation2dShape::CAffineTransformation2dShape ( )

Member Function Documentation

◆ BeginLogDrag()

virtual void iview::CAffineTransformation2dShape::BeginLogDrag ( const i2d::CVector2d reference)
overrideprotectedvirtual

◆ CalcBoundingBox()

virtual i2d::CRect iview::CAffineTransformation2dShape::CalcBoundingBox ( ) const
overrideprotectedvirtual

Calculate bounding box.

You have to implement this method in your shapes implementations.

Implements iview::CShapeBase.

◆ Draw()

virtual void iview::CAffineTransformation2dShape::Draw ( QPainter &  drawContext) const
overridevirtual

Draw this shape using draw context.

Implements iview::IVisualizable.

◆ GetControlPoints()

static const ControlPoints & iview::CAffineTransformation2dShape::GetControlPoints ( )
staticprotected

Generate transformed points using given transformation.

If there is no transformation, generate default Cartesian coordinate system corner points: begin, X axis end and Y axis end.

Parameters
sizeLength of both axes

◆ GetScreenPoints()

void iview::CAffineTransformation2dShape::GetScreenPoints ( const ControlPoints points,
ControlPoints result 
) const
protected

Transform control points from logical to screen coordinates.

Parameters
transformLogToScreenTransform assigned to the view

◆ GetTransformedPoints()

static void iview::CAffineTransformation2dShape::GetTransformedPoints ( const ControlPoints points,
ControlPoints result,
const i2d::CAffineTransformation2d transformation 
)
staticprotected

◆ IsTouched()

virtual TouchState iview::CAffineTransformation2dShape::IsTouched ( istd::CIndex2d  position) const
overridevirtual

Check, if any shape is touched.

When shape is touched, it return also pointer to this shape.

Returns
touch state for the shape, or iview::IInteractiveShape::TS_NONE, when nothing found.

Reimplemented from iview::CShapeBase.

◆ OnModelAttached()

virtual bool iview::CAffineTransformation2dShape::OnModelAttached ( imod::IModel modelPtr,
istd::IChangeable::ChangeSet changeMask 
)
overridevirtual

Callback invoked when an observable model is about to be attached to this observer.

This method is called by the model when attempting to establish an observer relationship. The implementation should:

  1. Validate that the model is of an acceptable type
  2. Set the changeMask to specify which changes to monitor
  3. Return true to accept the attachment, or false to reject it
Parameters
modelPtrPointer to the model object being attached. Never nullptr.
changeMaskOutput parameter where the observer specifies which change types it wants to be notified about. Set the appropriate change flags using changeMask.Set(changeId). An empty mask means the observer wants all changes.
Returns
true if the model is accepted and attachment succeeds, false to reject the attachment (e.g., if the model is of incompatible type).
Note
After successful attachment, the observer should initialize its state based on the current model data.
The changeMask allows filtering notifications for better performance. Only changes matching the mask will trigger AfterUpdate() calls.
virtual bool OnModelAttached(IModel* modelPtr,
{
// Type check
CMyModel* model = dynamic_cast<CMyModel*>(modelPtr);
if (!model) return false;
// Set up change filtering
changeMask.Set(CMyModel::CF_DATA_CHANGED);
changeMask.Set(CMyModel::CF_STATUS_CHANGED);
// Don't set CF_INTERNAL_CHANGED - we don't care about those
// Initialize view from current model state
UpdateViewFromModel(model);
return true;
}
Set of change flags (its IDs).
Definition IChangeable.h:36
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.
See also
OnModelDetached(), IsModelAttached(), AfterUpdate()

Reimplemented from iview::CInteractiveShapeBase.

◆ SetActiveControlPoints()

void iview::CAffineTransformation2dShape::SetActiveControlPoints ( ControlPoint  points = ALL_POINTS)

Set control points that can be moved by the user (OR'ed ControlPoints).

◆ SetLogDragPosition()

virtual void iview::CAffineTransformation2dShape::SetLogDragPosition ( const i2d::CVector2d position)
overrideprotectedvirtual

The documentation for this class was generated from the following file: