mapeditor.h
changeset 160 72cc3873306a
parent 143 56c57552f1d2
child 163 30b22f7bd009
     1.1 --- a/mapeditor.h	Thu Sep 01 15:35:18 2005 +0000
     1.2 +++ b/mapeditor.h	Mon Sep 05 11:56:31 2005 +0000
     1.3 @@ -129,6 +129,7 @@
     1.4  	void removeChilds();					// remove childs
     1.5  	void editMapInfo();						// dialog to enter author, ...
     1.6  	void updateActions();					// update e.g. format buttons
     1.7 +	void updateNoteFlag();					// when TextEditor changes
     1.8  	void setLinkStyle (LinkStyle);			// Set style of link
     1.9  	LinkStyle getLinkStyle ();				// requested in LMO
    1.10  	void setLinkColor(QColor);				// default color of links
    1.11 @@ -148,6 +149,8 @@
    1.12  	void saveFloatImage (int);
    1.13  	void toggleFloatExport();
    1.14  	void setFrame(const FrameType &);
    1.15 +	void setHideLinkUnselected (bool);
    1.16 +	bool getHideLinkUnselected ();
    1.17  private:	
    1.18      void importDir(BranchObj *,QDir);
    1.19  public: