Subversion Repositories public

Rev

Rev 276 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 276 Rev 278
Line 36... Line 36...
36
		void setMapType (maptype mt);
36
		void setMapType (maptype mt);
37
 
37
 
38
	public slots:
38
	public slots:
39
		/*$PUBLIC_SLOTS$*/
39
		/*$PUBLIC_SLOTS$*/
40
		virtual void accept();
40
		virtual void accept();
-
 
41
		virtual void slotForwarded(bool);
-
 
42
		virtual void slotInversed(bool);
41
 
43
 
42
	private:
44
	private:
43
	   maptype __maptype;
45
	   maptype __maptype;
44
};
46
};
45
 
47