diff -r 1c8ff1928b97 -r 4910fdf27142 mainwindow.h --- a/mainwindow.h Thu Nov 23 13:53:08 2006 +0000 +++ b/mainwindow.h Fri Dec 29 13:52:18 2006 +0000 @@ -143,6 +143,7 @@ void formatLinkStylePolyLine(); void formatLinkStylePolyParabel(); void formatSelectBackColor(); + void formatSelectBackImage(); void formatSelectLinkColor(); void formatToggleLinkColorHint(); void formatFrameNone(); @@ -163,6 +164,8 @@ void windowToggleNoteEditor(); void windowToggleHistory(); void updateHistory(SimpleSettings &); + void windowToggleAntiAlias(); + void windowToggleSmoothPixmap(); void updateNoteFlag(); void updateActions(); ModMode getModMode(); @@ -249,6 +252,7 @@ QAction* actionFormatColorSubtree; QAction* actionFormatLinkColorHint; QAction* actionFormatBackColor; + QAction* actionFormatBackImage; QAction* actionFormatLinkColor; QAction *actionFormatIncludeImagesVer; QAction *actionFormatIncludeImagesHor; @@ -271,6 +275,8 @@ QAction *actionViewToggleNoteEditor; QAction *actionViewToggleHistoryWindow; + QAction *actionViewToggleAntiAlias; + QAction *actionViewToggleSmoothPixmapTransform; QAction* actionSettingsAutoEdit; QAction* actionSettingsAutoSelectHeading;