Qt Virtual Chart Table (QVCT)
CLandmarkPoint Class Reference

[UI] Landmark overlay point (item) More...

#include <overlays/landmark/CLandmarkPoint.hpp>

Inheritance diagram for CLandmarkPoint:
COverlayPoint COverlayItem COverlayVisibility CDataTime CDataPosition COverlayObject

Public Member Functions

 CLandmarkPoint (const QString &_rqsName)
 
 CLandmarkPoint (const QString &_rqsName, const CDataPosition &_roDataPosition)
 
virtual ~CLandmarkPoint ()
 
virtual void serialize (QDataStream &_rqDataStream) const
 Serializes (store) this object's data to binary format. More...
 
virtual void unserialize (QDataStream &_rqDataStream)
 Unserializes (restore) this object's data from binary format. More...
 
virtual COverlayuseOverlay ()
 Returns this object's (base) overlay. More...
 
virtual void draw (const CChart *_poChart, QPainter *_pqPainter)
 Draws this object (itself or its content) More...
 
virtual void showDetail ()
 Displays this object's details (in the appropriate widget/view) More...
 
virtual void showEdit ()
 Displays this object's edit widget/view. More...
 
virtual bool matchScrPosition (const CChart *_poChart, const QPointF &_rqPointFScrPosition) const
 Returns whether this point matches the given screen position. More...
 
virtual void toggleVisibility ()
 
void toggleMultiSelected ()
 Toggles this landmark's selection status. More...
 
void setType (const QString &_rqsType)
 Sets this landmark's type. More...
 
void setDescription (const QString &_rqsDescription)
 Sets this landmark's description. More...
 
void setComment (const QString &_rqsComment)
 Sets this landmark's comment. More...
 
void setSymbol (const QString &_rqsSymbol)
 Sets this landmark's symbol. More...
 
void setUrl (const QString &_rqsUrl)
 Sets this landmark's URL. More...
 
QString getType () const
 Returns this landmark's type. More...
 
QString getDescription () const
 Returns this landmark's description. More...
 
QString getComment () const
 Returns this landmark's comment. More...
 
QString getSymbol () const
 Returns this landmark's symbol. More...
 
QString getUrl () const
 Returns this landmark's URL. More...
 
void parseQVCT (const QDomElement &_rqDomElement)
 Retrieves this object's content from the given QVCT source (file) More...
 
void parseGPX (const QDomElement &_rqDomElement)
 Retrieves this object's content from the given GPX source (file) More...
 
void dumpQVCT (QXmlStreamWriter &_rqXmlStreamWriter) const
 Stores this object's content to the given QVCT destination (file) More...
 
void dumpGPX (QXmlStreamWriter &_rqXmlStreamWriter) const
 Stores this object's content to the given GPX destination (file) More...
 
- Public Member Functions inherited from COverlayPoint
virtual void drawText (const CChart *_poChart, QPainter *_pqPainter, const QString &_rqsText, const QPointF &_rqPointFScrPosition, bool _bItalic=false)
 Draws the given text, at the given screen position. More...
 
virtual void drawLine (const CChart *_poChart, QPainter *_pqPainter, const COverlayPoint *_poOverlayPoint)
 Draws a line (between this and the other specified point), including distance/bearing data. More...
 
virtual void drawMarker (const CChart *_poChart, QPainter *_pqPainter, const CDataPositionValidity *_poDataPositionValidity=0, bool _bSelected=false)
 Draws the point (marker) More...
 
virtual void drawSymbol (const CChart *_poChart, QPainter *_pqPainter, const QString &_rqsSymbol)
 Draws the symbol (user-defined) More...
 
virtual void drawTag (const CChart *_poChart, QPainter *_pqPainter, ETagPosition _eTagPosition=TAG_AUTO, const CDataTimeValidity *_poDataTimeValidity=0, const CDataPositionValidity *_poDataPositionValidity=0)
 Draws the tag (name) More...
 
- Public Member Functions inherited from COverlayItem
void setMultiSelected (bool _bMultiSelected)
 Sets this item's selection status. More...
 
bool isMultiSelected () const
 Returns this item's selection status. More...
 
- Public Member Functions inherited from COverlayObject
void setName (const QString &_rqsName)
 Sets this object's name. More...
 
QString getName () const
 Returns this object's name. More...
 
QString newChildName (const QString &_rqsName, int _iZeroPrefix=0, bool _bForceSuffix=false) const
 Returns a valid (non-duplicate) name for a new sibling of this object. More...
 
QString newChildName (const QString &_rqsName, int _iZeroPrefix, int _iSuffix) const
 Returns a suffixed (potentially duplicate) name for a new sibling of this object. More...
 
- Public Member Functions inherited from COverlayVisibility
void setVisible (bool _bVisible)
 Sets the point's (marker) visibility status. More...
 
virtual void setVisibleName (bool _bVisibleName)
 Sets the name's (tag) visibility status. More...
 
virtual void setVisiblePosition (bool _bVisiblePosition)
 Sets the position's visibility status. More...
 
virtual void setVisibleCourse (bool _bVisibleCourse)
 Sets the course's visibility status. More...
 
virtual void setVisibleRouting (bool _bVisibleRouting)
 Sets the routing's (data) visibility status. More...
 
void setVisibility (int _iVisibilityCode)
 Sets the global (coded) visibility status. More...
 
bool isVisible () const
 Returns the point's (marker) visibility status. More...
 
bool isVisibleName () const
 Returns the tag's (name) visibility status. More...
 
bool isVisiblePosition () const
 Returns the position's visibility status. More...
 
bool isVisibleCourse () const
 Returns the course's visibility status. More...
 
bool isVisibleRouting () const
 Returns the routing's (data) visibility status. More...
 
int getVisibility () const
 Returns the global (coded) visibility status. More...
 
- Public Member Functions inherited from CDataTime
 CDataTime (double _fdTime=UNDEFINED_TIME)
 
 CDataTime (const CDataTime &_roDataTime)
 
virtual ~CDataTime ()
 
void setTime (double _fdTime)
 Sets the time, in seconds from Unix epoch. More...
 
void setTime (time_t _tSeconds, long _lNanoSeconds)
 Sets the time, in seconds from Unix epoch, using timespec stanza. More...
 
void setTime (const CDataTime &_roDataTime)
 Copy time from another time object. More...
 
void resetTime ()
 Resets the time (to an undefined Time) More...
 
double getTime () const
 Returns this time's time, in seconds from Unix epoch. More...
 
void serialize (QDataStream &_rqDataStream) const
 Serializes (store) this object's data to binary format. More...
 
void unserialize (QDataStream &_rqDataStream)
 Unserializes (restore) this object's data from binary format. More...
 
bool operator== (const CDataTime &_roTime) const
 Equality operator. More...
 
bool operator!= (const CDataTime &_roTime) const
 Inequality operator. More...
 
- Public Member Functions inherited from CDataPosition
 CDataPosition ()
 
 CDataPosition (double _fdLongitude, double _fdLatitude, double _fdElevation=UNDEFINED_ELEVATION)
 
 CDataPosition (const CDataPosition &_roDataPosition)
 
virtual ~CDataPosition ()
 
void setPosition (double _fdLongitude, double _fdLatitude, double _fdElevation=UNDEFINED_ELEVATION)
 Sets new coordinates. More...
 
void setPosition (const CDataPosition &_roDataPosition)
 Copy coordinates from another position. More...
 
void resetPosition ()
 Resets all coordinates (to an undefined position) More...
 
void setElevation (double _fdElevation)
 Sets the elevation, in meters. More...
 
void resetElevation ()
 Resets the elevation (to an undefined elevation) More...
 
double getLongitude () const
 Returns this position's longitude, in degrees. More...
 
double getLatitude () const
 Returns this position's latitude, in degrees. More...
 
double getElevation () const
 Returns this position's elevation, in meters. More...
 
void serialize (QDataStream &_rqDataStream) const
 Serializes (store) this object's data to binary format. More...
 
void unserialize (QDataStream &_rqDataStream)
 Unserializes (restore) this object's data from binary format. More...
 
bool operator== (const CDataPosition &_roPosition) const
 Equality operator. More...
 
bool operator!= (const CDataPosition &_roPosition) const
 Inequality operator. More...
 

Private Attributes

QString qsType
 Landmark's type. More...
 
QString qsDescription
 Landmark's description. More...
 
QString qsComment
 Landmark's comment. More...
 
QString qsSymbol
 Landmark's symbol. More...
 
QString qsUrl
 Landmark's URL. More...
 

Additional Inherited Members

- Public Types inherited from COverlayPoint
enum  ETagPosition { TAG_AUTO , TAG_LEFT , TAG_RIGHT }
 
- Public Types inherited from COverlayObject
enum  EType {
  OVERLAY = 1001 , CONTAINER = 1010 , SUBCONTAINER = 1011 , ITEM = 1100 ,
  SUBITEM1 = 1101 , SUBITEM2 = 1102
}
 Overlay object type. More...
 
- Static Public Member Functions inherited from COverlayPoint
static int getPositionBox (const QTreeWidgetItem *_pqTreeWidgetItem, CDataPosition *_poDataPositionLower, CDataPosition *_poDataPositionUpper, int _iIndexMin=0, int _iIndexMax=-1)
 Returns the minimal geographical positions box containing the points in the given overlay/container. More...
 
- Static Public Member Functions inherited from CDataTime
static bool compareTimeAscending (const CDataTime &_roTime1, const CDataTime &_roTime2)
 Time (ascending sort) comparison operator. More...
 
static bool compareTimeDescending (const CDataTime &_roTime1, const CDataTime &_roTime2)
 Time (descending sort) comparison operator. More...
 
- Static Public Member Functions inherited from CDataPosition
static double distanceGC (const CDataPosition &_roPosition1, const CDataPosition &_roPosition2)
 Returns the WGS84-corrected great-circle distance between two points, in meters. More...
 
static double bearingGC (const CDataPosition &_roPosition1, const CDataPosition &_roPosition2)
 Returns the great-circle (initial) bearing between two points, in degrees. More...
 
static double distanceRL (const CDataPosition &_roPosition1, const CDataPosition &_roPosition2)
 Returns the rhumb-line distance between two points, in meters. More...
 
static double bearingRL (const CDataPosition &_roPosition1, const CDataPosition &_roPosition2)
 Returns the rhumb-line (constant) bearing between two points, in degrees. More...
 
static double length (const CDataPosition &_roPosition1, const CDataPosition &_roPosition2)
 Returns the length (rhumb-line distance and elevation delta) between two points, in meters. More...
 
static bool compareLongitudeAscending (const CDataPosition &_roPosition1, const CDataPosition &_roPosition2)
 Longitude (ascending sort) comparison operator. More...
 
static bool compareLongitudeDescending (const CDataPosition &_roPosition1, const CDataPosition &_roPosition2)
 Longitude (descending sort) comparison operator. More...
 
static bool compareLatitudeAscending (const CDataPosition &_roPosition1, const CDataPosition &_roPosition2)
 Latitude (ascending sort) comparison operator. More...
 
static bool compareLatitudeDescending (const CDataPosition &_roPosition1, const CDataPosition &_roPosition2)
 Latitude (descending sort) comparison operator. More...
 
static bool compareElevationAscending (const CDataPosition &_roPosition1, const CDataPosition &_roPosition2)
 Elevation (ascending sort) comparison operator. More...
 
static bool compareElevationDescending (const CDataPosition &_roPosition1, const CDataPosition &_roPosition2)
 Elevation (descending sort) comparison operator. More...
 
- Static Public Attributes inherited from CDataTime
static constexpr double UNDEFINED_TIME = -9999999
 Specific value for an undefined time. More...
 
static const CDataTime UNDEFINED
 Specific value for an undefined time object. More...
 
- Static Public Attributes inherited from CDataPosition
static constexpr double UNDEFINED_LONGITUDE = -999
 Specific value for an undefined longitude. More...
 
static constexpr double UNDEFINED_LATITUDE = -99
 Specific value for an undefined latitude. More...
 
static constexpr double UNDEFINED_ELEVATION = -9999999
 Specific value for an undefined elevation. More...
 
static const CDataPosition UNDEFINED
 Specific value for an undefined position. More...
 
- Protected Member Functions inherited from COverlayPoint
 COverlayPoint (const QString &_rqsName)
 
 COverlayPoint (const QString &_rqsName, const CDataPosition &_roDataPosition)
 
virtual ~COverlayPoint ()
 
- Protected Member Functions inherited from COverlayItem
 COverlayItem (COverlayObject::EType _eType, const QString &_rqsName)
 
virtual ~COverlayItem ()
 
- Protected Member Functions inherited from COverlayObject
 COverlayObject (EType _eType, const QString &_rqsName)
 
virtual ~COverlayObject ()
 
- Protected Member Functions inherited from COverlayVisibility
 COverlayVisibility ()
 
virtual ~COverlayVisibility ()
 
virtual void toggleVisibility (bool _bIncludeCourse, bool _bIncludeRouting)
 Toggle the visibility status. More...
 
- Protected Attributes inherited from COverlayItem
bool bMultiSelected
 Item's selection status. More...
 
- Protected Attributes inherited from COverlayObject
QString qsName
 Object name. More...
 
- Protected Attributes inherited from COverlayVisibility
bool bVisible
 Global (marker) visibility status. More...
 
bool bVisibleName
 Name's (tag) visibility status. More...
 
bool bVisiblePosition
 Position's visibility status. More...
 
bool bVisibleCourse
 Course's visibility status. More...
 
bool bVisibleRouting
 Routing's (data) visibility status. More...
 

Detailed Description

[UI] Landmark overlay point (item)

This class implements the overlay point (item) for the landmark overlay.

Author
Cedric Dufour http://cedric.dufour.name

Definition at line 39 of file CLandmarkPoint.hpp.

Constructor & Destructor Documentation

◆ CLandmarkPoint() [1/2]

CLandmarkPoint::CLandmarkPoint ( const QString &  _rqsName)

Definition at line 35 of file CLandmarkPoint.cpp.

◆ CLandmarkPoint() [2/2]

CLandmarkPoint::CLandmarkPoint ( const QString &  _rqsName,
const CDataPosition _roDataPosition 
)

Definition at line 49 of file CLandmarkPoint.cpp.

◆ ~CLandmarkPoint()

virtual CLandmarkPoint::~CLandmarkPoint ( )
inlinevirtual

Definition at line 67 of file CLandmarkPoint.hpp.

Member Function Documentation

◆ serialize()

void CLandmarkPoint::serialize ( QDataStream &  _rqDataStream) const
virtual

Serializes (store) this object's data to binary format.

Reimplemented from COverlayPoint.

Definition at line 68 of file CLandmarkPoint.cpp.

◆ unserialize()

void CLandmarkPoint::unserialize ( QDataStream &  _rqDataStream)
virtual

Unserializes (restore) this object's data from binary format.

Reimplemented from COverlayPoint.

Definition at line 74 of file CLandmarkPoint.cpp.

◆ useOverlay()

virtual COverlay* CLandmarkPoint::useOverlay ( )
inlinevirtual

Returns this object's (base) overlay.

Implements COverlayObject.

Definition at line 79 of file CLandmarkPoint.hpp.

◆ draw()

void CLandmarkPoint::draw ( const CChart _poChart,
QPainter *  _pqPainter 
)
virtual

Draws this object (itself or its content)

Implements COverlayObject.

Definition at line 81 of file CLandmarkPoint.cpp.

◆ showDetail()

void CLandmarkPoint::showDetail ( )
virtual

Displays this object's details (in the appropriate widget/view)

Implements COverlayObject.

Definition at line 96 of file CLandmarkPoint.cpp.

◆ showEdit()

void CLandmarkPoint::showEdit ( )
virtual

Displays this object's edit widget/view.

Implements COverlayObject.

Definition at line 105 of file CLandmarkPoint.cpp.

◆ matchScrPosition()

bool CLandmarkPoint::matchScrPosition ( const CChart _poChart,
const QPointF &  _rqPointFScrPosition 
) const
virtual

Returns whether this point matches the given screen position.

Reimplemented from COverlayPoint.

Definition at line 122 of file CLandmarkPoint.cpp.

