DD::Image::TransformJack_ClientI Class Referenceabstract

Public Types

enum  TransformEvent {
  EVENT_TRANSLATION, EVENT_ROTATE, EVENT_SKEW, EVENT_SCALE,
  EVENT_CORNERPIN, EVENT_PUSH, EVENT_RELEASE
}
 

Public Member Functions

virtual bool transformEvent (ViewerContext *ctx, const TransformJack_KnobI *transformJack, TransformEvent event)=0
 
virtual void aboutToChange (ViewerContext *ctx, const TransformJack_KnobI *transformJack, int sourceFlags)=0
 
virtual void finishedChange (ViewerContext *ctx, const TransformJack_KnobI *transformJack, int sourceFlags)=0
 
virtual bool needsIndividualHandles () const
 
virtual bool jackIsVisible ()
 

Detailed Description

A class that can be inherited from an object interested in using the transform jack making it a transform jack client which can receive update reports

Member Enumeration Documentation

the transform event types

Member Function Documentation

virtual bool DD::Image::TransformJack_ClientI::transformEvent ( ViewerContext ctx,
const TransformJack_KnobI *  transformJack,
TransformEvent  event 
)
pure virtual

a function that signals the client of an event that is about to happen

Parameters
ctxthe current viewer context
eventthe current event
Returns
indicates whether the event was handled or not, if the event is not accepted then the transform wont be performed on the bounding box
virtual void DD::Image::TransformJack_ClientI::aboutToChange ( ViewerContext ctx,
const TransformJack_KnobI *  transformJack,
int  sourceFlags 
)
pure virtual

indicates that a change is about to happen

Parameters
ctxthe current viewer context
sourcethe source of the change about to happen
virtual void DD::Image::TransformJack_ClientI::finishedChange ( ViewerContext ctx,
const TransformJack_KnobI *  transformJack,
int  sourceFlags 
)
pure virtual

indicates that a change has just finished

Parameters
ctxthe viewer context for the change
sourcethe source of the change
virtual bool DD::Image::TransformJack_ClientI::needsIndividualHandles ( ) const
inlinevirtual

indicates that this client requires an individual transform box. Defaults to false, meaning that all clients share a single transform box. Override if individual transform boxes are needed for each client

virtual bool DD::Image::TransformJack_ClientI::jackIsVisible ( )
inlinevirtual

an overrideable function that can be used to signal if the jack is visible or not under certain circumstances

Returns
the state of the jack


©2022 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.thefoundry.co.uk