Advertisement
Guest User

GeoDataCoordinates_h.diff

a guest
May 23rd, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. --- GeoDataCoordinates_original.h 2011-12-20 20:19:12.000000000 +0100
  2. +++ GeoDataCoordinates.h 2012-05-23 18:37:41.649124500 +0200
  3. @@ -36,6 +36,7 @@
  4.  
  5. class GeoDataCoordinatesPrivate;
  6. class Quaternion;
  7. +class MarbleClock;
  8.  
  9. /**
  10. * @short A 3d point representation
  11. @@ -308,6 +309,23 @@
  12. virtual void unpack( QDataStream& stream );
  13.  
  14. virtual void detach();
  15. +
  16. + void setType( int type );
  17. +
  18. + int getType() const;
  19. +
  20. + //void setClock( MarbleClock* clock );
  21. +
  22. + //MarbleClock* getClock();
  23. +
  24. + void setTime( double time );
  25. +
  26. + double getTime() const;
  27. +
  28. + void setOld( const bool old ) const;
  29. +
  30. + bool isOld() const;
  31. +
  32. protected:
  33. GeoDataCoordinatesPrivate* d;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement