xml-vym.h
changeset 776 25e634a7e1dc
parent 753 25a77484ec72
child 795 6b0a5f4923d3
     1.1 --- a/xml-vym.h	Wed Jun 03 20:37:17 2009 +0000
     1.2 +++ b/xml-vym.h	Mon Jun 08 11:36:56 2009 +0000
     1.3 @@ -20,7 +20,7 @@
     1.4  	bool readFrameAttr (const QXmlAttributes&);
     1.5  	bool readOOAttr (const QXmlAttributes&);
     1.6  	bool readNoteAttr (const QXmlAttributes&);
     1.7 -	bool readFloatImageAttr (const QXmlAttributes&);
     1.8 +	bool readImageAttr (const QXmlAttributes&);
     1.9  	bool readXLinkAttr (const QXmlAttributes&);
    1.10  	bool readHtmlAttr (const QXmlAttributes&);
    1.11  	bool readSettingAttr (const QXmlAttributes&);
    1.12 @@ -40,7 +40,7 @@
    1.13  		StateFrame,
    1.14  		StateStandardFlag,
    1.15  		StateNote,
    1.16 -		StateFloatImage,
    1.17 +		StateImage,
    1.18  		StateHeading
    1.19  	 };
    1.20  
    1.21 @@ -53,6 +53,7 @@
    1.22  	QString htmldata;
    1.23  	NoteObj no;
    1.24  
    1.25 -	BranchItem* lastBranchItem;
    1.26 +	BranchItem* lastBranch;
    1.27 +	ImageItem* lastImage;
    1.28  }; 
    1.29  #endif