|
DrawKit
Vector and illustration framework for Mac OS X
|
The drawing tool protocol must be implemented by all tools that can be used to operate on a drawing. More...
Instance Methods | |
| (void) | - toolDidPerformUndoableAction: |
| (void) | - toolWillPerformUndoableAction: |
The drawing tool protocol must be implemented by all tools that can be used to operate on a drawing.
The drawing tool protocol must be implemented by all tools that can be used to operate on a drawing. Getting tools right is tricky, because of all the different cases that need to be considered, undo tasks, and so forth. Thus the following rules must be followed:
| - (void) toolDidPerformUndoableAction: | (id< DKDrawingTool >) | aTool |
| - (void) toolWillPerformUndoableAction: | (id< DKDrawingTool >) | aTool |
1.8.9.1