vymmodel.h
changeset 786 6269016c9905
parent 785 5987f9f15bac
child 787 c6bb4fdcc55f
     1.1 --- a/vymmodel.h	Mon Aug 03 10:42:12 2009 +0000
     1.2 +++ b/vymmodel.h	Thu Aug 06 10:42:17 2009 +0000
     1.3 @@ -15,6 +15,7 @@
     1.4  #include "treeitem.h"
     1.5  #include "treemodel.h"
     1.6  
     1.7 +class AttributeItem;
     1.8  class BranchItem;
     1.9  class MapEditor;
    1.10  
    1.11 @@ -290,6 +291,8 @@
    1.12  	BranchItem* createBranch(BranchItem *dst);	//!< Create Branch
    1.13  	ImageItem* createImage(BranchItem *dst);	//!< Create image
    1.14  
    1.15 +	AttributeItem* addAttribute();
    1.16 +
    1.17  	/*! \brief Add new mapcenter
    1.18  
    1.19  	    Disclaimer: Still experimental, not fully supported yet.