Adding of subscript and superscript + bugfix problems with closing of note editor when text was modified.
8 #include "mapcenterobj.h"
12 class mapBuilderHandler : public QXmlDefaultHandler
17 QString errorProtocol();
19 QString mapBuilderHandler::parseHREF(QString);
20 bool startElement ( const QString&, const QString&,
21 const QString& eName, const QXmlAttributes& atts );
22 bool endElement ( const QString&, const QString&, const QString& );
23 bool characters ( const QString&);
24 QString errorString();
25 bool fatalError( const QXmlParseException&);
26 void setMapEditor (MapEditor*);
27 void setTmpDir (QString);
28 void setLoadMode (const LoadMode &);
29 bool readBranchAttr (const QXmlAttributes&);
30 bool readNoteAttr (const QXmlAttributes&);
31 bool readFloatImageAttr (const QXmlAttributes&);
32 bool readXLinkAttr (const QXmlAttributes&);
33 bool readHtmlAttr (const QXmlAttributes&);
34 bool readSettingAttr (const QXmlAttributes&);
40 StateInit, StateMap, StateMapSelect,
42 StateMapCenter, StateMapCenterStandardFlag,
43 StateMapCenterHeading, StateMapCenterNote,
44 StateMapCenterFloatImage,
46 StateBranch, StateBranchStandardFlag,
47 StateBranchHeading, StateBranchNote,
48 StateBranchFloatImage, StateBranchXLink,
49 StateHtmlNote, StateHtml
61 MapEditor* me; QString tmpDir;