[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

DialingLocationStamp

inherits from Stamp

Object <- Viewable <- Stamp <- DialingLocationStamp



Operations

Get list of all operations

DroppedFromWindow


Attributes

Get list of all attributes

DialingLocation


Fields

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 template

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;

Class definition

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;