|
Static Public Attributes |
| static const OSType | selectorY = 'posX' |
| static const OSType | selectorX = 'posY' |
Protected Member Functions |
| | TXYControl (HIViewRef inControl) |
| virtual | ~TXYControl () |
| virtual ControlKind | GetKind () |
| virtual bool | UseNonblockingTracking () |
| | To enable the non-blocking tracking a subclass must override this method to return true.
|
| virtual OSStatus | Initialize (TCarbonEvent &inEvent) |
| virtual OSStatus | StartTracking (TCarbonEvent &inEvent, HIPoint &from) |
| | Called before tracking.
|
| virtual OSStatus | StillTracking (TCarbonEvent &inEvent, HIPoint &from) |
| | Called during tracking.
|
| virtual void | DrawStaticBackground (RgnHandle inLimitRgn, CGContextRef inContext, bool inCompositing) |
| | Draw the static part (background) of the control.
|
| virtual void | CompatibleDraw (RgnHandle inLimitRgn, CGContextRef inContext, bool inCompositing) |
| | The fun part of the control.
|
| virtual void | TitleChanged () |
| virtual void | ValueChanged () |
| virtual OSStatus | SetData (OSType inTag, ControlPartCode inPart, Size inSize, const void *inPtr) |
| virtual OSStatus | GetData (OSType inTag, ControlPartCode inPart, Size inSize, Size *outSize, void *inPtr) |
| | Get some data about the view Only 'TVew' is supported.
|