inherits from Icon
Minicard icons are the visual representation of minicards.
Instantiate: sometimes Subclass: rarely Call its methods: rarely
You'll probably never need to deal directly with objects of class MinicardIcon, though you'll often see them onscreen, and create them as a consequence of creating other objects.
Class MinicardIcon defines the following methods:
Method | Description |
---|---|
AboutToShow | Overridden to make the minicard icon invisible if its target isn't in a | stack |
Class MinicardIcon defines the following fields::
Field | Type | Description |
---|---|---|
Inherited from SingleLinkable: | ||
next | Object | Next item in view list |
Inherited from Linkable: | ||
previous | Object | Previous item in view list |
Inherited from Viewable: | ||
superview | Viewable | Container for this object |
subview | Viewable | Object contained by this object |
relativeOrigin | Dot | Origin relative to superview |
contentSize | Dot | Size of content rectangle |
viewFlags | Unsigned | Property settings |
labelStyle | TextStyle | Text style of object's label |
color | Color | Color of object's content |
shadow | Shadow | Shadow drawn with object |
sound | Sound | Sound associated with object |
Inherited from Stamp: | ||
image | Image | Image used to draw stamp |
Inherited from Icon: | ||
nativeContainer | Viewable | The icon's default superview |
nativePosition | Dot | The icon's default position (relative to the origin of the | native container) |
Method Descriptions
overrides AboutToShow Call: sometimes Override: sometimes
makes itself invisible if its target is not in a stack