... <- Box <- Panel <- Scene <- CardScene <- EditDialingLocationScene |
|
|
CloseScene ConfirmDialingLocation DeleteCurrentDialingLocation Notice OpenScene SafeDeleteCurrentDialingLocation |
|
Target |
| Field | Type | |
|---|---|---|
| Viewable: | superview: | Viewable |
| relativeOrigin: | Dot | |
| contentSize: | Dot | |
| viewFlags: | Flags | |
| labelStyle: | TextStyle | |
| color: | Unsigned | |
| altColor: | Unsigned | |
| shadow: | Shadow | |
| sound: | Playable | |
| HasBorder: | border: | Border |
| Scene: | isPlace: | Boolean |
| frozen: | Boolean | |
| useCardName: | Boolean | |
| visited: | Boolean | |
| blankTitle: | Boolean | |
| messageViewer: | Boolean | |
| suppressGrayLine: | Boolean | |
| stepBackWhenEmpty: | Boolean | |
| canDrawIn: | Boolean | |
| autoPencil: | Boolean | |
| sceneDrawer: | Boolean | |
| oneCardOnly: | Boolean | |
| ephemeral: | Boolean | |
| addToHistory: | Boolean | |
| suppressDateTime: | Boolean | |
| sceneDrawerBank: | Boolean | |
| locked: | Boolean | |
| expandMiniCards: | Boolean | |
| sceneTools: | Boolean | |
| heightResizable: | Boolean | |
| ignoreCardDefaultTool: | Boolean | |
| stepBackScene: | Scene | |
| stepBackSpot: | Viewable | |
| image: | Image | |
| additions: | SceneAdditions | |
| screen: | Buffer | |
| EditDialingLocationScene: | target: | Object |
| dependentObjects: | ObjectList | |
| targetAttributes: | OperationNumberList | |
| selectors: | IntegerList |
instance EditDialingLocationScene tag; relativeOrigin: <0.0,0.0>; contentSize: <0.0,0.0>; viewFlags: 0x00000000; labelStyle: nilObject; color: 0; altColor: 0; shadow: nilObject; sound: nilObject; border: nilObject; isPlace: false; frozen: false; useCardName: false; visited: false; blankTitle: false; messageViewer: false; suppressGrayLine: false; stepBackWhenEmpty: false; canDrawIn: false; autoPencil: false; sceneDrawer: false; oneCardOnly: false; ephemeral: false; addToHistory: false; suppressDateTime: false; sceneDrawerBank: false; locked: false; expandMiniCards: false; sceneTools: false; heightResizable: false; ignoreCardDefaultTool: false; stepBackScene: nilObject; stepBackSpot: nilObject; image: nilObject; additions: nilObject; screen: nilObject; target: nilObject; dependentObjects: nilObject; targetAttributes: nilObject; selectors: nilObject; end instance;
Define Class EditDialingLocationScene; inherits from CardScene; field target: Object, getter, setter; field dependentObjects: ObjectList; // Objects that depend on Selected(target). field targetAttributes: OperationNumberList; // The target attributes that dependentObjects depend on (is parallel to dependentObjects). field selectors: IntegerList; // Special action that objects must take when target attribute changes (parallel to dependentObjects). attribute Target: Object, safe; // the scene's target - should be the location list view where the dialing location lives operation DeleteCurrentDialingLocation(); // deletes the current dialing location operation SafeDeleteCurrentDialingLocation(); // confirms and then calls DeleteCurrentDialingLocation operation ConfirmDialingLocation(); // prevent the user from saving a location with an invalid area code overrides OpenScene; // to hide fields/buttons that shouldn't show up for airplane locations or in japan overrides CloseScene; // to set the iEditedDialingLocation indexical to nilObject overrides Notice; // to hide fields/buttons that don't make sense for certain countries or dialing locations end class;