ICF 3.0.5.47
Technical documentation of ICF Libraries
iview::CParallelogramShape Class Reference

#include <CParallelogramShape.h>

Inheritance diagram for iview::CParallelogramShape:
Collaboration diagram for iview::CParallelogramShape:

Public Types

typedef CInteractiveShapeBase BaseClass
 
- 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_TRANSPARENT , TS_INACTIVE , TS_TICKER ,
  TS_DRAGGABLE , TS_OTHER , TS_LAST = TS_OTHER
}
 Enumeration for possible shape touch states. More...
 

Public Member Functions

 CParallelogramShape ()
 
virtual bool IsEditableRotation ()
 Check, if rotation is editable.
 
virtual void SetEditableRotation (bool state=true)
 
virtual bool IsEditableWidth ()
 Check, if width is editable.
 
virtual void SetEditableWidth (bool state=true)
 
virtual bool IsEditableHeight ()
 Check, if size is editable.
 
virtual void SetEditableHeight (bool state=true)
 
virtual bool IsEditableAngle ()
 Check, if internal angle is editable.
 
virtual void SetEditableAngle (bool state=true)
 
virtual bool IsProportionalScaled () const
 Check, if both axis will be scaled proportional.
 
virtual void SetProportionalScaled (bool state=true)
 
virtual bool AreAxesEqual () const
 Check, if it is forced to keep length of both axes equal.
 
virtual void SetAxesEqual (bool state=true)
 
virtual bool AreAxesOrthogonal () const
 Check, if it is forced to keep both axes orthogonal.
 
virtual void SetAxesOrthogonal (bool state=true)
 
virtual void InvalidateBoundingBox ()
 Invalidate bounding box.
 
virtual TouchState IsTouched (istd::CIndex2d position) const
 Check, if any shape is touched.
 
virtual void Draw (QPainter &drawContext) const
 Draw this shape using draw context.
 
virtual bool OnModelAttached (imod::IModel *modelPtr, istd::IChangeable::ChangeSet &changeMask)
 This call back function will be called, if an observable object is about to be attached.
 
virtual bool OnMouseButton (istd::CIndex2d position, Qt::MouseButton buttonType, bool downFlag)
 It is called, when mouse button is pushed down or up on this object.
 
virtual bool OnMouseMove (istd::CIndex2d position)
 It is called, when mouse is moved.
 
- 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
 Check, if this shape is selected.
 
virtual void SetSelected (bool selectFlag=true)
 Inform that this object was selected or deselected.
 
virtual bool IsDraggable () const
 Check if drag is enabled.
 
virtual void BeginDrag (const istd::CIndex2d &position)
 Called before dragging is begin.
 
virtual void SetDragPosition (const istd::CIndex2d &position)
 Set new drag position.
 
virtual void EndDrag ()
 Called after dragging.
 
virtual bool OnModelDetached (imod::IModel *modelPtr)
 This call back function will be called, if an observable object is about to be detached.
 
- 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::IDisplayGetDisplay () const
 Get access to currently connected display.
 
ShapeTransformMode GetTransformMode () const
 Get shape transformation mode.
 
void SetTransformMode (ShapeTransformMode mode)
 Set shape transformation mode.
 
int GetLayerType () const override
 Get layer type of this shape object.
 
i2d::CRect GetBoundingBox () const override
 Return bounding box in client window coordinates.
 
void SetVisible (bool state=true) override
 Make shape to be visible or not.
 
const IColorSchemaGetUserColorSchema () const override
 Get color schema from view or user defined.
 
void SetUserColorSchema (const IColorSchema *schemaPtr) override
 Set color schema to draw shape.
 
void SetDefaultDescription (const QString &description) override
 Set default description will be used to display on console.
 
bool IsVisible () const override
 Check, if this object is visible.
 
bool IsDisplayAccepted (const IDisplay &display) const override
 Check if this object can be connected to this display.
 
void OnDisplayConnected (IDisplay *displayPtr) override
 Called after display is connected.
 
void OnDisplayDisconnected (IDisplay *displayPtr) override
 Called after display is disconnected.
 
bool OnDisplayChanged (const istd::IChangeable::ChangeSet &changeSet) override
 It informs about changes in display.
 
ITouchable::TouchState IsTouched (istd::CIndex2d position) const override
 Check, if any shape is touched.
 
QString GetShapeDescriptionAt (istd::CIndex2d position) const override
 Get description to shape at specified position.
 
bool OnModelAttached (imod::IModel *modelPtr, istd::IChangeable::ChangeSet &changeMask) override
 This call back function will be called, if an observable object is about to be attached.
 
bool OnModelDetached (imod::IModel *modelPtr) override
 This call back function will be called, if an observable object is about to be detached.
 
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.
 
bool IsModelAttached (const imod::IModel *modelPtr=nullptr) const override
 Check if specified model is attached.
 
bool OnModelAttached (imod::IModel *modelPtr, istd::IChangeable::ChangeSet &changeMask) override
 This call back function will be called, if an observable object is about to be attached.
 
