7 #include <qfiledialog.h>
12 #include "mapcenterobj.h"
16 class QNetworkOperation;
19 class MapEditor : public QCanvasView , public xmlObj {
23 MapEditor(QWidget* parent=0, bool interactive=false, const char* name=0, WFlags f=0);
26 QColor backgroundColor();
27 MapCenterObj* getMapCenter();
29 void adjustCanvasSize();// adjust canvas size to map and scrollview
30 bool isRepositionBlocked(); // block while load or undo
33 void makeTmpDirs(); // create temporary directories
34 QString saveToDir(const QString&,const QString &,bool, const QPoint &,LinkableMapObj*);
35 void saveState(); // save actual state to backup
36 void saveState(LinkableMapObj *);
37 void saveState(const QString &, const QString &);
38 void saveState(const QString &, LinkableMapObj *);
39 void saveState(const SaveMode&, const QString &, LinkableMapObj *, const QString &, LinkableMapObj *);
40 void parseAtom(const QString &);
42 void addFloatImage(const QPixmap &img);
45 void finishedLineEditNoSave();
46 void fetchImage(const QString &img);
47 void imageDataFetched(const QByteArray &, QNetworkOperation *);
48 void imageDataFinished(QNetworkOperation *);
51 bool isDefault(); // false, if map was changed once
52 bool isUnsaved(); // save necessary
53 bool hasChanged(); // undo possible
54 void setChanged(); // called from NoteEditor via LMO
56 void setFilePath (QString);
57 void setFilePath (QString,QString);
58 QString getFilePath (); // Full path e.g. "/home/tux/map.xml"
59 QString getFileName (); // e.g. "map.xml"
60 QString getMapName (); // e.g. "map"
61 QString getDestPath (); // e.g. "/home/tux/map.vym"
62 ErrorCode load (QString, LoadMode ); // newmap, import/replace selection
64 int save(const SaveMode &); // Save map
65 void setZipped(bool); // save map zipped
66 bool saveZipped(); // 1 if file will be saved zipped
67 void print(); // print canvas
70 void setHideTmpMode (HideTmpMode); // temporary hide stuff
71 HideTmpMode getHideTmpMode(); // temporary hide stuff
73 void setExportMode (bool); // temporary hide stuff during export
74 void exportImage (QString fn); // export as PNG
75 void exportImage (QString fn, int); // export in given format
76 void exportOOPresentation(const QString &,const QString &);
77 void exportXML(const QString&); // export to directory
78 void clear(); // clear map
79 void copy(); // copy branch to clipboard
80 void redo(); // redo last action
81 void undo(); // undo last action
83 void undoXML(const QString &, const QString &);
84 void pasteNoSave(); // paste clipboard to branch
85 void cutNoSave(); // cut to clipboard
87 void paste(); // paste clipboard to branch and backup
88 void cut(); // cut to clipboard and backup
89 void move(const int &,const int&);
91 void moveBranchDown();
92 void editHeading(); // Start editing heading
94 void setHeading(const QString &); // Just set the heading for selection
95 void setURL(const QString &); // Just set the URL for selection
96 void setVymLink(const QString &); // Set vymLink for selection
98 void addNewBranch(int); // pos allows to add above/below selection
99 void addNewBranchHere(); // insert and make selection its
100 void deleteSelection();
101 LinkableMapObj* getSelection(); // returns selection
102 void unselect(); // before changing current noteedit
103 void reselect(); // after changing current noteedit
104 bool select(const QString &); // Select
106 void select(LinkableMapObj*);
107 void selectNextBranch(); // Increment number of branch
108 void selectPrevBranch(); // Decrement number of branch
110 void selectUpperBranch();
111 void selectLowerBranch();
112 void selectLeftBranch();
113 void selectRightBranch();
114 void selectFirstBranch();
115 void selectLastBranch();
116 void setColor(QColor);
117 void selectBackgroundColor();
118 void setBackgroundColor(QColor);
122 void toggleStandardFlag(QString);
123 virtual void setViewCenter(); // needed for zooming
124 BranchObj* findText(QString,bool); // Find object
125 void findReset(); // Reset Find
126 void editURL(); // edit the URL
127 QString getURL(); // returns URL of selection or ""
128 void editHeading2URL(); // copy heading to URL
129 void editBugzilla2URL(); // create URL to Bugzilla
130 void editFATE2URL(); // create URL to FATE
131 void editVymLink(); // edit link to another map
132 void deleteVymLink(); // delete link to another map
133 QString getVymLink(); // return path to map
134 void setHideExport(); // toggle the export flag
136 void toggleHideExport(); // toggle the export flag
138 void removeBranchHere(); // remove but keep childs
139 void removeChilds(); // remove childs
140 void editMapInfo(); // dialog to enter author, ...
141 void updateActions(); // update e.g. format buttons
142 void updateNoteFlag(); // when TextEditor changes
143 void setLinkStyle (LinkStyle); // Set style of link
144 LinkStyle getLinkStyle (); // requested in LMO
145 void setLinkColor(QColor); // default color of links
146 void setLinkColorHint(); // color of links
147 void setLinkColorHint(LinkColorHint); // color of links
148 LinkColorHint getLinkColorHint();
149 QColor getDefLinkColor();
150 void setDefXLinkColor(QColor);
151 QColor getDefXLinkColor();
152 void setDefXLinkWidth (int);
153 int getDefXLinkWidth();
154 void toggleLinkColorHint(); // after changing linkStyles
155 void selectLinkColor();
158 void loadFloatImage ();
159 void saveFloatImage (int);
160 void setFrame(const FrameType &);
161 void setIncludeImagesVer(bool);
162 void setIncludeImagesHor(bool);
163 void setHideLinkUnselected (bool);
164 bool getHideLinkUnselected ();
166 void importDir(BranchObj *,QDir);
169 void followXLink (int);
170 void editXLink (int);
171 void testFunction(); // FIXME just testing
174 void ensureSelectionVisible();
175 virtual void updateViewCenter(); // needed for zooming
176 virtual void contentsContextMenuEvent ( QContextMenuEvent *e );
177 virtual void contentsMousePressEvent(QMouseEvent*);
178 virtual void contentsMouseReleaseEvent(QMouseEvent*);
179 virtual void contentsMouseDoubleClickEvent(QMouseEvent*);
180 virtual void contentsMouseMoveEvent(QMouseEvent*);
182 virtual void contentsDragEnterEvent(QDragEnterEvent *event);
183 virtual void contentsDropEvent(QDropEvent *event);
186 MapCenterObj* mapCenter;
188 bool adjustCanvasRequested; // collect requests until end of user event
189 BranchObj *editingBO; // entering Text into BO
192 QColor actColor; // actual color
193 QColor defLinkColor; // default color for links
194 QColor defXLinkColor; // default color for xlinks
195 int defXLinkWidth; // default width for xlinks
196 LinkColorHint linkcolorhint;// use heading color or own color
197 LinkStyle linkstyle; // default style for links
199 QCursor handOpenCursor; // cursor while moving canvas view
200 QCursor pickColorCursor; // cursor while picking color
202 bool drawingLink; // true while creating a link
203 bool copyingObj; // true while creating a link
206 LinkableMapObj* selection; // select a LinkableMapObj
207 LinkableMapObj* selectionLast; // last selection
208 MapObj* movingObj; // moving a MapObj
209 MapObj* linkingObj_src; // part of a link
210 QPoint movingObj_orgPos; // org. pos of mouse before move
211 QPoint movingObj_start; // rel. pos of mouse to absPos
212 QPoint movingCont_start; // inital pos of moving Content or
213 QPoint movingVec; // how far has Content moved
214 QPoint movingCenter; // used when zooming
215 QPrinter* printer; // Printing
217 bool mapDefault; // Flag if map is untouched
218 bool mapChanged; // Flag if undo is possible
219 bool mapUnsaved; // Flag if map should be saved
221 bool printFrame; // Print frame around map
222 bool printFooter; // Print footer below map
224 bool zipped; // should map be zipped
225 static int mapNum; // unique number for Editor
226 QString fileName; // short name of file (for tab)
227 QString filePath; // path to file which will be saved
228 QString fileDir; // dir where file is saved
229 QString destPath; // path to .vym file (needed for vymlinks)
230 QString mapName; // fileName without ".vym"
231 QString lastImageDir; // save dir for adding images
233 bool isInteractive; // non interactive don't need tmpdirs
234 QString tmpMapDir; // tmp directory with data for undo/redo
235 int undosTotal; // total number of undos
236 int undoNum; // current number of bakMapDir to be used
237 int undosAvail; // how many actions can currently be undone
238 bool blockReposition; // block while load or undo
239 bool blockSaveState; // block while load or undo
241 BranchObj* itFind; // next object in find process
242 bool EOFind; // true, if search failed
244 QPoint exportOffset; // set before export, used in save
245 HideTmpMode hidemode; // true while exporting to hide some stuff
247 void resizeEvent( QResizeEvent * );
249 QUrlOperator *urlOperator;
250 QDataStream *imageData;
251 QBuffer *imageBuffer;