Subversion Repositories Projects

Rev

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

Rev 305 Rev 395
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