bool OnModelDetached (imod::IModel *modelPtr) override
 This call back function will be called, if an observable object is about to be detached.
 
void BeforeModelChange (imod::IModel *modelPtr) override
 This function will be called before update of the observer contents occures.
 
void AfterModelChange (imod::IModel *modelPtr, const istd::IChangeable::ChangeSet &changeSet) override
 This function will be called after update of the observer contents occures.
 
- Public Member Functions inherited from imod::IObserver
- Public Member Functions inherited from iview::IShape
- Public Member Functions inherited from iview::IVisualizable
- Public Member Functions inherited from iview::ITouchable
- Public Member Functions inherited from iview::IInteractiveShape
- Public Member Functions inherited from iview::IMouseActionObserver
- Public Member Functions inherited from iview::IDraggable

Protected Types

enum  EditNode {
  EN_NONE = -1 , EN_NODE11 = 0 , EN_NODE12 = 1 , EN_NODE22 = 2 ,
  EN_NODE21 = 3 , EN_LAST = EN_NODE21
}
 

Protected Member Functions

void CalcNodes (const i2d::CAffine2d &parallTransform) const
 
void ResetNodes () const
 
bool AreNodesValid () const
 
const i2d::CVector2dGetNodes () const
 
virtual void EnsureValidNodes () const
 
virtual bool IsTickerTouched (istd::CIndex2d position) const
 
virtual bool IsCurveTouched (istd::CIndex2d position) const
 
virtual void DrawTickers (QPainter &drawContext) const
 
virtual void DrawFigure (QPainter &drawContext) const
 
virtual i2d::CRect CalcBoundingBox () const
 Calculate bounding box.
 
virtual void BeginLogDrag (const i2d::CVector2d &reference)
 
virtual void SetLogDragPosition (const i2d::CVector2d &position)
 
- 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.
 
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)
 Get display changes mask.
 
- Protected Member Functions inherited from iview::CShapeBase
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.
 
double GetLocalLineWidth (const i2d::CVector2d &screenPosition) const
 Get line with (in logical coordinates) for single screen position.
 
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.
 

Protected Attributes

EditNode m_editNode
 
i2d::CVector2d m_referencePosition
 

Detailed Description

Definition at line 20 of file CParallelogramShape.h.

Member Typedef Documentation

◆ BaseClass

Member Enumeration Documentation

◆ EditNode

Enumerator
EN_NONE 
EN_NODE11 
EN_NODE12 
EN_NODE22 
EN_NODE21 
EN_LAST 

Definition at line 86 of file CParallelogramShape.h.

Constructor & Destructor Documentation

◆ CParallelogramShape()

iview::CParallelogramShape::CParallelogramShape ( )

Member Function Documentation

◆ AreAxesEqual()

bool iview::CParallelogramShape::AreAxesEqual ( ) const
inlinevirtual

Check, if it is forced to keep length of both axes equal.

Definition at line 194 of file CParallelogramShape.h.

◆ AreAxesOrthogonal()

bool iview::CParallelogramShape::AreAxesOrthogonal ( ) const
inlinevirtual

Check, if it is forced to keep both axes orthogonal.

Definition at line 206 of file CParallelogramShape.h.

◆ AreNodesValid()

bool iview::CParallelogramShape::AreNodesValid ( ) const
inlineprotected

Definition at line 220 of file CParallelogramShape.h.

◆ BeginLogDrag()

virtual void iview::CParallelogramShape::BeginLogDrag ( const i2d::CVector2d & reference)
protectedvirtual

◆ CalcBoundingBox()

virtual i2d::CRect iview::CParallelogramShape::CalcBoundingBox ( ) const
protectedvirtual

Calculate bounding box.

You have to implement this method in your shapes implementations.

Implements iview::CShapeBase.

◆ CalcNodes()

void iview::CParallelogramShape::CalcNodes ( const i2d::CAffine2d & parallTransform) const
protected

◆ Draw()

virtual void iview::CParallelogramShape::Draw ( QPainter & drawContext) const
virtual

Draw this shape using draw context.

Implements iview::IVisualizable.

◆ DrawFigure()

virtual void iview::CParallelogramShape::DrawFigure ( QPainter & drawContext) const
protectedvirtual

◆ DrawTickers()

virtual void iview::CParallelogramShape::DrawTickers ( QPainter & drawContext) const
protectedvirtual

◆ EnsureValidNodes()

virtual void iview::CParallelogramShape::EnsureValidNodes ( ) const
protectedvirtual

◆ GetNodes()

const i2d::CVector2d * iview::CParallelogramShape::GetNodes ( ) const
inlineprotected

Definition at line 226 of file CParallelogramShape.h.

◆ InvalidateBoundingBox()

virtual void iview::CParallelogramShape::InvalidateBoundingBox ( )
virtual

Invalidate bounding box.

You can overload this method to provide validation of your internal attributes, because this method is called from Invalidate and OnDisplayChanged methods. Please don't forget base method call in your implementations.

