All Classes Functions Variables Typedefs Friends Pages
Public Member Functions | List of all members
Glympse::IPlace Struct Referenceabstract

Specifies a named place and location. More...

#include <IPlace.h>

Inheritance diagram for Glympse::IPlace:
Inheritance graph
[legend]

Public Member Functions

virtual GString getName ()=0
 Gets the friendly name of this place.
 
virtual GPlace clone ()=0
 Clones current place object.
 
- Public Member Functions inherited from Glympse::ILatLng
virtual bool hasLocation ()=0
 
virtual double getLatitude ()=0
 
virtual double getLongitude ()=0
 
virtual int32 getLatitudeE6 ()=0
 
virtual int32 getLongitudeE6 ()=0
 
- Public Member Functions inherited from Glympse::ICommon
virtual int32 retain ()=0
 Add a reference to our object in a COM-like way.
 
virtual int32 release ()=0
 Release a reference to our object in a COM-like way.
 
virtual int32 hold ()=0
 Add a reference to our object in a COM-like way.
 
virtual int32 unhold ()=0
 Release a reference to our object in a COM-like way.
 
virtual int32 hashCode ()=0
 Returns an integer hash code for this object.
 
virtual bool equals (const GCommonObj &o)=0
 Compares this instance with the specified object and indicates if they are equal. More...
 
virtual GString toString ()=0
 Returns a string containing a concise, human-readable description of this object. More...
 
virtual void attachObject (const GCommon &obj)=0
 Asociates arbitrary object with the instance.
 
virtual GCommon extractObject ()=0
 Extracts associated object or NULL if no association is established.
 
- Public Member Functions inherited from Glympse::IComparable
virtual bool isEqual (const GCommon &o)=0
 Compares this instance with the specified object and indicates if they are equal. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Glympse::ICommon
virtual ~ICommon ()
 Destructor is protected to deny explicit object deallocation. More...
 

Detailed Description

Specifies a named place and location.

Currently, the Place object is only used for destinations of Glympses and only supports latitude and longitude for location.


The documentation for this struct was generated from the following file: