~ubuntu-branches/ubuntu/wily/marble/wily-proposed

« back to all changes in this revision

Viewing changes to src/lib/marble/geodata/data/GeoDataAbstractView.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark, Jonathan Riddell, Scarlett Clark
  • Date: 2014-07-24 23:38:32 UTC
  • mfrom: (1.5.2)
  • Revision ID: package-import@ubuntu.com-20140724233832-7v4421t4khrhw487
Tags: 4:4.13.90-0ubuntu1
[ Jonathan Riddell ]
* Switch to libmarblewidget19 for new soversion

[ Scarlett Clark ]
* New upstream beta release
* Update: do_not_install_private_headers. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#ifndef MARBLE_GEODATAABSTRACTVIEW_H
12
12
#define MARBLE_GEODATAABSTRACTVIEW_H
13
13
 
 
14
#include "MarbleGlobal.h"
14
15
#include "GeoDataObject.h"
15
16
#include "GeoDataTimeSpan.h"
16
17
#include "GeoDataTimeStamp.h"
 
18
#include "GeoDataCoordinates.h"
17
19
 
18
20
#include "geodata_export.h"
19
21
 
50
52
 
51
53
    void setTimeStamp( const GeoDataTimeStamp &timeStamp );
52
54
 
 
55
    AltitudeMode altitudeMode() const;
 
56
 
 
57
    void setAltitudeMode(const AltitudeMode altitudeMode);
 
58
 
 
59
    GeoDataCoordinates coordinates() const;
 
60
 
53
61
private:
54
62
    GeoDataAbstractViewPrivate* const d;
 
63
 
 
64
protected:
 
65
    bool equals(const GeoDataAbstractView &other) const;
 
66
 
 
67
    using GeoDataObject::equals;
55
68
};
56
69
 
57
70
} // namespace Marble