diff -r 513107d1ed59 -r d7d0708b1c60 mapeditor.h --- a/mapeditor.h Tue Dec 04 12:32:56 2007 +0000 +++ b/mapeditor.h Tue Dec 04 12:32:59 2007 +0000 @@ -143,8 +143,8 @@ void setSmoothPixmap(bool); //!< Set or unset smoothing of pixmaps private: QPixmap getPixmap(); - void setHideTmpMode (BranchObj::HideTmpMode); // temporary hide stuff - BranchObj::HideTmpMode getHideTmpMode(); // temporary hide stuff + void setHideTmpMode (HideTmpMode); // temporary hide stuff + HideTmpMode getHideTmpMode(); // temporary hide stuff public: /*! Set or unset temporary hiding of objects during export */ void setExportMode (bool); @@ -321,6 +321,7 @@ void importDir(); void followXLink (int); void editXLink (int); + AttributeTable* attributeTable(); void testFunction1(); // just testing new stuff void testFunction2(); // just testing new stuff // set /mainwindo/showTestMenu=true... @@ -400,6 +401,8 @@ Parser parser; // Parser stuff for scripting + AttributeTable *attrTable; + bool printFrame; // Print frame around map bool printFooter; // Print footer below map @@ -426,10 +429,7 @@ bool EOFind; // true, if search failed QPoint exportOffset; // set before export, used in save - BranchObj::HideTmpMode hidemode; // true while exporting to hide some stuff - - QList attributes; // List with attributes - + HideTmpMode hidemode; // true while exporting to hide some stuff // Network connections **Experimental** NetState netstate; // offline, client, server