diff -r 5db8dfd30ea2 -r c2a05fa925a1 mainwindow.h --- a/mainwindow.h Thu Nov 23 16:18:26 2006 +0000 +++ b/mainwindow.h Fri Dec 08 20:18:56 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;