mainwindow.h
changeset 89 9db3eaa21237
parent 0 7a96bd401351
child 94 6783e13bb05d
     1.1 --- a/mainwindow.h	Mon Jan 31 09:47:43 2005 +0000
     1.2 +++ b/mainwindow.h	Tue Feb 08 14:07:19 2005 +0000
     1.3 @@ -38,6 +38,7 @@
     1.4      void setupEditActions();
     1.5      void setupFormatActions();
     1.6      void setupViewActions();
     1.7 +    void setupModeActions();
     1.8      void setupWindowActions();
     1.9      void setupFlagActions();
    1.10      void setupSettingsActions();
    1.11 @@ -114,6 +115,7 @@
    1.12      void editLoadImage();
    1.13      void editSaveImage(int);
    1.14      void editToggleFloatExport();
    1.15 +    void editFollowLink (int);
    1.16  
    1.17      void formatSelectColor();
    1.18      void formatPickColor();
    1.19 @@ -134,6 +136,9 @@
    1.20      void viewZoomIn();
    1.21      void viewZoomOut();
    1.22  
    1.23 +	void modModeColor();
    1.24 +	void modModeLink();
    1.25 +
    1.26  public slots:
    1.27  	bool settingsPDF();
    1.28  	bool settingsURL();