DrawKit
Vector and illustration framework for Mac OS X
Instance Methods | Protected Attributes | List of all members
DKHotspot Class Reference
Inheritance diagram for DKHotspot:
Inheritance graph
[legend]

Instance Methods

(void) - continueMouseTracking:inView:
 
(id- delegate
 
(void) - drawHotspotAtPoint:inState:
 
(void) - endMouseTracking:inView:
 
(id- initHotspotWithOwner:partcode:delegate:
 
(DKDrawableShape *) - owner
 
(NSInteger- partcode
 
(NSPoint) - relativeLocation
 
(void) - setDelegate:
 
(void) - setOwner:
 
(void) - setOwner:withPartcode:
 
(void) - setPartcode:
 
(void) - setRelativeLocation:
 
(void) - startMouseTracking:inView:
 
- Instance Methods inherited from NSObject
(NSString *) - address
 
(DKStyleRegistry *) - applicationWillReturnStyleRegistry
 
(BOOL- canBeUsedWithSelectionTool
 
(id- categoryManager:shouldReplaceObject:withObject:
 
(Class- classForCoder
 
(NSColor *) - colorValue
 
(NSColor *) - colourValue
 
(id- copy
 
(void) - dealloc
 
(id- deepCopy
 
(NSDictionary *) - dimensionValuesForArrowStroke:
 
(CGFloat- drawing:convertDistanceToExternalCoordinates:
 
(NSPoint) - drawing:convertLocationToExternalCoordinates:
 
(void) - drawing:didDrawRect:inView:
 
(void) - drawing:willDrawRect:inView:
 
(NSString *) - drawing:willReturnAbbreviationForUnit:
 
(NSString *) - drawing:willReturnFormattedCoordinateForDistance:
 
(CGFloat- drawingWillReturnUnitToPointsConversonFactor:
 
(void) - finalize
 
(NSString *) - hexString
 
(void) - hotspot:didEndTrackingWithEvent:inView:
 
(void) - hotspot:isTrackingWithEvent:inView:
 
(void) - hotspot:willBeginTrackingWithEvent:inView:
 
(NSData *) - imageData
 
(NSImage *) - imageResourceNamed:
 
(id- init
 
(id- initWithExpression:
 
(id- instantiateObjectWithShortName:parameters:
 
(BOOL- isLiteralValue
 
(void) - layoutManager:willPlaceGlyphAtIndex:atLocation:pathAngle:yOffset:
 
(void) - menuItem:wasAddedForObject:inCategory:
 
(BOOL- moveObjectTo:position:slope:userInfo:
 
(id- mutableCopy
 
(void) - oneShotComplete
 
(void) - oneShotHasReached:
 
(void) - oneShotWillBegin
 
(void) - path:elementIndex:type:points:subPathIndex:subPathClosed:contextInfo:
 
(id- placeLinkFromPoint:toPoint:onPath:linkNumber:userInfo:
 
(id- placeObjectAtPoint:onPath:position:slope:userInfo:
 
(NSPoint) - point
 
(NSPoint) - pointForTextLayout
 
(DKStyle *) - registry:shouldReplaceStyle:withStyle:
 
(NSBezierPath *) - renderer:willRenderPath:
 
(void) - routeFinder:progressHasReached:
 
(void) - setValue:forNumericParameter:
 
(NSString *) - stringValue
 
(CGFloat- taperFactorAtDistance:onPath:ofLength:
 
(void) - toolDidPerformUndoableAction:
 
(void) - toolWillPerformUndoableAction:
 
(NSURL *) - url
 
- Instance Methods inherited from <NSObject>
(NSString *) - description
 
(NSUInteger- hash
 
(BOOL- isEqual:
 
- Instance Methods inherited from <NSKeyValueBindingCreation>
(void) - bind:toObject:withKeyPath:options:
 
(NSArray *) - exposedBindings
 
(NSDictionary *) - infoForBinding:
 
(NSArray *) - optionDescriptionsForBinding:
 
(void) - unbind:
 
(Class- valueClassForBinding:
 
- Instance Methods inherited from <NSCoding>
(void) - encodeWithCoder:
 
(id- initWithCoder:
 
- Instance Methods inherited from <NSCopying>
(id- copyWithZone:
 

Protected Attributes

id m_delegate
 
DKDrawableShapem_owner
 
NSInteger m_partcode
 
NSPoint m_relLoc
 

Additional Inherited Members

- Class Methods inherited from NSObject
(id+ alloc
 
(Class+ class
 
(void) + initialize
 
(void) + load
 
(id+ new
 
- Class Methods inherited from <NSKeyValueBindingCreation>
(void) + exposeBinding:
 

Method Documentation

- (void) continueMouseTracking: (NSEvent *)  event
inView: (NSView *)  view 
- (id) delegate
- (void) drawHotspotAtPoint: (NSPoint)  p
inState: (DKHotspotState)  state 
- (void) endMouseTracking: (NSEvent *)  event
inView: (NSView *)  view 
- (id) initHotspotWithOwner: (DKDrawableShape *)  shape
partcode: (NSInteger pc
delegate: (id delegate 
- (DKDrawableShape*) owner
- (NSInteger) partcode
- (NSPoint) relativeLocation
- (void) setDelegate: (id delegate
- (void) setOwner: (DKDrawableShape *)  shape
- (void) setOwner: (DKDrawableShape *)  shape
withPartcode: (NSInteger pc 
- (void) setPartcode: (NSInteger pc
- (void) setRelativeLocation: (NSPoint)  rloc
- (void) startMouseTracking: (NSEvent *)  event
inView: (NSView *)  view 

Member Data Documentation

- (id) m_delegate
protected
- (DKDrawableShape*) m_owner
protected
- (NSInteger) m_partcode
protected
- (NSPoint) m_relLoc
protected