Reimplemented from iview::CShapeBase.

◆ IsCurveTouched()

virtual bool iview::CParallelogramShape::IsCurveTouched ( istd::CIndex2d position) const
protectedvirtual

◆ IsEditableAngle()

bool iview::CParallelogramShape::IsEditableAngle ( )
inlinevirtual

Check, if internal angle is editable.

Definition at line 170 of file CParallelogramShape.h.

◆ IsEditableHeight()

bool iview::CParallelogramShape::IsEditableHeight ( )
inlinevirtual

Check, if size is editable.

Definition at line 158 of file CParallelogramShape.h.

◆ IsEditableRotation()

bool iview::CParallelogramShape::IsEditableRotation ( )
inlinevirtual

Check, if rotation is editable.

Definition at line 134 of file CParallelogramShape.h.

◆ IsEditableWidth()

bool iview::CParallelogramShape::IsEditableWidth ( )
inlinevirtual

Check, if width is editable.

Definition at line 146 of file CParallelogramShape.h.

◆ IsProportionalScaled()

bool iview::CParallelogramShape::IsProportionalScaled ( ) const
inlinevirtual

Check, if both axis will be scaled proportional.

Definition at line 182 of file CParallelogramShape.h.

◆ IsTickerTouched()

virtual bool iview::CParallelogramShape::IsTickerTouched ( istd::CIndex2d position) const
protectedvirtual

◆ IsTouched()

virtual TouchState iview::CParallelogramShape::IsTouched ( istd::CIndex2d position) const
virtual

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.

Implements iview::ITouchable.

◆ OnModelAttached()

virtual bool iview::CParallelogramShape::OnModelAttached ( imod::IModel * modelPtr,
istd::IChangeable::ChangeSet & changeMask )
virtual

This call back function will be called, if an observable object is about to be attached.

This function returns a true, if observable object is accepted by the implementation logic of the observer, otherwise returns false.

Parameters
modelPtrpointer to model object being attached.
changeMaskoutput parameter returning set of change ID's will be accepted. returns a false.

Reimplemented from iview::CInteractiveShapeBase.

◆ OnMouseButton()

virtual bool iview::CParallelogramShape::OnMouseButton ( istd::CIndex2d position,
Qt::MouseButton buttonType,
bool downFlag )
virtual

It is called, when mouse button is pushed down or up on this object.

Parameters
positionposition of mouse pointer on client area (picture coords).
buttonTypedetermine the mouse butten type.
downFlagtrue, if mouse button is pushed down, false if pushed up.
Returns
true if this shape should get focus to catch all mouse movements.

Reimplemented from iview::CInteractiveShapeBase.

◆ OnMouseMove()

virtual bool iview::CParallelogramShape::OnMouseMove ( istd::CIndex2d position)
virtual

It is called, when mouse is moved.

Only objects with focus receive this event.

Parameters
position- position of mouse pointer on client area (picture coords).
Returns
true if this shape should hold focus to catch longer all mouse movements.

Reimplemented from iview::CInteractiveShapeBase.

◆ ResetNodes()

void iview::CParallelogramShape::ResetNodes ( ) const
protected

◆ SetAxesEqual()

void iview::CParallelogramShape::SetAxesEqual ( bool state = true)
inlinevirtual

Definition at line 200 of file CParallelogramShape.h.

◆ SetAxesOrthogonal()

void iview::CParallelogramShape::SetAxesOrthogonal ( bool state = true)
inlinevirtual

Definition at line 212 of file CParallelogramShape.h.

◆ SetEditableAngle()

void iview::CParallelogramShape::SetEditableAngle ( bool state = true)
inlinevirtual

Definition at line 176 of file CParallelogramShape.h.

◆ SetEditableHeight()

void iview::CParallelogramShape::SetEditableHeight ( bool state = true)
inlinevirtual

Definition at line 164 of file CParallelogramShape.h.

◆ SetEditableRotation()

void iview::CParallelogramShape::SetEditableRotation ( bool state = true)
inlinevirtual

Definition at line 140 of file CParallelogramShape.h.

◆ SetEditableWidth()

void iview::CParallelogramShape::SetEditableWidth ( bool state = true)
inlinevirtual

Definition at line 152 of file CParallelogramShape.h.

◆ SetLogDragPosition()

virtual void iview::CParallelogramShape::SetLogDragPosition ( const i2d::CVector2d & position)
protectedvirtual

◆ SetProportionalScaled()

void iview::CParallelogramShape::SetProportionalScaled ( bool state = true)
inlinevirtual

Definition at line 188 of file CParallelogramShape.h.

Member Data Documentation

◆ m_editNode

EditNode iview::CParallelogramShape::m_editNode
protected

Definition at line 96 of file CParallelogramShape.h.

◆ m_referencePosition

i2d::CVector2d iview::CParallelogramShape::m_referencePosition
protected

Definition at line 97 of file CParallelogramShape.h.


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

© Witold Gantzke and Kirill Lepskiy