mainwindow.h
changeset 442 dfbc371b7280
parent 434 c585be63ec69
child 445 0796c5592f00
     1.1 --- a/mainwindow.h	Sat Mar 31 09:28:27 2007 +0000
     1.2 +++ b/mainwindow.h	Sat Mar 31 09:28:27 2007 +0000
     1.3 @@ -147,6 +147,7 @@
     1.4      void formatSelectBackColor();
     1.5      void formatSelectBackImage();
     1.6      void formatSelectLinkColor();
     1.7 +    void formatSelectSelectionColor();
     1.8      void formatToggleLinkColorHint();
     1.9  	void formatIncludeImagesVer();
    1.10  	void formatIncludeImagesHor();
    1.11 @@ -167,6 +168,7 @@
    1.12  	void windowToggleAntiAlias();
    1.13  	void windowToggleSmoothPixmap();
    1.14  	void updateNoteFlag();
    1.15 +	void updateSatellites(MapEditor *);
    1.16  	void updateActions();
    1.17  	ModMode getModMode();
    1.18  	bool autoEdit();
    1.19 @@ -260,6 +262,7 @@
    1.20  	QAction* actionFormatBackColor;
    1.21  	QAction* actionFormatBackImage;
    1.22  	QAction* actionFormatLinkColor;
    1.23 +	QAction* actionFormatSelectionColor;
    1.24  	QAction *actionFormatIncludeImagesVer;
    1.25  	QAction *actionFormatIncludeImagesHor;
    1.26  
    1.27 @@ -270,7 +273,7 @@
    1.28  
    1.29  	QActionGroup *actionGroupFormatFrameTypes;
    1.30  
    1.31 -	QAction *actionOpenPropertyDialog;
    1.32 +	QAction *actionTogglePropertyDialog;
    1.33  
    1.34  	QActionGroup *actionGroupFormatLinkStyles;
    1.35  	QAction *actionFormatLinkStyleLine;