AGSPopup Class Reference


Description

Instances of this class represent a popup which associates a graphic with popup definition for the purpose of displaying in an AGSPopupsContainer.

Since:
2.0

List of all members.

Public Member Functions

(id) - initWithGraphic:popupInfo:

Static Public Member Functions

(AGSPopup *) + popupWithGraphic:popupInfo:

Properties

AGSGraphicgraphic
AGSPopupInfopopupInfo

Member Function Documentation

- (id) initWithGraphic: (AGSGraphic *)  graphic
popupInfo: (AGSPopupInfo *)  popupInfo 

Initializes an AGSPopup instance.

Parameters:
graphic for which the popup needs to be displayed
popupInfo defining how information about the graphic should be displayed
Returns:
An AGSPopup
Since:
2.0
+ (AGSPopup*) popupWithGraphic: (AGSGraphic *)  graphic
popupInfo: (AGSPopupInfo *)  popupInfo 

Returns an autoreleased AGSPopup.

Parameters:
graphic for which the popup needs to be displayed
popupInfo defining how information about the graphic should be displayed
Returns:
An autoreleased AGSPopup
Since:
2.0

Property Documentation

- (AGSGraphic*) graphic [read, retain]

The graphic whose details need to be displayed in the popup.

Since:
2.0
- (AGSPopupInfo*) popupInfo [read, retain]

A popup definition that dictates which information belonging to the graphic should be displayed in the popup and how it should be formatted.

Since:
2.0