#include <gitk.h>
Collaboration diagram for GitkDialog:

Data Fields | |
| GList * | callback_list |
| event-callbacks, list of GitkCallbackNode | |
| gboolean | changed |
| has dialog changed so that it needs to be re-leayouted | |
| xmlDocPtr | dst |
| the dialog document prepared for the renderer | |
| GitkLayoutPtr | layout |
| layout structure of renderer | |
| GMutex * | lock |
| use g_mutex_lock(dialog->lock); and g_mutex_unlock(dialog->lock); e.g | |
| xmlNsPtr | ns |
| the document name space | |
| gint | priority |
| priority of the dialog, all dialogs of the highes priority are active and shadowing the ones with lower priority | |
| xmlDocPtr | src |
| the source giml document | |
Definition at line 165 of file gitk.h.
|
|
event-callbacks, list of GitkCallbackNode
Definition at line 170 of file gitk.h. Referenced by gitk__dialog_attach_callback(), gitk_dialog_detach_callback(), gitk_dialog_free(), and gitk_get_callback_node(). |
|
|
has dialog changed so that it needs to be re-leayouted
Definition at line 172 of file gitk.h. Referenced by gitk_dialog_invalidate(), gitk_dialog_show(), and gitkr_render(). |
|
|
the dialog document prepared for the renderer
Definition at line 167 of file gitk.h. Referenced by gitk_dialog_free(), gitk_dialog_get_dst(), gitk_dialog_invalidate(), gitk_dialog_new(), and gitk_dialog_trans(). |
|
|
|
use g_mutex_lock(dialog->lock); and g_mutex_unlock(dialog->lock); e.g when rendering a dialog Definition at line 173 of file gitk.h. Referenced by gitk_dialog_free(), and gitk_dialog_new(). |
|
|
the document name space
Definition at line 168 of file gitk.h. Referenced by gitk_dialog_trans(), gitk_dialog_trans_initial(), and gitk_dialog_validate(). |
|
|
priority of the dialog, all dialogs of the highes priority are active and shadowing the ones with lower priority
Definition at line 171 of file gitk.h. Referenced by gitk_context_activate(), gitk_context_get_highest_used_priority(), gitk_dialog_show(), and index_html(). |
|
|
the source giml document
Definition at line 166 of file gitk.h. Referenced by gitk_dialog_free(), gitk_dialog_get_src(), gitk_dialog_new(), gitk_dialog_trans(), gitk_dialog_trans_initial(), and gitk_dialog_validate(). |
1.3.6