mapeditor.h
changeset 421 5522d1da7e37
parent 420 b7447adddc9a
child 424 d886c77ac0fe
     1.1 --- a/mapeditor.h	Wed Jan 10 13:26:12 2007 +0000
     1.2 +++ b/mapeditor.h	Tue Jan 23 11:50:53 2007 +0000
     1.3 @@ -10,8 +10,6 @@
     1.4  #include "selection.h"
     1.5  #include "settings.h"
     1.6  
     1.7 -class Q3NetworkOperation;
     1.8 -class Q3UrlOperator;
     1.9  
    1.10  class MapEditor : public QGraphicsView, public xmlObj {
    1.11      Q_OBJECT
    1.12 @@ -37,13 +35,6 @@
    1.13  private:
    1.14      void addFloatImageInt(const QPixmap &img);
    1.15  
    1.16 -/*
    1.17 -  private slots:
    1.18 -    void fetchImage(const QString &img);
    1.19 -    void imageDataFetched(const QByteArray &, Q3NetworkOperation *);
    1.20 -    void imageDataFinished(Q3NetworkOperation *);
    1.21 -	*/
    1.22 -
    1.23  public:
    1.24  	bool isDefault();		// false, if map was changed once
    1.25      bool isUnsaved();		// save necessary
    1.26 @@ -222,7 +213,7 @@
    1.27  	bool copyingObj;			// true while creating a link
    1.28  	XLinkObj* tmpXLink;
    1.29  
    1.30 -	Selection xelection;
    1.31 +	Selection xelection;			// FIXME  not used (yet)
    1.32      LinkableMapObj* selection;		// select a LinkableMapObj
    1.33      LinkableMapObj* selectionLast;	// last selection 
    1.34      MapObj* movingObj;				// moving a MapObj
    1.35 @@ -263,10 +254,6 @@
    1.36  	HideTmpMode hidemode;			// true while exporting to hide some stuff
    1.37  	
    1.38      void resizeEvent( QResizeEvent * );
    1.39 -
    1.40 -	Q3UrlOperator *urlOperator;
    1.41 -	QDataStream *imageData;
    1.42 -	QBuffer *imageBuffer;
    1.43  };
    1.44  #endif
    1.45