![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Interactive shape to visualize i2d::CAffineTransformation2d. More...
#include <CAffineTransformation2dShape.h>
Public Types | |
enum | ControlPoint { NO_POINT = 0 , POINT1 = 1 , POINT2 = 2 , POINT3 = 4 , POINT4 = 8 , POINT5 = 16 , ALL_POINTS = POINT1 | POINT2 | POINT3 | POINT4 | POINT5 } |
![]() | |
typedef CShapeBase | BaseClass |
![]() | |
enum | ShapeTransformMode { STM_VIEW , STM_SHAPE , STM_COMBINE } |
Describe how shape tranformation is interpreted. More... | |
typedef imod::CSingleModelObserverBase | BaseClass |
![]() | |
typedef imod::IModel | ModelType |
![]() | |
enum | ChangeFlags { CF_CALIB = 0x3663adf } |
Data model change notification flags. More... | |
![]() | |
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 | |
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 |
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 TouchState | IsTouched (istd::CIndex2d position) const |
Check, if any shape is touched. | |
![]() | |
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 | 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. | |
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. | |
![]() | |
CShapeBase () | |
CShapeBase (const CShapeBase &shape) | |
virtual | ~CShapeBase () |
virtual bool | AssignToLayer (int layerType) |
Assign this shape to same layer. | |
virtual void | Invalidate () |
iview::IDisplay * | GetDisplay () 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 IColorSchema * | GetUserColorSchema () 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. | |
![]() | |
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. | |
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. | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | |
![]() |
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 |
Calculate bounding box. | |
virtual void | BeginLogDrag (const i2d::CVector2d &reference) |
virtual void | SetLogDragPosition (const i2d::CVector2d &position) |
![]() | |
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. | |
![]() | |
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. | |
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. | |
Static Protected Member Functions | |
static const ControlPoints & | GetControlPoints () |
Get access to relative positions of control points. | |
static void | GetTransformedPoints (const ControlPoints &points, ControlPoints &result, const i2d::CAffineTransformation2d &transformation) |
Transform control points from logical to screen coordinates. | |
Interactive shape to visualize i2d::CAffineTransformation2d.
Definition at line 22 of file CAffineTransformation2dShape.h.
|
protected |
Definition at line 57 of file CAffineTransformation2dShape.h.
|
protected |
Enumerator | |
---|---|
CONTROL_POINTS_COUNT | |
ACTIVE_POINTS_COUNT |
Definition at line 53 of file CAffineTransformation2dShape.h.
Enumerator | |
---|---|
NO_POINT | |
POINT1 | |
POINT2 | |
POINT3 | |
POINT4 | |
POINT5 | |
ALL_POINTS |
Definition at line 25 of file CAffineTransformation2dShape.h.
iview::CAffineTransformation2dShape::CAffineTransformation2dShape | ( | ) |
|
protectedvirtual |
Implements iview::CInteractiveShapeBase.
|
protectedvirtual |
Calculate bounding box.
You have to implement this method in your shapes implementations.
Implements iview::CShapeBase.
|
virtual |
Draw this shape using draw context.
Implements iview::IVisualizable.
|
staticprotected |
Get access to relative positions of control points.
|
protected |
Transform control points from logical to screen coordinates.
points | list of input points. |
result | list of output points. |
|
staticprotected |
Transform control points from logical to screen coordinates.
points | list of input points. |
result | list of output points. |
transformation | transformation to be applied for each point. |
|
virtual |
Check, if any shape is touched.
When shape is touched, it return also pointer to this shape.
Implements iview::ITouchable.
|
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.
modelPtr | pointer to model object being attached. |
changeMask | output parameter returning set of change ID's will be accepted. returns a false . |
Reimplemented from iview::CInteractiveShapeBase.
void iview::CAffineTransformation2dShape::SetActiveControlPoints | ( | ControlPoint | points = ALL_POINTS | ) |
Set control points that can be moved by the user (OR'ed ControlPoints).
|
protectedvirtual |
Implements iview::CInteractiveShapeBase.
© Witold Gantzke and Kirill Lepskiy