_XDXFWordsListData Struct Reference
[Dictionary Engine - XDXF format]

Structure to help parse xdxf file for searching words list. More...


Data Fields

gchar * last_word
 last found word
gchar * pattern
 pattern for words to search
guint pattern_len
 length of pattern
guint last_word_length
 length of last found word
GArray * result
 result of searching - GArray with words matching pattern
guint one_word
 1 while engine is parsing whole particular word (k tag), 0 otherwise
gboolean cont
 do we need to continue searching


Detailed Description

Structure to help parse xdxf file for searching words list.

Definition at line 121 of file engine_xdxf.h.


Field Documentation

gchar* _XDXFWordsListData::last_word

last found word

Definition at line 123 of file engine_xdxf.h.

Referenced by search_word_list_end(), and search_word_list_text().

gchar* _XDXFWordsListData::pattern

pattern for words to search

Definition at line 125 of file engine_xdxf.h.

Referenced by search_word_list_end().

guint _XDXFWordsListData::pattern_len

length of pattern

Definition at line 127 of file engine_xdxf.h.

guint _XDXFWordsListData::last_word_length

length of last found word

Definition at line 129 of file engine_xdxf.h.

Referenced by search_word_list_end(), and search_word_list_text().

GArray* _XDXFWordsListData::result

result of searching - GArray with words matching pattern

Definition at line 131 of file engine_xdxf.h.

Referenced by search_word_list_end().

guint _XDXFWordsListData::one_word

1 while engine is parsing whole particular word (k tag), 0 otherwise

Definition at line 133 of file engine_xdxf.h.

Referenced by search_word_list_end(), search_word_list_start(), and search_word_list_text().

gboolean _XDXFWordsListData::cont

do we need to continue searching

Definition at line 136 of file engine_xdxf.h.

Referenced by search_word_list_end(), and word_list_xdxf().


The documentation for this struct was generated from the following file:
Generated on Fri Jan 11 14:30:18 2008 for mDictionary Project by  doxygen 1.5.1