Skip to content

Commit

Permalink
Remove legacy methods in composer map
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jul 4, 2012
1 parent aa39674 commit 5a7cb21
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/core/composer/qgscomposermap.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,6 @@ class CORE_EXPORT QgsComposerMap : public QgsComposerItem
void setShowGridAnnotation( bool show ) {mShowGridAnnotation = show;}
bool showGridAnnotation() const {return mShowGridAnnotation;}

/**Sets position of grid annotations. Possibilities are inside or outside of the map frame
@note this function was added in version 1.4*/
//void setGridAnnotationPosition( GridAnnotationPosition p ) {mGridAnnotationPosition = p;}
//GridAnnotationPosition gridAnnotationPosition() const {return mGridAnnotationPosition;}

void setGridAnnotationPosition( GridAnnotationPosition p, QgsComposerMap::Border border );
GridAnnotationPosition gridAnnotationPosition( QgsComposerMap::Border border ) const;

Expand All @@ -250,11 +245,6 @@ class CORE_EXPORT QgsComposerMap : public QgsComposerItem
void setAnnotationFrameDistance( double d ) {mAnnotationFrameDistance = d;}
double annotationFrameDistance() const {return mAnnotationFrameDistance;}

/**Sets grid annotation direction. Can be horizontal, vertical, direction of axis and horizontal and vertical
@note this function was added in version 1.4*/
//void setGridAnnotationDirection( GridAnnotationDirection d ) {mGridAnnotationDirection = d;}
//GridAnnotationDirection gridAnnotationDirection() const {return mGridAnnotationDirection;}

void setGridAnnotationDirection( GridAnnotationDirection d, QgsComposerMap::Border border );
GridAnnotationDirection gridAnnotationDirection( QgsComposerMap::Border border ) const;

Expand Down

0 comments on commit 5a7cb21

Please sign in to comment.