DrawKit
Vector and illustration framework for Mac OS X
Instance Methods | List of all members
<DKStorableObject> Protocol Reference
Inheritance diagram for <DKStorableObject>:
Inheritance graph
[legend]

Instance Methods

(NSRect- bounds
 
(NSUInteger- index
 
(BOOL- isMarked
 
(void) - setIndex:
 
(void) - setMarked:
 
(void) - setStorage:
 
(id< DKObjectStorage >) - storage
 
(BOOL- visible
 
- Instance Methods inherited from <NSObject>
(NSString *) - description
 
(NSUInteger- hash
 
(BOOL- isEqual:
 
- Instance Methods inherited from <NSCoding>
(void) - encodeWithCoder:
 
(id- initWithCoder:
 
- Instance Methods inherited from <NSCopying>
(id- copyWithZone:
 

Method Documentation

- (NSRect) bounds

Reimplemented in DKDrawableObject.

- (NSUInteger) index
- (BOOL) isMarked
- (void) setIndex: (NSUInteger indx
- (void) setMarked: (BOOL markIt
- (void) setStorage: (id< DKObjectStorage >)  storage
- (id<DKObjectStorage>) storage
- (BOOL) visible

Reimplemented in DKDrawableObject.