Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

_MlVAppContextPrivate Struct Reference

The private data members of MlViewAppContext. More...


Data Fields

GHashTable * context_elements
 The place to store some elements of the context.

GHashTable * global_settings
 The place to store key/values pairs (the values are strings).

GHashTable * pixmaps_cache
 A cache for the xpms.

GHashTable * bitmaps_cache
 mlview application bitmaps cache.

gchar * error_msg_buffer
 The place where the error messages are put before being displayed.

gchar * error_dialog_title
 The title of the error dialog box.

MlViewFileSelectionfile_sel
 A cache for the instance of MlViewFileSelection used by instance of MlViewAppContext.

xmlCatalog * xml_catalog
 The xml catalog loaded by mlview.

gint last_id


Detailed Description

The private data members of MlViewAppContext.

Definition at line 39 of file mlview-app-context.c.


Field Documentation

GHashTable* _MlVAppContextPrivate::bitmaps_cache
 

mlview application bitmaps cache.

one the bitmap have been loaded from the disk, they are cached in this hash table.

Definition at line 60 of file mlview-app-context.c.

GHashTable* _MlVAppContextPrivate::context_elements
 

The place to store some elements of the context.

Definition at line 42 of file mlview-app-context.c.

gchar* _MlVAppContextPrivate::error_dialog_title
 

The title of the error dialog box.

Definition at line 71 of file mlview-app-context.c.

gchar* _MlVAppContextPrivate::error_msg_buffer
 

The place where the error messages are put before being displayed.

Definition at line 66 of file mlview-app-context.c.

MlViewFileSelection* _MlVAppContextPrivate::file_sel
 

A cache for the instance of MlViewFileSelection used by instance of MlViewAppContext.

Definition at line 77 of file mlview-app-context.c.

GHashTable* _MlVAppContextPrivate::global_settings
 

The place to store key/values pairs (the values are strings).

Definition at line 45 of file mlview-app-context.c.

gint _MlVAppContextPrivate::last_id
 

Definition at line 88 of file mlview-app-context.c.

GHashTable* _MlVAppContextPrivate::pixmaps_cache
 

A cache for the xpms.

We have choosen this method to enable pixmap designers to change the pixmaps and have mlview load the new pixmap dynamically.

Definition at line 53 of file mlview-app-context.c.

xmlCatalog* _MlVAppContextPrivate::xml_catalog
 

The xml catalog loaded by mlview.

Definition at line 82 of file mlview-app-context.c.


The documentation for this struct was generated from the following file:
Generated on Sat Jul 6 09:57:41 2002 for Gnome-MlView by doxygen1.2.16