Object <- Viewable <- Stamp <- DialingLocationStamp |
|
|
DroppedFromWindow |
|
DialingLocation |
| Field | Type | |
|---|---|---|
| Viewable: | superview: | Viewable |
| relativeOrigin: | Dot | |
| contentSize: | Dot | |
| viewFlags: | Flags | |
| labelStyle: | TextStyle | |
| color: | Unsigned | |
| altColor: | Unsigned | |
| shadow: | Shadow | |
| sound: | Playable | |
| Stamp: | image: | Image |
| DialingLocationStamp: | dialingLocation: | DialingLocation |
instance DialingLocationStamp tag; relativeOrigin: <0.0,0.0>; contentSize: <0.0,0.0>; viewFlags: 0x00000000; labelStyle: nilObject; color: 0; altColor: 0; shadow: nilObject; sound: nilObject; image: nilObject; dialingLocation: nilObject; end instance;
Define Class DialingLocationStamp; inherits from Stamp; field dialingLocation: DialingLocation, getter, setter; attribute DialingLocation: DialingLocation; // returns the dialing location associated with this stamp overrides DroppedFromWindow; // finds the location list view to swallow it and edits the location end class;