marble
Go to the documentation of this file.
13 #ifndef MARBLE_GEODATAHOTSPOT_H
14 #define MARBLE_GEODATAHOTSPOT_H
25 class GeoDataHotSpotPrivate;
30 enum Units{Fraction, Pixels, InsetPixels};
33 Units xunits = Fraction, Units yunits = Fraction );
40 virtual const char* nodeType()
const;
48 const QPointF& hotSpot( Units& xunits, Units& yunits )
const;
50 void setHotSpot(
const QPointF& hotSpot = QPointF( 0.5, 0.5 ),
51 Units xunits = Fraction, Units yunits = Fraction );
54 virtual void pack( QDataStream& stream )
const;
56 virtual void unpack( QDataStream& stream );
59 GeoDataHotSpotPrivate *
const d;
A base class for all geodata objects.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:49 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.