Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv27689/include
Modified Files:
ViewFilter.h
Log Message:
part of bug fix for view filters not updating their options (forgot to commit before)
Index: ViewFilter.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ViewFilter.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- ViewFilter.h 22 Jul 2003 22:01:38 -0000 1.6
+++ ViewFilter.h 1 Oct 2003 22:04:11 -0000 1.7
@@ -124,4 +124,18 @@
//@}
+ /**
+ Viewer options checks,
+
+ When the user changes the message view options the viewer might have to
+ be refreshed to take them into account. This function is called by
+ MessageView to allow the user to update its options and to decide whether
+ it wants the viewer to be updated or not.
+
+ @param profile to read the options from
+ @return true if the viewer should be refreshed, false if there are no
+ visible changes
+ */
+ virtual bool UpdateOptions(Profile * /* profile */) { return false; }
+
protected:
/// the function to implement in the derived classes, called by Process()
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates