TruePreviewMessageViewer |
Version: @(#) $Id: TruePreviewLibraryMessage.h 2 2009-06-27 07:02:45Z jhriggs $
Superclass: NSObject
Declared In: TruePreviewMessageViewer.h
Adds a method for overriding the "mark as viewed" behavior of
MessageViewer.
truePreviewTimers |
+ (NSMutableDictionary*)truePreviewTimers;
The NSMutableDictionary containing the NSTimer
for each instance of this class. The key is an NSNumber
(unsigned long) of the address of each instance.
Returns the timers for instances of this class.
truePreviewDealloc |
- (void)truePreviewDealloc;
Invalidates this instance's timer and stops observing scroll changes before deallocating.
truePreviewForwardAsAttachment: |
- (void)truePreviewForwardAsAttachment:(id)inSender;
inSenderUnused.
Marks the currently-displayed message as read if configured to do so when forwarding.
truePreviewForwardMessage: |
- (void)truePreviewForwardMessage:(id)inSender;
inSenderUnused.
Marks the currently-displayed message as read if configured to do so when forwarding.
truePreviewMarkAsRead: |
- (void)truePreviewMarkAsRead:(id)inSender;
inSenderUnused.
Invalidates this instance's timer and stops observing scroll changes when a message is explicitly marked as read.
truePreviewMarkAsUnread: |
- (void)truePreviewMarkAsUnread:(id)inSender;
inSenderUnused.
Invalidates this instance's timer and stops observing scroll changes when a message is explicitly marked as unread.
truePreviewMessageNoLongerDisplayedInTextView: |
- (void)truePreviewMessageNoLongerDisplayedInTextView:(NSNotification*)inNotification;
inNotificationThe NSNotification describing the event.
Invalidates this instance's timer and stops observing scroll changes.
truePreviewMessageWasDisplayedInTextView: |
- (void)truePreviewMessageWasDisplayedInTextView:(id)inNotification;
inNotificationThe NSNotification describing the event.
Marks the displayed message as viewed, sets a timer to mark the displayed message as viewed, and/or adds a notification observer to mark the message as viewed when it is scrolled as appropriate.
truePreviewReplyAllMessage: |
- (void)truePreviewReplyAllMessage:(id)inSender;
inSenderUnused.
Marks the currently-displayed message as read if configured to do so when replying.
truePreviewReplyMessage: |
- (void)truePreviewReplyMessage:(id)inSender;
inSenderUnused.
Marks the currently-displayed message as read if configured to do so when replying.
truePreviewTimer |
- (NSTimer*)truePreviewTimer;
The NSTimer for this instance.
Returns the timer for this instance.
truePreviewSetTimer: |
- (void)truePreviewSetTimer:(NSTimer*)inTimer;
inTimerThe NSTimer for this instance.
Sets the timer for this instance.
truePreviewReset |
- (void)truePreviewReset;
Invalidates this instance's timer and stops observing scroll changes.
truePreviewTimerFired: |
- (void)truePreviewTimerFired:(NSTimer*)inTimer;
inTimerUnused.
Marks the currently-displayed message as read.
truePreviewMessageClickedOrScrolled: |
- (void)truePreviewMessageClickedOrScrolled:(NSNotification*)inNotification;
inNotificationUnused.
Marks the currently-displayed message as read.
Last Updated: Tuesday, November 24, 2009