|
|
1.1 ! root 1: Brush = { ! 2: ACTIONS = { ! 3: setPressureExponent:; ! 4: setBrushColor:; ! 5: setMinSize:; ! 6: setPressureCoefficient:; ! 7: }; ! 8: OUTLETS = { ! 9: minSize; ! 10: brushColor; ! 11: pressureCoefficient; ! 12: pressureExponent; ! 13: }; ! 14: SUPERCLASS = Object; ! 15: }; ! 16: FirstResponder = { ! 17: ACTIONS = { ! 18: }; ! 19: SUPERCLASS = Object; ! 20: }; ! 21: PressureView = { ! 22: ACTIONS = { ! 23: setPressureState:; ! 24: setCoalesceState:; ! 25: clear:; ! 26: }; ! 27: OUTLETS = { ! 28: brush; ! 29: backingImage; ! 30: proximityText; ! 31: }; ! 32: SUPERCLASS = View; ! 33: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.