e74482be0fdf034ff19194d34fb0a7c0be917fc5
[modest] / src / widgets / modest-msg-view-window.h
1 /* Copyright (c) 2006,2007 Nokia Corporation
2  * All rights reserved.
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions are
6  * met:
7  *
8  * * Redistributions of source code must retain the above copyright
9  *   notice, this list of conditions and the following disclaimer.
10  * * Redistributions in binary form must reproduce the above copyright
11  *   notice, this list of conditions and the following disclaimer in the
12  *   documentation and/or other materials provided with the distribution.
13  * * Neither the name of the Nokia Corporation nor the names of its
14  *   contributors may be used to endorse or promote products derived from
15  *   this software without specific prior written permission.
16  *
17  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
18  * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
20  * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
21  * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28  */
29
30 #ifndef __MODEST_MSG_VIEW_WINDOW_H__
31 #define __MODEST_MSG_VIEW_WINDOW_H__
32
33 #include <tny-msg.h>
34 #include <widgets/modest-window.h>
35 #include <gtk/gtktreemodel.h>
36
37 G_BEGIN_DECLS
38
39 /* convenience macros */
40 #define MODEST_TYPE_MSG_VIEW_WINDOW             (modest_msg_view_window_get_type())
41 #define MODEST_MSG_VIEW_WINDOW(obj)             (G_TYPE_CHECK_INSTANCE_CAST((obj),MODEST_TYPE_MSG_VIEW_WINDOW,ModestMsgViewWindow))
42 #define MODEST_MSG_VIEW_WINDOW_CLASS(klass)     (G_TYPE_CHECK_CLASS_CAST((klass),MODEST_TYPE_MSG_VIEW_WINDOW,ModestWindow))
43 #define MODEST_IS_MSG_VIEW_WINDOW(obj)          (G_TYPE_CHECK_INSTANCE_TYPE((obj),MODEST_TYPE_MSG_VIEW_WINDOW))
44 #define MODEST_IS_MSG_VIEW_WINDOW_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE((klass),MODEST_TYPE_MSG_VIEW_WINDOW))
45 #define MODEST_MSG_VIEW_WINDOW_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj),MODEST_TYPE_MSG_VIEW_WINDOW,ModestMsgVIewWindowClass))
46
47
48 typedef struct {
49          ModestWindow parent;
50 } ModestMsgViewWindow;
51         
52 typedef struct {
53         ModestWindowClass parent_class;
54         /* insert signal callback declarations, eg. */
55         /* void (* my_event) (ModestEditMsgWindow* obj); */
56 } ModestMsgViewWindowClass;
57
58 /**
59  * modest_msg_view_window_get_type:
60  * 
61  * get the GType for the #ModestMsgViewWindow class
62  *
63  * Returns: a GType for #ModestMsgViewWindow
64  */
65 GType        modest_msg_view_window_get_type    (void) G_GNUC_CONST;
66         
67
68 /**
69  * modest_msg_view_window_new:
70  * @msg: an #TnyMsg instance
71  * @account: the account name 
72  * 
73  * instantiates a new #ModestMsgViewWindow widget. The account name is used to
74  * set the proper account when choosing reply/forward from the msg view window
75  *
76  * Returns: a new #ModestMsgViewWindow, or NULL in case of error
77  */
78 ModestWindow*   modest_msg_view_window_new         (TnyMsg *msg, const gchar *account);
79
80 /**
81  * modest_msg_view_window_new_with_header_model:
82  * @msg: an #TnyMsg instance
83  * @account: the account name 
84  * @model: a #GtkTreeModel, with the format used by #ModestHeaderView
85  * @iter: a #GtkTreeIter, pointing to the position of @msg in @model.
86  * 
87  * instantiates a new #ModestMsgViewWindow widget. The account name is used to
88  * set the proper account when choosing reply/forward from the msg view window.
89  * This constructor also passes a reference to the @model of the header view
90  * to allow selecting previous/next messages.
91  *
92  * Returns: a new #ModestMsgViewWindow, or NULL in case of error
93  */
94 ModestWindow*   modest_msg_view_window_new_with_header_model (TnyMsg *msg, 
95                                                               const gchar *account, 
96                                                               GtkTreeModel *model, 
97                                                               GtkTreeRowReference *row_reference);
98
99
100 /**
101  * modest_msg_view_window_get_message:
102  * @window: an #ModestMsgViewWindow instance
103  * 
104  * get the message in this msg view
105  * 
106  * Returns: a new #TnyMsg instance, or NULL in case of error
107  */
108 TnyMsg*         modest_msg_view_window_get_message     (ModestMsgViewWindow *window);
109
110 /**
111  * modest_msg_view_window_get_message_uid:
112  * @msg: an #ModestMsgViewWindow instance
113  * 
114  * gets the unique identifier for the message in this msg view. The
115  * returned value *must* not be freed
116  * 
117  * Returns: the id of the #TnyMsg being shown, or NULL in case of error
118  */
119 const gchar*    modest_msg_view_window_get_message_uid (ModestMsgViewWindow *window);
120
121 /**
122  * modest_msg_view_window_select_next_message:
123  * @window: a #ModestMsgViewWindow instance
124  *
125  * select the next message obtained from the header view this view 
126  * was called from
127  *
128  * Returns: %TRUE if a new message is shown.
129  */
130 gboolean        modest_msg_view_window_select_next_message (ModestMsgViewWindow *window);
131
132 /**
133  * modest_msg_view_window_select_previous_message:
134  * @window: a #ModestMsgViewWindow instance
135  *
136  * select the previous message obtained from the header view this view 
137  * was called from
138  *
139  * Returns: %TRUE if a new message is shown.
140  */
141 gboolean        modest_msg_view_window_select_previous_message (ModestMsgViewWindow *window);
142
143 /**
144  * modest_msg_view_window_toggle_fullscreen:
145  * @window: a #ModestMsgViewWindow
146  *
147  * toggles the current fullscreen status
148  */
149 void            modest_msg_view_window_toggle_fullscreen (ModestMsgViewWindow *window);
150
151 /**
152  * modest_msg_view_window_view_attachment:
153  * @window: a #ModestMsgViewWindow
154  * @mime_part: a #TnyMimePart
155  *
156  * Opens @mime_part, or the currently selected attachment if @mime_part is %NULL. 
157  * If it's a message, it opens it  for viewing. Otherwise it opens a temporary file 
158  * with the contents of the attachment.
159  */
160 void            modest_msg_view_window_view_attachment (ModestMsgViewWindow *window,
161                                                         TnyMimePart *mime_part);
162
163 /**
164  * modest_msg_view_window_save_attachments:
165  * @window: a #ModestMsgViewWindow
166  * @mime_parts: a #GList of #TnyMimePart
167  *
168  * Save the #TnyMimePart attachments in @mime_parts, or currently selected attachments
169  * if @mime_parts is %NULL, offering a dialog to the user to choose the location.
170  */
171 void            modest_msg_view_window_save_attachments (ModestMsgViewWindow *window,
172                                                          GList *mime_parts);
173
174 /**
175  * modest_msg_view_window_remove_attachments:
176  * @window: a #ModestMsgViewWindow
177  * @mime_parts: a #GList of #TnyMimePart
178  *
179  * Removes the attachments in @mime_parts, or currently selected attachments
180  * if @mime_parts is %NULL, from local storage.
181  */
182 void            modest_msg_view_window_remove_attachments (ModestMsgViewWindow *window,
183                                                            GList *mime_parts);
184
185 G_END_DECLS
186
187 #endif /* __MODEST_MSG_VIEW_WINDOW_H__ */
188