◆ toggleVisibility()

virtual void CLandmarkPoint::toggleVisibility ( )
inlinevirtual

Definition at line 100 of file CLandmarkPoint.hpp.

◆ toggleMultiSelected()

void CLandmarkPoint::toggleMultiSelected ( )

Toggles this landmark's selection status.

Definition at line 138 of file CLandmarkPoint.cpp.

◆ setType()

void CLandmarkPoint::setType ( const QString &  _rqsType)
inline

Sets this landmark's type.

Definition at line 112 of file CLandmarkPoint.hpp.

◆ setDescription()

void CLandmarkPoint::setDescription ( const QString &  _rqsDescription)
inline

Sets this landmark's description.

Definition at line 114 of file CLandmarkPoint.hpp.

◆ setComment()

void CLandmarkPoint::setComment ( const QString &  _rqsComment)
inline

Sets this landmark's comment.

Definition at line 116 of file CLandmarkPoint.hpp.

◆ setSymbol()

void CLandmarkPoint::setSymbol ( const QString &  _rqsSymbol)
inline

Sets this landmark's symbol.

Definition at line 118 of file CLandmarkPoint.hpp.

◆ setUrl()

void CLandmarkPoint::setUrl ( const QString &  _rqsUrl)
inline

Sets this landmark's URL.

Definition at line 120 of file CLandmarkPoint.hpp.

◆ getType()

QString CLandmarkPoint::getType ( ) const
inline

Returns this landmark's type.

Definition at line 125 of file CLandmarkPoint.hpp.

◆ getDescription()

QString CLandmarkPoint::getDescription ( ) const
inline

Returns this landmark's description.

Definition at line 127 of file CLandmarkPoint.hpp.

◆ getComment()

QString CLandmarkPoint::getComment ( ) const
inline

Returns this landmark's comment.

Definition at line 129 of file CLandmarkPoint.hpp.

◆ getSymbol()

QString CLandmarkPoint::getSymbol ( ) const
inline

Returns this landmark's symbol.

Definition at line 131 of file CLandmarkPoint.hpp.

◆ getUrl()

QString CLandmarkPoint::getUrl ( ) const
inline

Returns this landmark's URL.

Definition at line 133 of file CLandmarkPoint.hpp.

◆ parseQVCT()

void CLandmarkPoint::parseQVCT ( const QDomElement &  _rqDomElement)

Retrieves this object's content from the given QVCT source (file)

Definition at line 147 of file CLandmarkPoint.cpp.

◆ parseGPX()

void CLandmarkPoint::parseGPX ( const QDomElement &  _rqDomElement)

Retrieves this object's content from the given GPX source (file)

Definition at line 164 of file CLandmarkPoint.cpp.

◆ dumpQVCT()

void CLandmarkPoint::dumpQVCT ( QXmlStreamWriter &  _rqXmlStreamWriter) const

Stores this object's content to the given QVCT destination (file)

Definition at line 182 of file CLandmarkPoint.cpp.

◆ dumpGPX()

void CLandmarkPoint::dumpGPX ( QXmlStreamWriter &  _rqXmlStreamWriter) const

Stores this object's content to the given GPX destination (file)

Definition at line 221 of file CLandmarkPoint.cpp.

Member Data Documentation

◆ qsType

QString CLandmarkPoint::qsType
private

Landmark's type.

Definition at line 48 of file CLandmarkPoint.hpp.

◆ qsDescription

QString CLandmarkPoint::qsDescription
private

Landmark's description.

Definition at line 50 of file CLandmarkPoint.hpp.

◆ qsComment

QString CLandmarkPoint::qsComment
private

Landmark's comment.

Definition at line 52 of file CLandmarkPoint.hpp.

◆ qsSymbol

QString CLandmarkPoint::qsSymbol
private

Landmark's symbol.

See also
CMainWindow::symbolExists(), CMainWindow::symbolPixmap()

Definition at line 55 of file CLandmarkPoint.hpp.

◆ qsUrl

QString CLandmarkPoint::qsUrl
private

Landmark's URL.

Definition at line 57 of file CLandmarkPoint.hpp.


The documentation for this class was generated from the following files: