Subversion Repositories Projects

Rev

Rev 305 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 305 Rev 395
Line 127... Line 127...
127
 
127
 
128
        //! returns the latitude of the point
128
        //! returns the latitude of the point
129
        /*!
129
        /*!
130
         * @return the latitude of the point
130
         * @return the latitude of the point
131
         */
131
         */
Line 132... Line 132...
132
        qreal   latitude() const;
132
        qreal latitude() const;
133
 
133
 
134
        //! returns the coordinate of the point
134
        //! returns the coordinate of the point
135
        /*!
135
        /*!
136
         * The x component of the returned QPointF is the longitude value,
136
         * The x component of the returned QPointF is the longitude value,
137
         * the y component the latitude
137
         * the y component the latitude
138
         * @return the coordinate of a point
138
         * @return the coordinate of a point
Line 139... Line 139...
139
         */
139
         */
Line 140... Line 140...
140
        QPointF coordinate() const;
140
        QPointF coordinate() const;
141
 
141
 
Line 150... Line 150...
150
        /*!
150
        /*!
151
         * @return the pixmap of the point
151
         * @return the pixmap of the point
152
         */
152
         */
153
        QPixmap* pixmap();
153
        QPixmap* pixmap();
Line 154... Line 154...
154
 
154
 
155
        //! Sets the zoom level on which the point´s pixmap gets displayed on full size
155
        //! Sets the zoom level on which the point�s pixmap gets displayed on full size
156
        /*!
156
        /*!
157
         * Use this method to set a zoom level on which the pixmap gets displayed with its real size.
157
         * Use this method to set a zoom level on which the pixmap gets displayed with its real size.
158
         * On zoomlevels below it will be displayed smaller, and on zoom levels thereover it will be displayed larger
158
         * On zoomlevels below it will be displayed smaller, and on zoom levels thereover it will be displayed larger
159
         * @see setMinsize, setMaxsize
159
         * @see setMinsize, setMaxsize
160
         * @param zoomlevel the zoomlevel on which the point will be displayed on full size
160
         * @param zoomlevel the zoomlevel on which the point will be displayed on full size
161
         */
161
         */
Line 162... Line 162...
162
        void setBaselevel(int zoomlevel);
162
        void setBaselevel(int zoomlevel);
163
 
163
 
164
        //! sets a minimal size for the pixmap
164
        //! sets a minimal size for the pixmap
165
        /*!
165
        /*!
166
         * When the point´s pixmap should change its size on zooming, this method sets the minimal size.
166
         * When the point's pixmap should change its size on zooming, this method sets the minimal size.
167
         * @see setBaselevel
167
         * @see setBaselevel
168
         * @param minsize the minimal size which the pixmap should have
168
         * @param minsize the minimal size which the pixmap should have