mapeditor.h
changeset 628 d7d0708b1c60
parent 616 16d63fc9ae42
child 645 2abfdb7e85f4
     1.1 --- a/mapeditor.h	Tue Dec 04 12:32:56 2007 +0000
     1.2 +++ b/mapeditor.h	Tue Dec 04 12:32:59 2007 +0000
     1.3 @@ -143,8 +143,8 @@
     1.4  	void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps
     1.5  private:
     1.6      QPixmap getPixmap();
     1.7 -	void setHideTmpMode (BranchObj::HideTmpMode);	// temporary hide stuff
     1.8 -	BranchObj::HideTmpMode getHideTmpMode();		// temporary hide stuff
     1.9 +	void setHideTmpMode (HideTmpMode);	// temporary hide stuff
    1.10 +	HideTmpMode getHideTmpMode();		// temporary hide stuff
    1.11  public:
    1.12  	/*! Set or unset temporary hiding of objects during export  */
    1.13  	void setExportMode (bool);
    1.14 @@ -321,6 +321,7 @@
    1.15      void importDir();
    1.16  	void followXLink (int);
    1.17  	void editXLink (int);
    1.18 +	AttributeTable* attributeTable();
    1.19      void testFunction1();					// just testing new stuff
    1.20      void testFunction2();					// just testing new stuff
    1.21  											// set /mainwindo/showTestMenu=true...
    1.22 @@ -400,6 +401,8 @@
    1.23  
    1.24  	Parser parser;				// Parser stuff for scripting
    1.25  
    1.26 +	AttributeTable *attrTable;
    1.27 +
    1.28  	bool printFrame;			// Print frame around map
    1.29  	bool printFooter;			// Print footer below map
    1.30  
    1.31 @@ -426,10 +429,7 @@
    1.32  	bool EOFind;				// true, if search failed
    1.33  
    1.34  	QPoint exportOffset;		// set before export, used in save
    1.35 -	BranchObj::HideTmpMode hidemode;	// true while exporting to hide some stuff
    1.36 -
    1.37 -	QList <Attribute> attributes;	// List with attributes
    1.38 -
    1.39 +	HideTmpMode hidemode;	// true while exporting to hide some stuff
    1.40  
    1.41  	// Network connections **Experimental**
    1.42  	NetState netstate;			// offline, client, server