xml-vym.h
changeset 847 43268373032d
parent 821 4a84d7e444d8
     1.1 --- a/xml-vym.h	Fri Apr 09 14:24:04 2010 +0000
     1.2 +++ b/xml-vym.h	Wed Jun 09 13:14:08 2010 +0000
     1.3 @@ -22,6 +22,7 @@
     1.4  	bool readNoteAttr (const QXmlAttributes&);
     1.5  	bool readImageAttr (const QXmlAttributes&);
     1.6  	bool readXLinkAttr (const QXmlAttributes&);
     1.7 +	bool readLinkNewAttr (const QXmlAttributes&);
     1.8  	bool readHtmlAttr (const QXmlAttributes&);
     1.9  	bool readSettingAttr (const QXmlAttributes&);
    1.10  
    1.11 @@ -41,7 +42,8 @@
    1.12  		StateStandardFlag,
    1.13  		StateNote,
    1.14  		StateImage,
    1.15 -		StateHeading
    1.16 +		StateHeading,
    1.17 +		StateLink,
    1.18  	 };
    1.19  
    1.20  	 int branchesCounter;