Marker interface inherited by layers and overlays that can display Popups. More...
| Header | #include <Popup |
| Since | Esri |
| Inherited By | Esri |
Public Functions
| virtual | ~ |
| virtual bool | is |
| virtual Esri | popup |
| virtual void | set |
| virtual void | set |
Detailed Description
This is a pure virtual interface.
Member Function Documentation
[virtual noexcept] PopupSource::~PopupSource ()
Destructor.
[pure virtual] bool PopupSource::isPopupEnabled () const
Returns whether the Popup is enabled on the PopupSource.
[pure virtual] Esri::ArcGISRuntime::PopupDefinition *PopupSource::popupDefinition () const
Returns the PopupSource's PopupDefinition.
nullpter if an error occurs or if the popup source is not associated with a popup definition.
See also setPopupDefinition().
[pure virtual] void PopupSource::setPopupDefinition (Esri::ArcGISRuntime::PopupDefinition *popupDefinition )
Sets the PopupSource's popup definition to popupDefinition.
See also popupDefinition().
[pure virtual] void PopupSource::setPopupEnabled (bool popupEnabled )
Sets whether the PopupSource is enabled to popupEnabled.
See also isPopupEnabled().