gitkglobal.h File Reference

libgitk global vars More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Variables

gboolean check_mode
 required for make check to work, allows renderer to be NULL and disables gitk_dialog_dump()

gchar * client_locale_dir
 name of the client locale dir, required for client_gettext()

gchar * client_name
 name of the client application (from argv[0])

gchar * client_package_name
 name of the client package, required for client_gettext()

GitkDialogPtr cur_context
 current context, show all contexts of highest priority if NULL or use one if there is only one

gboolean exchange_event_loop
 is used to restart the event-loop when exchanging renderers

GList * gitk_dialog_list
 context list

GList * gitk_global_callback_list
 global callback list

gboolean gitk_initialized
 will be set to true after successfully processing gitk_init() and back to false in gitk_exit_func()

GitkRenderergitk_renderer
 lib-handle of the renderer

gchar * gitk_renderer_name
 name of the renderer

gchar * gitk_style_name
 name of the style sheet to use

gchar * log_file_name
 the path to the file gitk should log to

int xmlLoadExtDtdDefaultValue
 indicate that the parser should load DTD while not validating

xmlXPathCompExprPtr xpath_get_dialog_modality
 compiled xpath expression for "/giml/widgets/modal/text()"

xmlXPathCompExprPtr xpath_get_dialog_name
 compiled xpath expression for "/giml/meta/dc:title/text()"

xmlXPathCompExprPtr xpath_get_label
 compiled xpath expression for "./label/text()"

xsltStylesheetPtr xsl_domain
 xsl to do domain translation

xsltStylesheetPtr xsl_expand
 xsl to add defaults

xsltStylesheetPtr xsl_i18n
 xsl to do i18n

xsltStylesheetPtr xsl_style
 xsl to insert style information


Detailed Description

libgitk global vars

Id
gitkglobal.h,v 1.28 2004/04/02 17:58:00 ensonic Exp

Author:
Stefan Kost <ensonic@users.sf.net>
Date:
Fri Jun 29 15:19:01 2001

Definition in file gitkglobal.h.


Variable Documentation

gboolean check_mode
 

required for make check to work, allows renderer to be NULL and disables gitk_dialog_dump()

Definition at line 26 of file gitkglobal.h.

Referenced by gitk_renderer_activate().

gchar* client_locale_dir
 

name of the client locale dir, required for client_gettext()

Definition at line 25 of file gitkglobal.h.

Referenced by gitk_init(), and index_html().

gchar* client_name
 

name of the client application (from argv[0])

Definition at line 23 of file gitkglobal.h.

Referenced by gitk_init(), and index_html().

gchar* client_package_name
 

name of the client package, required for client_gettext()

Definition at line 24 of file gitkglobal.h.

Referenced by gitk_dialog_trans_i18n_walker(), gitk_init(), and index_html().

gboolean exchange_event_loop
 

is used to restart the event-loop when exchanging renderers

See also:
gitk_event_loop_exchange()

Definition at line 34 of file gitkglobal.h.

Referenced by gitk_event_loop_start(), and index_html().

GList* gitk_dialog_list
 

context list

Definition at line 43 of file gitkglobal.h.

Referenced by gitk__dialog_attach_callback(), gitk_context_activate(), gitk_context_count_active(), gitk_context_get_highest_used_priority(), gitk_dialog_detach_callback(), gitk_dialog_hide(), gitk_dialog_show(), gitk_done(), gitk_event_loop_exchange(), gitk_relayout(), gitkr_render(), gitkr_select_context(), and index_html().

GList* gitk_global_callback_list
 

global callback list

Definition at line 46 of file gitkglobal.h.

Referenced by gitk__dialog_attach_callback(), gitk_dialog_detach_callback(), gitk_dialog_trans_callback(), gitk_done(), and gitk_get_callback_node().

gboolean gitk_initialized
 

will be set to true after successfully processing gitk_init() and back to false in gitk_exit_func()

Definition at line 22 of file gitkglobal.h.

Referenced by gitk_done(), gitk_exit_func(), and gitk_init().

GitkRenderer* gitk_renderer
 

lib-handle of the renderer

Definition at line 32 of file gitkglobal.h.

Referenced by gitk_dialog_hide(), gitk_dialog_show(), gitk_event_loop_end(), gitk_event_loop_exchange(), gitk_event_loop_start(), gitk_relayout(), gitk_renderer_activate(), gitk_renderer_done(), and index_html().

gchar* gitk_renderer_name
 

name of the renderer

Definition at line 31 of file gitkglobal.h.

Referenced by gitk_dialog_trans_domain(), gitk_dialog_trans_style(), gitk_done(), gitk_event_loop_exchange(), gitk_init_process_commandline(), gitk_init_xsl(), gitk_init_xsl_domain(), gitk_init_xsl_style(), gitk_renderer_activate(), gitk_renderer_init(), and index_html().

gchar* gitk_style_name
 

name of the style sheet to use

Definition at line 33 of file gitkglobal.h.

Referenced by gitk_dialog_trans_style(), gitk_done(), gitk_init_process_commandline(), gitk_init_xsl_style(), and index_html().

gchar* log_file_name
 

the path to the file gitk should log to

Definition at line 27 of file gitkglobal.h.

Referenced by gitk_print_handler().

int xmlLoadExtDtdDefaultValue
 

indicate that the parser should load DTD while not validating

Definition at line 56 of file gitkglobal.h.

Referenced by gitk_init_xml().

xmlXPathCompExprPtr xpath_get_dialog_modality
 

compiled xpath expression for "/giml/widgets/modal/text()"

Definition at line 50 of file gitkglobal.h.

Referenced by gitk_done_common_xpath_expressions(), and gitk_init_common_xpath_expressions().

xmlXPathCompExprPtr xpath_get_dialog_name
 

compiled xpath expression for "/giml/meta/dc:title/text()"

Definition at line 49 of file gitkglobal.h.

Referenced by gitk__dialog_set_title(), gitk_done_common_xpath_expressions(), gitk_init_common_xpath_expressions(), gitkr_dialog_generate_layout(), gitkr_dialog_new_layout(), gitkr_select_context(), and index_html().

xmlXPathCompExprPtr xpath_get_label
 

compiled xpath expression for "./label/text()"

Definition at line 51 of file gitkglobal.h.

Referenced by gitk_done_common_xpath_expressions(), gitk_init_common_xpath_expressions(), gitkr_dialog_generate_layout(), gitkr_dialog_generate_layout_walker(), gitkr_dialog_generate_sequential_layout_build_page(), and gitkr_widget_new().

xsltStylesheetPtr xsl_domain
 

xsl to do domain translation

Definition at line 61 of file gitkglobal.h.

Referenced by gitk_dialog_trans_domain(), gitk_done_xsl(), and gitk_init_xsl_domain().

xsltStylesheetPtr xsl_expand
 

xsl to add defaults

Definition at line 59 of file gitkglobal.h.

Referenced by gitk_dialog_trans_expand(), gitk_done_xsl(), and gitk_init_xsl().

xsltStylesheetPtr xsl_i18n
 

xsl to do i18n

Definition at line 60 of file gitkglobal.h.

Referenced by gitk_dialog_trans_i18n(), gitk_done_xsl(), and gitk_init_xsl().

xsltStylesheetPtr xsl_style
 

xsl to insert style information

Definition at line 62 of file gitkglobal.h.

Referenced by gitk_dialog_trans_style(), gitk_done_xsl(), and gitk_init_xsl_style().


Generated on Thu Oct 28 10:59:32 2004 for gitk by doxygen 1.3.6