1!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
2!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
3!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
4!_TAG_PROGRAM_NAME	Exuberant Ctags	//
5!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
6!_TAG_PROGRAM_VERSION	5.8	//
7ABOUTDIALOG_H_CQ	gui/aboutdialog.h	/^#define ABOUTDIALOG_H_CQ$/;"	d
8AEdge	showgraph/Graph/agraph.h	/^class AEdge: public Edge$/;"	c
9AEdge	showgraph/Graph/agraph.h	/^inline AEdge::AEdge( AGraph *graph_p, int _id, ANode *_pred, ANode* _succ):$/;"	f	class:AEdge
10AGRAPH_H	showgraph/Graph/agraph.h	/^#define AGRAPH_H$/;"	d
11AGraph	showgraph/Graph/agraph.h	/^    AGraph( bool create_pools): Graph( false)$/;"	f	class:AGraph
12AGraph	showgraph/Graph/agraph.h	/^class AGraph: public Graph$/;"	c
13ANode	showgraph/Graph/agraph.h	/^class ANode: public Node$/;"	c
14ANode	showgraph/Graph/agraph.h	/^inline ANode::ANode( AGraph *graph_p, int _id):$/;"	f	class:ANode
15ASRT_H	showgraph/Utils/asrt.h	/^#define ASRT_H$/;"	d
16ASSERT	showgraph/Utils/asrt.h	/^#  define ASSERT(/;"	d
17ASSERTD	showgraph/Utils/asrt.h	/^#    define ASSERTD(/;"	d
18ASSERT_XD	showgraph/Utils/asrt.h	/^#    define ASSERT_XD(/;"	d
19AUX_EDGE_CONTROL	showgraph/Layout/aux_node.h	/^    AUX_EDGE_CONTROL,$/;"	e	enum:AuxNodeType
20AUX_EDGE_H	showgraph/Layout/aux_edge.h	/^#define AUX_EDGE_H$/;"	d
21AUX_EDGE_LABEL	showgraph/Layout/aux_node.h	/^    AUX_EDGE_LABEL,$/;"	e	enum:AuxNodeType
22AUX_GRAPH_H	showgraph/Layout/aux_graph.h	/^#define AUX_GRAPH_H$/;"	d
23AUX_NODE_H	showgraph/Layout/aux_node.h	/^#define AUX_NODE_H$/;"	d
24AUX_NODE_SIMPLE	showgraph/Layout/aux_node.h	/^    AUX_NODE_SIMPLE,$/;"	e	enum:AuxNodeType
25AUX_NODE_TYPES_NUM	showgraph/Layout/aux_node.h	/^    AUX_NODE_TYPES_NUM$/;"	e	enum:AuxNodeType
26AbleToCopy	gui/fileviewer.cpp	/^void fileviewer::AbleToCopy(bool copy)$/;"	f	class:fileviewer
27AboutQtTriggered	gui/mainwindow.cpp	/^void mainwindow::AboutQtTriggered(bool checked)$/;"	f	class:mainwindow
28AboutTriggered	gui/mainwindow.cpp	/^void mainwindow::AboutTriggered(bool checked)$/;"	f	class:mainwindow
29AddEdgeInDir	showgraph/Graph/agraph.h	/^ANode::AddEdgeInDir( AEdge *edge, GraphDir dir)$/;"	f	class:ANode
30AddEdgeInDir	showgraph/Graph/node_inline.h	/^Node::AddEdgeInDir( Edge *edge, GraphDir dir)$/;"	f	class:Node
31AddEdgeInDir	showgraph/GraphView/node_item.h	/^    inline void AddEdgeInDir( GEdge *edge, GraphDir dir)$/;"	f	class:GNode
32AddEdgeInDir	showgraph/Layout/aux_graph.h	/^AuxNode::AddEdgeInDir( AuxEdge *edge, GraphDir dir)$/;"	f	class:AuxNode
33AddPred	showgraph/Graph/agraph.h	/^ANode::AddPred( AEdge *edge)$/;"	f	class:ANode
34AddPred	showgraph/Graph/node_inline.h	/^inline void Node::AddPred( Edge *edge)$/;"	f	class:Node
35AddPred	showgraph/GraphView/node_item.h	/^    inline void AddPred( GEdge *edge)$/;"	f	class:GNode
36AddPred	showgraph/Layout/aux_graph.h	/^AuxNode::AddPred( AuxEdge *edge)$/;"	f	class:AuxNode
37AddSucc	showgraph/Graph/agraph.h	/^ANode::AddSucc( AEdge *edge) $/;"	f	class:ANode
38AddSucc	showgraph/Graph/node_inline.h	/^inline void Node::AddSucc( Edge *edge) $/;"	f	class:Node
39AddSucc	showgraph/GraphView/node_item.h	/^    inline void AddSucc( GEdge *edge) $/;"	f	class:GNode
40AddSucc	showgraph/Layout/aux_graph.h	/^AuxNode::AddSucc( AuxEdge *edge) $/;"	f	class:AuxNode
41Attach	showgraph/Utils/list.h	/^    inline void Attach( ListItem<Data>* peer)$/;"	f	class:ListItem
42AttachInDir	showgraph/Utils/list.h	/^    inline void AttachInDir( ListItem<Data>* p, ListDir dir)$/;"	f	class:ListItem
43AuxEdge	showgraph/Layout/aux_edge.h	/^class AuxEdge: public Edge$/;"	c
44AuxEdge	showgraph/Layout/aux_graph.h	/^inline AuxEdge::AuxEdge( AuxGraph *graph_p, int _id, AuxNode *_pred, AuxNode* _succ):$/;"	f	class:AuxEdge
45AuxEdgeType	showgraph/Layout/aux_edge.h	/^enum AuxEdgeType$/;"	g
46AuxGraph	showgraph/Layout/aux_graph.cpp	/^AuxGraph::AuxGraph( bool create_pools):$/;"	f	class:AuxGraph
47AuxGraph	showgraph/Layout/aux_graph.h	/^class AuxGraph: public QObject, public Graph$/;"	c
48AuxNode	showgraph/Layout/aux_graph.h	/^inline AuxNode::AuxNode( AuxGraph *graph_p, int _id):$/;"	f	class:AuxNode
49AuxNode	showgraph/Layout/aux_node.h	/^class AuxNode: public Node$/;"	c
50AuxNodeType	showgraph/Layout/aux_node.h	/^enum AuxNodeType$/;"	g
51B	showgraph/Utils/list_utest.cpp	/^class B: public MListIface< B, classA, LISTS_NUM>$/;"	c	file:
52BACK_EDGE	showgraph/Layout/aux_edge.h	/^	BACK_EDGE,$/;"	e	enum:AuxEdgeType
53BASE_LANG_PATH	gui/langtable.cpp	/^#define BASE_LANG_PATH /;"	d	file:
54BLURB	gui/obsolete/highlighter.cpp	/^#define BLURB /;"	d	file:
55BOTTOM_SECTOR	showgraph/GraphView/navigation.h	/^    BOTTOM_SECTOR,$/;"	e	enum:NavSector
56CHECK_CHUNKS	showgraph/Utils/mem.h	/^#  define CHECK_CHUNKS$/;"	d
57CHECK_CHUNKS	showgraph/Utils/mem.h	/^#undef CHECK_CHUNKS$/;"	d
58CHECK_DELETE	showgraph/Utils/mem.h	/^#  define CHECK_DELETE$/;"	d
59CHECK_DELETE	showgraph/Utils/mem.h	/^#undef CHECK_DELETE$/;"	d
60CHECK_ENTRY	showgraph/Utils/mem.h	/^#  define CHECK_ENTRY$/;"	d
61CHECK_ENTRY	showgraph/Utils/mem.h	/^#undef CHECK_ENTRY$/;"	d
62CHUNK_LISTS_NUM	showgraph/Utils/mem_chunk.h	/^        CHUNK_LISTS_NUM$/;"	e	enum:MemImpl::ChunkListType
63CHUNK_LIST_ALL	showgraph/Utils/mem_chunk.h	/^        CHUNK_LIST_ALL,$/;"	e	enum:MemImpl::ChunkListType
64CHUNK_LIST_FREE	showgraph/Utils/mem_chunk.h	/^        CHUNK_LIST_FREE,$/;"	e	enum:MemImpl::ChunkListType
65CHUNK_SIZE	showgraph/Utils/mem_fixed_pool.h	/^        static const size_t CHUNK_SIZE = sizeof( MemImpl::Chunk< Data>) $/;"	m	class:Mem::FixedPool
66CODEEDITOR_H	gui/obsolete/CodeEditor.h	/^ #define CODEEDITOR_H$/;"	d
67CODEQUERY_SW_LICENSE	makedb/swver.h	/^#define CODEQUERY_SW_LICENSE /;"	d
68CODEQUERY_SW_LICENSE_PARA	makedb/swver.h	/^#define CODEQUERY_SW_LICENSE_PARA /;"	d
69CODEQUERY_SW_LICENSE_PARA_LINK	makedb/swver.h	/^#define CODEQUERY_SW_LICENSE_PARA_LINK /;"	d
70CODEQUERY_SW_VERSION	makedb/swver.h	/^#define CODEQUERY_SW_VERSION /;"	d
71CODEQUERY_SW_VERSION_WEBSITE	makedb/swver.h	/^#define CODEQUERY_SW_VERSION_WEBSITE /;"	d
72CONF_H	showgraph/Utils/conf.h	/^#define CONF_H$/;"	d
73CONTEXT_VIEW	showgraph/GraphView/graph_view.h	/^    CONTEXT_VIEW,$/;"	e	enum:GraphViewMode
74CONTROL_CONTROL_MARGIN	showgraph/Layout/layout_iface.h	/^const qreal CONTROL_CONTROL_MARGIN = 5;$/;"	v
75CORE_IFFACE_H	showgraph/core_iface.h	/^#define CORE_IFFACE_H$/;"	d
76CS2SQ_H_CQ	makedb/cs2sq.h	/^#define CS2SQ_H_CQ$/;"	d
77CSCOMMON_H_CQ	makedb/cscommon.h	/^#define CSCOMMON_H_CQ$/;"	d
78CSClass	makedb/cscommon.h	/^#define CSClass	/;"	d
79CSDBHEADER_H	makedb/csdbheader.h	/^#define CSDBHEADER_H$/;"	d
80CSDBPARSER_H_CQ	makedb/csdbparser.h	/^#define CSDBPARSER_H_CQ$/;"	d
81CSDBP_GENERAL_CHK	makedb/csdbparser.cpp	/^#define CSDBP_GENERAL_CHK(/;"	d	file:
82CSDBP_MINIM_BUFSIZE	makedb/csdbparser.h	/^#define CSDBP_MINIM_BUFSIZE /;"	d
83CSDBP_SUPPORTED_VER	makedb/csdbparser.h	/^#define CSDBP_SUPPORTED_VER /;"	d
84CSDBP_SUPPORTED_VER_NUM	makedb/csdbparser.h	/^#define CSDBP_SUPPORTED_VER_NUM /;"	d
85CSDBP_SUP_PARAM	makedb/csdbparser.h	/^#define CSDBP_SUP_PARAM /;"	d
86CSDBP_SUP_PARAM2	makedb/csdbparser.h	/^#define CSDBP_SUP_PARAM2 /;"	d
87CSDirectAssgnIncrDecr	makedb/cscommon.h	/^#define CSDirectAssgnIncrDecr	/;"	d
88CSEnum	makedb/cscommon.h	/^#define CSEnum	/;"	d
89CSFile	makedb/cscommon.h	/^#define CSFile	/;"	d
90CSFuncCall	makedb/cscommon.h	/^#define CSFuncCall	/;"	d
91CSFuncDef	makedb/cscommon.h	/^#define CSFuncDef	/;"	d
92CSFuncParam	makedb/cscommon.h	/^#define CSFuncParam	/;"	d
93CSGlobalEnumStructUnion	makedb/cscommon.h	/^#define CSGlobalEnumStructUnion	/;"	d
94CSInclude	makedb/cscommon.h	/^#define CSInclude	/;"	d
95CSLocalFuncBlockDef	makedb/cscommon.h	/^#define CSLocalFuncBlockDef	/;"	d
96CSMacroDef	makedb/cscommon.h	/^#define CSMacroDef	/;"	d
97CSNoType	makedb/cscommon.h	/^#define CSNoType	/;"	d
98CSOtherGlobal	makedb/cscommon.h	/^#define CSOtherGlobal	/;"	d
99CSStruct	makedb/cscommon.h	/^#define CSStruct	/;"	d
100CSTypeDef	makedb/cscommon.h	/^#define CSTypeDef	/;"	d
101CSUnion	makedb/cscommon.h	/^#define CSUnion	/;"	d
102CTAGREAD_H_CQ	makedb/ctagread.h	/^#define CTAGREAD_H_CQ$/;"	d
103CUSTOMWIDGETPLUGIN_H	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.h	/^ #define CUSTOMWIDGETPLUGIN_H$/;"	d
104Chunk	showgraph/Utils/mem_chunk.h	/^    Chunk< Data>::Chunk()$/;"	f	class:MemImpl::Chunk
105Chunk	showgraph/Utils/mem_chunk.h	/^    template<class Data> class Chunk: $/;"	c	namespace:MemImpl
106ChunkListType	showgraph/Utils/mem_chunk.h	/^    enum ChunkListType$/;"	g	namespace:MemImpl
107ChunkPos	showgraph/Utils/mem.h	/^    typedef quint8 ChunkPos;$/;"	t	namespace:MemImpl
108ClipSearch_ButtonClick	gui/searchhandler.cpp	/^void searchhandler::ClipSearch_ButtonClick(bool checked)$/;"	f	class:searchhandler
109CodeEditor	gui/obsolete/CodeEditor.cpp	/^ CodeEditor::CodeEditor(QWidget *parent) : QPlainTextEdit(parent)$/;"	f	class:CodeEditor
110CodeEditor	gui/obsolete/CodeEditor.h	/^ class CodeEditor : public QPlainTextEdit$/;"	c
111CodeEditorWidgetPlugin	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.cpp	/^ CodeEditorWidgetPlugin::CodeEditorWidgetPlugin(QObject *parent)$/;"	f	class:CodeEditorWidgetPlugin
112CodeEditorWidgetPlugin	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.h	/^ class CodeEditorWidgetPlugin : public QObject, public QDesignerCustomWidgetInterface$/;"	c
113ColorButton	showgraph/GraphView/style_edit.cpp	/^ColorButton::ColorButton( QWidget *parent):$/;"	f	class:ColorButton
114ColorButton	showgraph/GraphView/style_edit.h	/^class ColorButton: public QAbstractButton$/;"	c
115Conf	showgraph/Utils/conf.cpp	/^Conf::Conf(): short_opts(), long_opts(), unknown_options()$/;"	f	class:Conf
116Conf	showgraph/Utils/conf.h	/^class Conf$/;"	c
117DIM	querylib/small_lib.h	/^#define DIM(/;"	d
118DIRSEP	querylib/small_lib.h	/^#define DIRSEP /;"	d
119Detach	showgraph/Utils/list.h	/^    inline void Detach()$/;"	f	class:ListItem
120DfsStepInfo	showgraph/Layout/layout.cpp	/^    DfsStepInfo( AuxNode *n)$/;"	f	struct:DfsStepInfo
121DfsStepInfo	showgraph/Layout/layout.cpp	/^struct DfsStepInfo$/;"	s	file:
122Down_ButtonClick	gui/listhandler.cpp	/^void listhandler::Down_ButtonClick(bool checked)$/;"	f	class:listhandler
123EDGE_CONTROL_HEIGHT	showgraph/Layout/layout_iface.h	/^const qreal EDGE_CONTROL_HEIGHT = 5;$/;"	v
124EDGE_CONTROL_WIDTH	showgraph/Layout/layout_iface.h	/^const qreal EDGE_CONTROL_WIDTH = 5;$/;"	v
125EDGE_H	showgraph/Graph/edge.h	/^#define EDGE_H$/;"	d
126EDGE_HELPER_H	showgraph/GraphView/edge_helper.h	/^#define EDGE_HELPER_H$/;"	d
127EDGE_INLINE_H	showgraph/Graph/edge_inline.h	/^#define EDGE_INLINE_H$/;"	d
128EDGE_LISTS_NUM	showgraph/Graph/edge.h	/^    EDGE_LISTS_NUM$/;"	e	enum:EdgeListType
129EDGE_LIST_GRAPH	showgraph/Graph/edge.h	/^    EDGE_LIST_GRAPH,$/;"	e	enum:EdgeListType
130EDGE_LIST_PREDS	showgraph/Graph/edge.h	/^    EDGE_LIST_PREDS,$/;"	e	enum:EdgeListType
131EDGE_LIST_SUCCS	showgraph/Graph/edge.h	/^    EDGE_LIST_SUCCS,$/;"	e	enum:EdgeListType
132EDGE_TYPES_NUM	showgraph/Layout/aux_edge.h	/^	EDGE_TYPES_NUM$/;"	e	enum:AuxEdgeType
133EDGE_W_H	showgraph/GraphView/edge_item.h	/^#define EDGE_W_H$/;"	d
134EXT_EDITOR_DEFAULT_PATH	gui/fileviewer.cpp	/^#define EXT_EDITOR_DEFAULT_PATH /;"	d	file:
135Edge	showgraph/Graph/edge.h	/^    Edge( Graph *_graph_p, GraphUid _id, Node *_pred, Node* _succ):$/;"	f	class:Edge
136Edge	showgraph/Graph/edge.h	/^class Edge: $/;"	c
137EdgeControlSize	showgraph/GraphView/edge_item.h	/^const qreal EdgeControlSize  = 5;$/;"	v
138EdgeHelper	showgraph/GraphView/edge_helper.cpp	/^EdgeHelper::EdgeHelper(): $/;"	f	class:EdgeHelper
139EdgeHelper	showgraph/GraphView/edge_helper.h	/^class EdgeHelper: public QGraphicsItem$/;"	c
140EdgeHelperState	showgraph/GraphView/edge_helper.h	/^enum EdgeHelperState$/;"	g
141EdgeItem	showgraph/GraphView/edge_item.cpp	/^EdgeItem::EdgeItem( GEdge *e_p): edge_p( e_p)$/;"	f	class:EdgeItem
142EdgeItem	showgraph/GraphView/edge_item.h	/^class EdgeItem: public QGraphicsItem$/;"	c
143EdgeIter	showgraph/Graph/node.h	/^    typedef EdgeIterIface< UnDirIterImpl> EdgeIter; \/**< Undirected iterator for edges *\/$/;"	t	class:Node
144EdgeIterIface	showgraph/Graph/node_inline.h	/^inline EdgeIterIface< EdgeIterImpl>::EdgeIterIface( Node *n):$/;"	f	class:EdgeIterIface
145EdgeIterIface	showgraph/Graph/node_inline.h	/^inline EdgeIterIface< EdgeIterImpl>::EdgeIterIface( const EdgeIterIface& proto)$/;"	f	class:EdgeIterIface
146EdgeIterIface	showgraph/Graph/node_inline.h	/^inline EdgeIterIface< EdgeIterImpl>::EdgeIterIface()$/;"	f	class:EdgeIterIface
147EdgeIterIface	showgraph/Graph/node_iter.h	/^template < class EdgeIterImpl> class EdgeIterIface$/;"	c
148EdgeListType	showgraph/Graph/edge.h	/^enum EdgeListType$/;"	g
149EdgeMode	showgraph/GraphView/edge_item.h	/^    typedef enum EdgeMode$/;"	g	class:EdgeItem
150EdgeMode	showgraph/GraphView/edge_item.h	/^    } EdgeMode;$/;"	t	class:EdgeItem	typeref:enum:EdgeItem::EdgeMode
151Entry	showgraph/Utils/mem_entry.h	/^    Entry< Data>::Entry()$/;"	f	class:MemImpl::Entry
152Entry	showgraph/Utils/mem_entry.h	/^    template < class Data> class Entry: private Data$/;"	c	namespace:MemImpl
153EntryNum	showgraph/Utils/mem_pool.h	/^    typedef quint32 EntryNum;$/;"	t	namespace:Mem
154EntrySize	showgraph/Utils/mem_pool.h	/^    typedef quint32 EntrySize;$/;"	t	namespace:Mem
155ExitTriggered	gui/mainwindow.cpp	/^void mainwindow::ExitTriggered(bool checked)$/;"	f	class:mainwindow
156FILEVIEWER_H_CQ	gui/fileviewer.h	/^#define FILEVIEWER_H_CQ$/;"	d
157FILEVIEWSETTINGSDIALOG_H_CQ	gui/fileviewsettingsdialog.h	/^#define FILEVIEWSETTINGSDIALOG_H_CQ$/;"	d
158FORWARD_EDGE	showgraph/Layout/aux_edge.h	/^	FORWARD_EDGE,$/;"	e	enum:AuxEdgeType
159FixedPool	showgraph/Utils/mem_fixed_pool.h	/^    FixedPool<Data>::FixedPool(): $/;"	f	class:Mem::FixedPool
160FixedPool	showgraph/Utils/mem_fixed_pool.h	/^    class FixedPool: public Pool$/;"	c	namespace:Mem
161ForEdges	showgraph/Graph/graph_iface.h	/^#  define ForEdges(/;"	d
162FreeOptList	makedb/optlist.cpp	/^void FreeOptList(option_t *list)$/;"	f
163GEdge	showgraph/GraphView/edge_item.cpp	/^GEdge::GEdge( GGraph *graph_p, int _id, GNode *_pred, GNode* _succ):$/;"	f	class:GEdge
164GEdge	showgraph/GraphView/edge_item.h	/^class GEdge: public AuxEdge$/;"	c
165GGraph	showgraph/GraphView/graph_view.h	/^    inline GGraph( GraphView *v, bool create_pools):$/;"	f	class:GGraph
166GGraph	showgraph/GraphView/graph_view.h	/^class GGraph: public AuxGraph$/;"	c
167GGraphError	showgraph/GraphView/gview_iface.h	/^    GGraphError( QString str): msg_priv( str){};$/;"	f	class:GGraphError
168GGraphError	showgraph/GraphView/gview_iface.h	/^    GGraphError(){};$/;"	f	class:GGraphError
169GGraphError	showgraph/GraphView/gview_iface.h	/^class GGraphError$/;"	c
170GNode	showgraph/GraphView/node_item.cpp	/^GNode::GNode( GGraph *graph_p, int _id):$/;"	f	class:GNode
171GNode	showgraph/GraphView/node_item.cpp	/^GNode::GNode( GGraph *graph_p, int _id, QPointF _pos):$/;"	f	class:GNode
172GNode	showgraph/GraphView/node_item.h	/^class GNode: public AuxNode$/;"	c
173GRAPHDIALOG_H_CQ	gui/graphdialog.h	/^#define GRAPHDIALOG_H_CQ$/;"	d
174GRAPH_ASSERTD	showgraph/Graph/predecls.h	/^#    define GRAPH_ASSERTD(/;"	d
175GRAPH_DIRS_NUM	showgraph/Graph/predecls.h	/^    GRAPH_DIRS_NUM = 2$/;"	e	enum:GraphDir
176GRAPH_DIR_DOWN	showgraph/Graph/predecls.h	/^    GRAPH_DIR_DOWN = 1,$/;"	e	enum:GraphDir
177GRAPH_DIR_UP	showgraph/Graph/predecls.h	/^	GRAPH_DIR_UP = 0,$/;"	e	enum:GraphDir
178GRAPH_H	showgraph/Graph/graph.h	/^#define GRAPH_H$/;"	d
179GRAPH_IFACE_H	showgraph/Graph/graph_iface.h	/^#define GRAPH_IFACE_H$/;"	d
180GRAPH_INLINE_H	showgraph/Graph/graph_inline.h	/^#define GRAPH_INLINE_H$/;"	d
181GRAPH_MARKER_CLEAN	showgraph/Graph/marker.h	/^const MarkerValue GRAPH_MARKER_CLEAN = 0;$/;"	v
182GRAPH_MARKER_FIRST	showgraph/Graph/marker.h	/^const MarkerValue GRAPH_MARKER_FIRST = 1;$/;"	v
183GRAPH_MARKER_LAST	showgraph/Graph/marker.h	/^const MarkerValue GRAPH_MARKER_LAST = ( MarkerValue)( (int)-1);$/;"	v
184GRAPH_MAX_EDGE_NUM	showgraph/Graph/predecls.h	/^const GraphNum GRAPH_MAX_EDGE_NUM = ( GraphNum)( -1);$/;"	v
185GRAPH_MAX_NODE_NUM	showgraph/Graph/predecls.h	/^const GraphNum GRAPH_MAX_NODE_NUM = ( GraphNum)( -1);$/;"	v
186GRAPH_PREDECLS_H	showgraph/Graph/predecls.h	/^#define GRAPH_PREDECLS_H$/;"	d
187GRAPH_VIEW_H	showgraph/GraphView/graph_view.h	/^#define GRAPH_VIEW_H$/;"	d
188GRAPH_VIEW_MODES_NUM	showgraph/GraphView/graph_view.h	/^    GRAPH_VIEW_MODES_NUM$/;"	e	enum:GraphViewMode
189GSTYLE_H	showgraph/GraphView/gstyle.h	/^#define GSTYLE_H$/;"	d
190GStyle	showgraph/GraphView/gstyle.h	/^GStyle::GStyle( QDomElement e ): $/;"	f	class:GStyle
191GStyle	showgraph/GraphView/gstyle.h	/^GStyle::GStyle( QString nm, const GStyle& st)$/;"	f	class:GStyle
192GStyle	showgraph/GraphView/gstyle.h	/^class GStyle$/;"	c
193GStyle	showgraph/GraphView/gstyle.h	/^inline GStyle::GStyle( const GStyle& st)$/;"	f	class:GStyle
194GStyle	showgraph/GraphView/gstyle.h	/^inline GStyle::GStyle(): $/;"	f	class:GStyle
195GVIEW_ASSERTD	showgraph/GraphView/gview_iface.h	/^#    define GVIEW_ASSERTD(/;"	d
196GVIEW_IFACE_H	showgraph/GraphView/gview_iface.h	/^#define GVIEW_IFACE_H$/;"	d
197GVIEW_IMPL_H	showgraph/GraphView/gview_impl.h	/^#define GVIEW_IMPL_H$/;"	d
198GetOptList	makedb/optlist.cpp	/^option_t *GetOptList(int argc, char* argv[], char* options)$/;"	f
199GetPeerInDir	showgraph/Utils/list.h	/^    inline ListItem<Data> * GetPeerInDir( ListDir dir) const$/;"	f	class:ListItem
200GetTmpSrc	showgraph/GraphView/graph_view.h	/^    inline GNode* GetTmpSrc()$/;"	f	class:GraphView
201GoToLine_ButtonClick	gui/fileviewer.cpp	/^void fileviewer::GoToLine_ButtonClick(bool checked)$/;"	f	class:fileviewer
202Graph	showgraph/Graph/graph.cpp	/^Graph::Graph( bool create_pools):$/;"	f	class:Graph
203Graph	showgraph/Graph/graph.h	/^class Graph: public MarkerManager, public NumManager, public QDomDocument$/;"	c
204GraphDir	showgraph/Graph/predecls.h	/^enum GraphDir$/;"	g
205GraphNum	showgraph/Graph/predecls.h	/^typedef quint32 GraphNum;$/;"	t
206GraphUid	showgraph/Graph/predecls.h	/^typedef quint64 GraphUid;$/;"	t
207GraphView	showgraph/GraphView/graph_view.cpp	/^GraphView::GraphView(): $/;"	f	class:GraphView
208GraphView	showgraph/GraphView/graph_view.h	/^class GraphView: public QGraphicsView$/;"	c
209GraphViewHistory	showgraph/GraphView/graph_view.h	/^    GraphViewHistory(): events()$/;"	f	class:GraphViewHistory
210GraphViewHistory	showgraph/GraphView/graph_view.h	/^class GraphViewHistory$/;"	c
211GraphViewMode	showgraph/GraphView/graph_view.h	/^enum GraphViewMode$/;"	g
212Graph_ButtonClick	gui/searchhandler.cpp	/^void searchhandler::Graph_ButtonClick(bool checked)$/;"	f	class:searchhandler
213HELPER_STATE_INITIAL	showgraph/GraphView/edge_helper.h	/^    HELPER_STATE_INITIAL,$/;"	e	enum:EdgeHelperState
214HELPER_STATE_REGULAR	showgraph/GraphView/edge_helper.h	/^    HELPER_STATE_REGULAR$/;"	e	enum:EdgeHelperState
215HIGHLIGHTER_H	gui/obsolete/highlighter.h	/^ #define HIGHLIGHTER_H$/;"	d
216Highlighter	gui/obsolete/highlighter.cpp	/^ Highlighter::Highlighter(QTextDocument *parent)$/;"	f	class:Highlighter
217Highlighter	gui/obsolete/highlighter.h	/^ class Highlighter : public QSyntaxHighlighter$/;"	c
218HighlightingRule	gui/obsolete/highlighter.h	/^     struct HighlightingRule$/;"	s	class:Highlighter
219IMAGE_EXPORT_SCALE_FACTOR	showgraph/showgraph.cpp	/^const int IMAGE_EXPORT_SCALE_FACTOR = 2;$/;"	v
220IMAGE_RECT_ADJUST	showgraph/showgraph.cpp	/^const qreal IMAGE_RECT_ADJUST = 10;$/;"	v
221ITERATE_GRAPH_EDGES	showgraph/Graph/graph_iface.h	/^#define ITERATE_GRAPH_EDGES(/;"	d
222ITERATE_GRAPH_NODES	showgraph/Graph/graph_iface.h	/^#define ITERATE_GRAPH_NODES(/;"	d
223ITERATE_NODE_EDGES	showgraph/Graph/graph_iface.h	/^#define ITERATE_NODE_EDGES(/;"	d
224ITERATE_NODE_PREDS	showgraph/Graph/graph_iface.h	/^#define ITERATE_NODE_PREDS(/;"	d
225ITERATE_NODE_SUCCS	showgraph/Graph/graph_iface.h	/^#define ITERATE_NODE_SUCCS(/;"	d
226IndentSize	showgraph/Graph/predecls.h	/^const int IndentSize = 4;$/;"	v
227IterImplBase	showgraph/Graph/node_iter.h	/^    inline IterImplBase(): edge_p( NULL) {}$/;"	f	class:IterImplBase
228IterImplBase	showgraph/Graph/node_iter.h	/^class IterImplBase$/;"	c
229LANGTABLE_H_CQ	gui/langtable.h	/^#define LANGTABLE_H_CQ$/;"	d
230LAYOUT_ASSERTD	showgraph/Layout/layout_iface.h	/^#    define LAYOUT_ASSERTD(/;"	d
231LAYOUT_IFACE_H	showgraph/Layout/layout_iface.h	/^#define LAYOUT_IFACE_H$/;"	d
232LEFT_SECTOR	showgraph/GraphView/navigation.h	/^    LEFT_SECTOR,$/;"	e	enum:NavSector
233LISTHANDLER_H_CQ	gui/listhandler.h	/^#define LISTHANDLER_H_CQ$/;"	d
234LISTS_NUM	showgraph/Utils/list_utest.cpp	/^    LISTS_NUM$/;"	e	enum:ListTypes	file:
235LIST_DIR_DEFAULT	showgraph/Utils/list.h	/^    LIST_DIR_DEFAULT = LIST_DIR_RIGHT,$/;"	e	enum:ListDir
236LIST_DIR_LEFT	showgraph/Utils/list.h	/^    LIST_DIR_LEFT = 1,$/;"	e	enum:ListDir
237LIST_DIR_NUM	showgraph/Utils/list.h	/^    LIST_DIR_NUM = 2$/;"	e	enum:ListDir
238LIST_DIR_RDEFAULT	showgraph/Utils/list.h	/^    LIST_DIR_RDEFAULT = LIST_DIR_LEFT,$/;"	e	enum:ListDir
239LIST_DIR_RIGHT	showgraph/Utils/list.h	/^    LIST_DIR_RIGHT = 0,$/;"	e	enum:ListDir
240LIST_H	showgraph/Utils/list.h	/^#define LIST_H$/;"	d
241LIST_ONE	showgraph/Utils/list_utest.cpp	/^    LIST_ONE,$/;"	e	enum:ListTypes	file:
242LIST_TWO	showgraph/Utils/list_utest.cpp	/^    LIST_TWO,$/;"	e	enum:ListTypes	file:
243LanguageTriggered	gui/mainwindow.cpp	/^void mainwindow::LanguageTriggered(bool checked)$/;"	f	class:mainwindow
244Level	showgraph/Layout/aux_graph.h	/^    inline Level( Rank r): level_rank( r), node_list(), _height( 0), y_pos( 0){};$/;"	f	class:Level
245Level	showgraph/Layout/aux_graph.h	/^    inline Level(): level_rank( 0), node_list(), _height( 0), y_pos( 0){};$/;"	f	class:Level
246Level	showgraph/Layout/aux_graph.h	/^class Level$/;"	c
247LineNumberArea	gui/obsolete/CodeEditor.h	/^     LineNumberArea(CodeEditor *editor) : QWidget(editor) {$/;"	f	class:LineNumberArea
248LineNumberArea	gui/obsolete/CodeEditor.h	/^ class LineNumberArea : public QWidget$/;"	c
249ListDir	showgraph/Utils/list.h	/^enum ListDir$/;"	g
250ListId	showgraph/Utils/list.h	/^typedef quint16 ListId;$/;"	t
251ListItem	showgraph/Utils/list.h	/^    ListItem( Data* d)$/;"	f	class:ListItem
252ListItem	showgraph/Utils/list.h	/^    ListItem( ListItem<Data> *peer, Data* d)$/;"	f	class:ListItem
253ListItem	showgraph/Utils/list.h	/^    ListItem( ListItem<Data> *peer, ListDir dir, Data *d)$/;"	f	class:ListItem
254ListItem	showgraph/Utils/list.h	/^    ListItem()$/;"	f	class:ListItem
255ListItem	showgraph/Utils/list.h	/^template <class Data> class ListItem$/;"	c
256ListRDir	showgraph/Utils/list.h	/^ListRDir( ListDir dir)$/;"	f
257ListTypes	showgraph/Utils/list_utest.cpp	/^enum ListTypes$/;"	g	file:
258MAINWINDOW_H_CQ	gui/mainwindow.h	/^#define MAINWINDOW_H_CQ$/;"	d
259MAX_CHUNK_ENTRIES_NUM	showgraph/Utils/mem.h	/^    const quint8 MAX_CHUNK_ENTRIES_NUM = ( quint8)( -1);$/;"	m	namespace:MemImpl
260MAX_CHUNK_ENTRIES_NUM	showgraph/Utils/mem.h	/^    const quint8 MAX_CHUNK_ENTRIES_NUM = 2;$/;"	m	namespace:MemImpl
261MAX_COT_VERTICAL	showgraph/GraphView/visible_edge.cpp	/^const qreal MAX_COT_VERTICAL = 0.1;$/;"	v
262MAX_DELETED_ITEMS_COUNT	showgraph/GraphView/graph_view.h	/^    static const int MAX_DELETED_ITEMS_COUNT = 10000;$/;"	m	class:GraphView
263MAX_DELETED_ITEMS_COUNT	showgraph/GraphView/graph_view.h	/^    static const int MAX_DELETED_ITEMS_COUNT = 100;$/;"	m	class:GraphView
264MAX_GRAPH_MARKERS	showgraph/Graph/marker.h	/^const short int MAX_GRAPH_MARKERS = 10;$/;"	v
265MAX_NUMERATIONS	showgraph/Graph/num.h	/^const short int MAX_NUMERATIONS = 10;$/;"	v
266MAX_OPACITY	showgraph/GraphView/gview_iface.h	/^const qreal MAX_OPACITY = 6;$/;"	v
267MAX_PLACE_LEN	showgraph/GraphView/gview_impl.h	/^const int MAX_PLACE_LEN = 3;$/;"	v
268MAX_PRIORITY	showgraph/GraphView/gview_impl.h	/^const int MAX_PRIORITY = 6;$/;"	v
269MAX_TAN_HORIZONTAL	showgraph/GraphView/visible_edge.cpp	/^const qreal MAX_TAN_HORIZONTAL = 0.1;$/;"	v
270MAX_VISIBLE_LEN	showgraph/GraphView/gview_impl.h	/^const int MAX_VISIBLE_LEN = 3;$/;"	v
271MEM_ASSERTD	showgraph/Utils/mem.h	/^#    define MEM_ASSERTD(/;"	d
272MEM_CHUNK_H	showgraph/Utils/mem_chunk.h	/^#define MEM_CHUNK_H$/;"	d
273MEM_ENTRY_H	showgraph/Utils/mem_entry.h	/^#define MEM_ENTRY_H$/;"	d
274MEM_FIXED_POOL_H	showgraph/Utils/mem_fixed_pool.h	/^#define MEM_FIXED_POOL_H$/;"	d
275MEM_H	showgraph/Utils/mem.h	/^#define MEM_H$/;"	d
276MEM_MGR_H	showgraph/Utils/mem_mgr.h	/^#define MEM_MGR_H$/;"	d
277MEM_OBJ_H	showgraph/Utils/mem_obj.h	/^#define MEM_OBJ_H$/;"	d
278MEM_POOL_H	showgraph/Utils/mem_pool.h	/^#define MEM_POOL_H$/;"	d
279MEM_REF_H	showgraph/Utils/mem_ref.h	/^#define MEM_REF_H$/;"	d
280MISC_H	showgraph/Utils/misc.h	/^#define MISC_H$/;"	d
281MListIface	showgraph/Utils/list.h	/^    inline MListIface( Item *peer):$/;"	f	class:MListIface
282MListIface	showgraph/Utils/list.h	/^    inline MListIface( Item *peer, ListDir dir):$/;"	f	class:MListIface
283MListIface	showgraph/Utils/list.h	/^    inline MListIface( ListId list, Item *peer):$/;"	f	class:MListIface
284MListIface	showgraph/Utils/list.h	/^    inline MListIface( ListId list, Item *peer, ListDir dir):$/;"	f	class:MListIface
285MListIface	showgraph/Utils/list.h	/^    inline MListIface(): ListBase(){};$/;"	f	class:MListIface
286MListIface	showgraph/Utils/list.h	/^    inline MListIface():$/;"	f	class:MListIface
287MListIface	showgraph/Utils/list.h	/^template < class Item, class ListBase, unsigned int dim> class MListIface: public ListBase$/;"	c
288MListIface	showgraph/Utils/list.h	/^template< class Item, class ListBase> class MListIface< Item, ListBase, 1>: public ListBase$/;"	c
289MListItem	showgraph/Utils/list.h	/^    MListItem( ListId list, MListItem< dim> *peer)$/;"	f	class:MListItem
290MListItem	showgraph/Utils/list.h	/^    MListItem( ListId list, MListItem< dim> *peer, ListDir dir)$/;"	f	class:MListItem
291MListItem	showgraph/Utils/list.h	/^    MListItem( MListItem< 1> *peer)$/;"	f	class:MListItem
292MListItem	showgraph/Utils/list.h	/^    MListItem( MListItem< 1> *peer, ListDir dir)$/;"	f	class:MListItem
293MListItem	showgraph/Utils/list.h	/^    MListItem()$/;"	f	class:MListItem
294MListItem	showgraph/Utils/list.h	/^template <unsigned int dim> class MListItem$/;"	c
295MListItem	showgraph/Utils/list.h	/^template<> class MListItem<1>$/;"	c
296M_ERROR_GENERIC	showgraph/Graph/marker.h	/^    M_ERROR_GENERIC,$/;"	e	enum:MarkerErrorType_e
297M_ERROR_NUM	showgraph/Graph/marker.h	/^    M_ERROR_NUM$/;"	e	enum:MarkerErrorType_e
298M_ERROR_OUT_OF_INDEXES	showgraph/Graph/marker.h	/^    M_ERROR_OUT_OF_INDEXES,$/;"	e	enum:MarkerErrorType_e
299M_ERROR_OUT_OF_VALUES	showgraph/Graph/marker.h	/^    M_ERROR_OUT_OF_VALUES,$/;"	e	enum:MarkerErrorType_e
300MakeOpt	makedb/optlist.cpp	/^option_t *MakeOpt(const char option, char *const argument, const int index)$/;"	f
301Marked	showgraph/Graph/marker.h	/^class Marked$/;"	c
302Marked	showgraph/Graph/marker.h	/^inline Marked::Marked()$/;"	f	class:Marked
303Marker	showgraph/Graph/marker.h	/^class Marker$/;"	c
304Marker	showgraph/Graph/marker.h	/^inline Marker::Marker(): $/;"	f	class:Marker
305MarkerErrorType	showgraph/Graph/marker.h	/^} MarkerErrorType;$/;"	t	typeref:enum:MarkerErrorType_e
306MarkerErrorType_e	showgraph/Graph/marker.h	/^typedef enum MarkerErrorType_e$/;"	g
307MarkerIndex	showgraph/Graph/marker.h	/^typedef unsigned short int MarkerIndex;$/;"	t
308MarkerManager	showgraph/Graph/marker.h	/^class MarkerManager$/;"	c
309MarkerManager	showgraph/Graph/marker.h	/^inline MarkerManager::MarkerManager()$/;"	f	class:MarkerManager
310MarkerValue	showgraph/Graph/marker.h	/^typedef unsigned int MarkerValue;$/;"	t
311MatchOpt	makedb/optlist.cpp	/^int MatchOpt(const char argument, char *const options)$/;"	f
312Mem	showgraph/Utils/mem.h	/^namespace Mem$/;"	n
313Mem	showgraph/Utils/mem_fixed_pool.h	/^namespace Mem$/;"	n
314Mem	showgraph/Utils/mem_obj.h	/^namespace Mem$/;"	n
315Mem	showgraph/Utils/mem_pool.h	/^namespace Mem$/;"	n
316Mem	showgraph/Utils/mem_ref.h	/^namespace Mem$/;"	n
317MemEventId	showgraph/Utils/mem_mgr.h	/^    typedef quint64 MemEventId;$/;"	t	namespace:MemImpl
318MemImpl	showgraph/Utils/mem.h	/^namespace MemImpl$/;"	n
319MemImpl	showgraph/Utils/mem_chunk.h	/^namespace MemImpl$/;"	n
320MemImpl	showgraph/Utils/mem_entry.h	/^namespace MemImpl$/;"	n
321MemImpl	showgraph/Utils/mem_mgr.h	/^namespace MemImpl$/;"	n
322MemInfo	showgraph/Utils/mem_mgr.cpp	/^MemInfo::MemInfo()$/;"	f	class:MemInfo
323MemInfo	showgraph/Utils/mem_mgr.h	/^        MemInfo( const MemInfo&){};$/;"	f	class:MemImpl::MemInfo
324MemInfo	showgraph/Utils/mem_mgr.h	/^    class MemInfo$/;"	c	namespace:MemImpl
325MemMgr	showgraph/Utils/mem.h	/^    typedef Single< MemImpl::MemInfo> MemMgr;$/;"	t	namespace:Mem
326ModeEdit	showgraph/GraphView/edge_item.h	/^        ModeEdit$/;"	e	enum:EdgeItem::EdgeMode
327ModeShow	showgraph/GraphView/edge_item.h	/^        ModeShow,$/;"	e	enum:EdgeItem::EdgeMode
328MyPoolObj	showgraph/Utils/mem_utest.cpp	/^class MyPoolObj: public PoolBase, public SListIface< MyPoolObj, SListItem>$/;"	c	file:
329NAVIGATION_H	showgraph/GraphView/navigation.h	/^#define NAVIGATION_H$/;"	d
330NAV_DIR_DOWN	showgraph/GraphView/navigation.h	/^    NAV_DIR_DOWN,$/;"	e	enum:NavDirection
331NAV_DIR_LEFT	showgraph/GraphView/navigation.h	/^    NAV_DIR_LEFT,$/;"	e	enum:NavDirection
332NAV_DIR_RIGHT	showgraph/GraphView/navigation.h	/^    NAV_DIR_RIGHT$/;"	e	enum:NavDirection
333NAV_DIR_UP	showgraph/GraphView/navigation.h	/^    NAV_DIR_UP,$/;"	e	enum:NavDirection
334NAV_EVENT_NODE_FOCUS	showgraph/GraphView/graph_view.h	/^    NAV_EVENT_NODE_FOCUS,$/;"	e	enum:NavEventType
335NAV_EVENT_TYPES_NUM	showgraph/GraphView/graph_view.h	/^    NAV_EVENT_TYPES_NUM$/;"	e	enum:NavEventType
336NODE_CONTROL_MARGIN	showgraph/Layout/layout_iface.h	/^const qreal NODE_CONTROL_MARGIN = 5;$/;"	v
337NODE_GROUP_H	showgraph/Layout/node_group.h	/^#define NODE_GROUP_H$/;"	d
338NODE_H	showgraph/Graph/node.h	/^#define NODE_H$/;"	d
339NODE_INLINE_H	showgraph/Graph/node_inline.h	/^#define NODE_INLINE_H$/;"	d
340NODE_ITER_H	showgraph/Graph/node_iter.h	/^#define NODE_ITER_H$/;"	d
341NODE_NODE_MARGIN	showgraph/Layout/layout_iface.h	/^const qreal NODE_NODE_MARGIN = 30;$/;"	v
342NODE_SHAPES_NUM	showgraph/GraphView/gstyle.h	/^    NODE_SHAPES_NUM    $/;"	e	enum:NodeShape
343NODE_SHAPE_BOX	showgraph/GraphView/gstyle.h	/^    NODE_SHAPE_BOX,$/;"	e	enum:NodeShape
344NODE_SHAPE_CIRCLE	showgraph/GraphView/gstyle.h	/^    NODE_SHAPE_CIRCLE,$/;"	e	enum:NodeShape
345NODE_SHAPE_DEFAULT	showgraph/GraphView/gstyle.h	/^    NODE_SHAPE_DEFAULT = NODE_SHAPE_BOX,$/;"	e	enum:NodeShape
346NODE_SHAPE_DIAMOND	showgraph/GraphView/gstyle.h	/^    NODE_SHAPE_DIAMOND,$/;"	e	enum:NodeShape
347NODE_SHAPE_ELLIPSE	showgraph/GraphView/gstyle.h	/^    NODE_SHAPE_ELLIPSE,$/;"	e	enum:NodeShape
348NODE_SHAPE_ROUNDED_BOX	showgraph/GraphView/gstyle.h	/^    NODE_SHAPE_ROUNDED_BOX,$/;"	e	enum:NodeShape
349NODE_SPEED	showgraph/GraphView/gview_impl.h	/^const qreal NODE_SPEED = 4;$/;"	v
350NODE_W_H	showgraph/GraphView/node_item.h	/^#define NODE_W_H$/;"	d
351NUMBER_MAX	showgraph/Graph/num.h	/^const GraphNum NUMBER_MAX = (( GraphNum) -1) - 1;$/;"	v
352NUMBER_NO_NUM	showgraph/Graph/num.h	/^const GraphNum NUMBER_NO_NUM = ( GraphNum) -1;$/;"	v
353NUM_ERROR_GENERIC	showgraph/Graph/num.h	/^    NUM_ERROR_GENERIC,$/;"	e	enum:NumErrorType
354NUM_ERROR_NUM	showgraph/Graph/num.h	/^    NUM_ERROR_NUM$/;"	e	enum:NumErrorType
355NUM_ERROR_NUMBER_OUT_OF_RANGE	showgraph/Graph/num.h	/^    NUM_ERROR_NUMBER_OUT_OF_RANGE,$/;"	e	enum:NumErrorType
356NUM_ERROR_OUT_OF_INDEXES	showgraph/Graph/num.h	/^    NUM_ERROR_OUT_OF_INDEXES,$/;"	e	enum:NumErrorType
357NUM_ERROR_OUT_OF_VALUES	showgraph/Graph/num.h	/^    NUM_ERROR_OUT_OF_VALUES,$/;"	e	enum:NumErrorType
358NUM_OF_THEMES	gui/themes_gen.cpp	/^#define NUM_OF_THEMES /;"	d	file:
359NUM_VAL_CLEAN	showgraph/Graph/num.h	/^const NumValue NUM_VAL_CLEAN = 0;$/;"	v
360NUM_VAL_FIRST	showgraph/Graph/num.h	/^const NumValue NUM_VAL_FIRST = 1;$/;"	v
361NUM_VAL_LAST	showgraph/Graph/num.h	/^const NumValue NUM_VAL_LAST = ( NumValue)( (int)-1);$/;"	v
362NavDirection	showgraph/GraphView/navigation.h	/^enum NavDirection$/;"	g
363NavEvent	showgraph/GraphView/graph_view.h	/^    inline NavEvent( NavEventType t): type( t)$/;"	f	class:NavEvent
364NavEvent	showgraph/GraphView/graph_view.h	/^    inline NavEvent( NavEventType t, GNode *n): type( t)$/;"	f	class:NavEvent
365NavEvent	showgraph/GraphView/graph_view.h	/^class NavEvent$/;"	c
366NavEventData	showgraph/GraphView/graph_view.h	/^    union NavEventData$/;"	u	class:NavEvent
367NavEventType	showgraph/GraphView/graph_view.h	/^enum NavEventType$/;"	g
368NavSector	showgraph/GraphView/navigation.h	/^enum NavSector$/;"	g
369NextSearch_ButtonClick	gui/searchhandler.cpp	/^void searchhandler::NextSearch_ButtonClick(bool checked)$/;"	f	class:searchhandler
370Next_ButtonClick	gui/fileviewer.cpp	/^void fileviewer::Next_ButtonClick(bool checked)$/;"	f	class:fileviewer
371Node	showgraph/Graph/node.h	/^class Node: public Marked, public Numbered, public PoolObj, public SListIface< Node>$/;"	c
372Node	showgraph/Graph/node_inline.h	/^inline Node::Node( Graph *_graph_p, GraphUid _id):uid(_id), graph_p( _graph_p), element()$/;"	f	class:Node
373NodeGroup	showgraph/Layout/node_group.cpp	/^NodeGroup::NodeGroup( AuxNode *n,   \/\/ Parent node$/;"	f	class:NodeGroup
374NodeGroup	showgraph/Layout/node_group.h	/^    NodeGroup() : node_list()$/;"	f	class:NodeGroup
375NodeGroup	showgraph/Layout/node_group.h	/^class NodeGroup$/;"	c
376NodeItem	showgraph/GraphView/node_item.h	/^	inline NodeItem( GNode *n_p):$/;"	f	class:NodeItem
377NodeItem	showgraph/GraphView/node_item.h	/^class NodeItem: public QGraphicsTextItem$/;"	c
378NodeNav	showgraph/GraphView/navigation.cpp	/^NodeNav::NodeNav( GNode *curr_node, NavSector nav_sector):$/;"	f	class:NodeNav
379NodeNav	showgraph/GraphView/navigation.h	/^class NodeNav$/;"	c
380NodeShape	showgraph/GraphView/gstyle.h	/^enum NodeShape$/;"	g
381NumErrorType	showgraph/Graph/num.h	/^enum NumErrorType$/;"	g
382NumIndex	showgraph/Graph/num.h	/^typedef unsigned short int NumIndex;$/;"	t
383NumManager	showgraph/Graph/num.h	/^class NumManager$/;"	c
384NumManager	showgraph/Graph/num.h	/^inline NumManager::NumManager()$/;"	f	class:NumManager
385NumValue	showgraph/Graph/num.h	/^typedef unsigned int NumValue;$/;"	t
386Numbered	showgraph/Graph/num.h	/^class Numbered$/;"	c
387Numbered	showgraph/Graph/num.h	/^inline Numbered::Numbered()$/;"	f	class:Numbered
388Numeration	showgraph/Graph/num.h	/^class Numeration$/;"	c
389Numeration	showgraph/Graph/num.h	/^inline Numeration::Numeration():$/;"	f	class:Numeration
390OL_NOINDEX	makedb/optlist.h	/^#define    OL_NOINDEX /;"	d
391OPACITY_STEP	showgraph/GraphView/gview_impl.h	/^const qreal OPACITY_STEP = 0.1;$/;"	v
392OPTLIST_H	makedb/optlist.h	/^#define OPTLIST_H$/;"	d
393OPT_BOOL	showgraph/Utils/conf.h	/^    OPT_BOOL,$/;"	e	enum:OptType
394OPT_FLOAT	showgraph/Utils/conf.h	/^    OPT_FLOAT,$/;"	e	enum:OptType
395OPT_INT	showgraph/Utils/conf.h	/^    OPT_INT,$/;"	e	enum:OptType
396OPT_STRING	showgraph/Utils/conf.h	/^    OPT_STRING,$/;"	e	enum:OptType
397OPT_TYPES_NUM	showgraph/Utils/conf.h	/^    OPT_TYPES_NUM$/;"	e	enum:OptType
398Obj	showgraph/Utils/mem_obj.h	/^		inline Obj() $/;"	f	class:Mem::Obj
399Obj	showgraph/Utils/mem_obj.h	/^    class Obj$/;"	c	namespace:Mem
400ObjRef	showgraph/Utils/mem_utest.cpp	/^typedef Ref< TestObj> ObjRef;$/;"	t	file:
401OpenDB_ButtonClick	gui/searchhandler.cpp	/^void searchhandler::OpenDB_ButtonClick(bool checked)$/;"	f	class:searchhandler
402OpenDB_indexChanged	gui/searchhandler.cpp	/^void searchhandler::OpenDB_indexChanged(const int& idx)$/;"	f	class:searchhandler
403OpenInEditor_ButtonClick	gui/fileviewer.cpp	/^void fileviewer::OpenInEditor_ButtonClick(bool checked)$/;"	f	class:fileviewer
404OptType	showgraph/Utils/conf.h	/^enum OptType$/;"	g
405OptValues	showgraph/Utils/conf.h	/^union OptValues$/;"	u
406Option	showgraph/Utils/conf.h	/^    Option( OptType _t, QString sname, QString lname, QString d):$/;"	f	class:Option
407Option	showgraph/Utils/conf.h	/^    Option( QString sname, QString lname, QString d):$/;"	f	class:Option
408Option	showgraph/Utils/conf.h	/^    Option( QString sname, QString lname, QString d, bool val):$/;"	f	class:Option
409Option	showgraph/Utils/conf.h	/^class Option$/;"	c
410OptionsExtEditor_Triggered	gui/fileviewer.cpp	/^void fileviewer::OptionsExtEditor_Triggered(bool checked)$/;"	f	class:fileviewer
411POOL_FIXED	showgraph/Utils/mem_pool.h	/^        POOL_FIXED,$/;"	e	enum:Mem::PoolType
412POOL_FLOAT	showgraph/Utils/mem_pool.h	/^        POOL_FLOAT,$/;"	e	enum:Mem::PoolType
413POOL_TYPES_NUM	showgraph/Utils/mem_pool.h	/^        POOL_TYPES_NUM$/;"	e	enum:Mem::PoolType
414PRINT_H	showgraph/Utils/print.h	/^#define PRINT_H$/;"	d
415Paste_ButtonClick	gui/fileviewer.cpp	/^void fileviewer::Paste_ButtonClick(bool checked)$/;"	f	class:fileviewer
416Pi	showgraph/GraphView/gview_impl.h	/^static const double Pi = 3.14159265358979323846264338327950288419717;$/;"	v
417Pool	showgraph/Utils/mem_pool.h	/^    class Pool$/;"	c	namespace:Mem
418PoolBase	showgraph/Utils/mem_utest.cpp	/^class PoolBase: public PoolObj $/;"	c	file:
419PoolObj	showgraph/Utils/mem_pool.h	/^        PoolObj( PoolObj &obj){};$/;"	f	class:Mem::PoolObj
420PoolObj	showgraph/Utils/mem_pool.h	/^        PoolObj(): to_be_deleted( false){};$/;"	f	class:Mem::PoolObj
421PoolObj	showgraph/Utils/mem_pool.h	/^        inline PoolObj(){};$/;"	f	class:Mem::PoolObj
422PoolObj	showgraph/Utils/mem_pool.h	/^    class PoolObj$/;"	c	namespace:Mem
423PoolType	showgraph/Utils/mem_pool.h	/^    enum PoolType$/;"	g	namespace:Mem
424Pred	showgraph/Graph/node.h	/^    typedef EdgeIterIface< PredIterImpl> Pred;      \/**< Iterator for predecessors     *\/$/;"	t	class:Node
425PredIterImpl	showgraph/Graph/node_inline.h	/^inline PredIterImpl::PredIterImpl( Node *n)$/;"	f	class:PredIterImpl
426PredIterImpl	showgraph/Graph/node_iter.h	/^    inline PredIterImpl(){};      \/**< Default constructor *\/$/;"	f	class:PredIterImpl
427PredIterImpl	showgraph/Graph/node_iter.h	/^class PredIterImpl: public IterImplBase$/;"	c
428PrevSearch_ButtonClick	gui/searchhandler.cpp	/^void searchhandler::PrevSearch_ButtonClick(bool checked)$/;"	f	class:searchhandler
429Prev_ButtonClick	gui/fileviewer.cpp	/^void fileviewer::Prev_ButtonClick(bool checked)$/;"	f	class:fileviewer
430PrintUtils	showgraph/Utils/print.h	/^namespace PrintUtils$/;"	n
431Q_OBJECT	showgraph/GraphView/graph_view.h	/^    Q_OBJECT; \/** For MOC *\/$/;"	m	class:GraphView
432Q_OBJECT	showgraph/GraphView/style_edit.h	/^    Q_OBJECT;$/;"	m	class:StyleEdit
433Q_OBJECT	showgraph/Layout/aux_graph.h	/^    Q_OBJECT;$/;"	m	class:AuxGraph
434QueryType_indexChanged	gui/searchhandler.cpp	/^void searchhandler::QueryType_indexChanged(const int& idx)$/;"	f	class:searchhandler
435RANK_SPACING	showgraph/Layout/layout_iface.h	/^const qreal RANK_SPACING = 40;$/;"	v
436RANK_UNDEF	showgraph/Layout/layout_iface.h	/^const Rank RANK_UNDEF = (Rank) (-1);$/;"	v
437RIGHT_SECTOR	showgraph/GraphView/navigation.h	/^    RIGHT_SECTOR,$/;"	e	enum:NavSector
438Rank	showgraph/Layout/layout_iface.h	/^typedef unsigned int Rank;$/;"	t
439Ref	showgraph/Utils/mem_ref.h	/^		Ref( RefObj* p): ptr( p)$/;"	f	class:Mem::Ref
440Ref	showgraph/Utils/mem_ref.h	/^		Ref( const Ref< RefObj>& orig): ptr( orig.ptr)$/;"	f	class:Mem::Ref
441Ref	showgraph/Utils/mem_ref.h	/^		Ref(): ptr( NULL){};$/;"	f	class:Mem::Ref
442Ref	showgraph/Utils/mem_ref.h	/^    template < class RefObj> class Ref$/;"	c	namespace:Mem
443RefNumber	showgraph/Utils/mem_obj.h	/^	typedef unsigned int RefNumber;$/;"	t	namespace:Mem
444RevDir	showgraph/Graph/predecls.h	/^RevDir( GraphDir dir)$/;"	f
445SEARCHHANDLER_H_CQ	gui/searchhandler.h	/^#define SEARCHHANDLER_H_CQ$/;"	d
446SELF_EDGE	showgraph/Layout/aux_edge.h	/^	SELF_EDGE,$/;"	e	enum:AuxEdgeType
447SE_HOR_MARGIN	showgraph/GraphView/gview_impl.h	/^const qreal SE_HOR_MARGIN = 20;$/;"	v
448SE_VERT_MARGIN	showgraph/GraphView/gview_impl.h	/^const qreal SE_VERT_MARGIN = 20;$/;"	v
449SHOWGRAPH_H_CQ	showgraph/showgraph.h	/^#define SHOWGRAPH_H_CQ$/;"	d
450SIMPLE_DFS	showgraph/Layout/layout.cpp	/^#define SIMPLE_DFS$/;"	d	file:
451SINGLETON_H	showgraph/Utils/singleton.h	/^#define SINGLETON_H$/;"	d
452SListIface	showgraph/Utils/list.h	/^    inline SListIface( Item *peer):$/;"	f	class:SListIface
453SListIface	showgraph/Utils/list.h	/^    inline SListIface( Item *peer, ListDir dir):$/;"	f	class:SListIface
454SListIface	showgraph/Utils/list.h	/^    inline SListIface():$/;"	f	class:SListIface
455SListIface	showgraph/Utils/list.h	/^template< class Item, class ListBase=SListItem> class SListIface: public ListBase$/;"	c
456SListItem	showgraph/Utils/list.h	/^typedef MListItem< 1> SListItem;$/;"	t
457SMALL_LIB_H_CQ	querylib/small_lib.h	/^#define SMALL_LIB_H_CQ$/;"	d
458SQLBASE_H_CQ	makedb/sqlbase.h	/^#define SQLBASE_H_CQ$/;"	d
459SQLQUERYADV_H_CQ	gui/sqlqueryadv.h	/^#define SQLQUERYADV_H_CQ$/;"	d
460SQLQUERY_H_CQ	querylib/sqlquery.h	/^#define SQLQUERY_H_CQ$/;"	d
461SQL_AUTOCOMPLETE	querylib/sqlquery.cpp	/^#define SQL_AUTOCOMPLETE /;"	d	file:
462SQL_CALLEDFUNC	querylib/sqlquery.cpp	/^#define SQL_CALLEDFUNC /;"	d	file:
463SQL_CALLINGFUNC	querylib/sqlquery.cpp	/^#define SQL_CALLINGFUNC /;"	d	file:
464SQL_CALLS_OF_FUNC	querylib/sqlquery.cpp	/^#define SQL_CALLS_OF_FUNC /;"	d	file:
465SQL_CHILDCLASS	querylib/sqlquery.cpp	/^#define SQL_CHILDCLASS /;"	d	file:
466SQL_CLASS_STRUCT	querylib/sqlquery.cpp	/^#define SQL_CLASS_STRUCT /;"	d	file:
467SQL_EM_CALLEDFUNC	querylib/sqlquery.cpp	/^#define SQL_EM_CALLEDFUNC /;"	d	file:
468SQL_EM_CALLINGFUNC	querylib/sqlquery.cpp	/^#define SQL_EM_CALLINGFUNC /;"	d	file:
469SQL_EM_CALLS_OF_FUNC	querylib/sqlquery.cpp	/^#define SQL_EM_CALLS_OF_FUNC /;"	d	file:
470SQL_EM_CHILDCLASS	querylib/sqlquery.cpp	/^#define SQL_EM_CHILDCLASS /;"	d	file:
471SQL_EM_CLASS_STRUCT	querylib/sqlquery.cpp	/^#define SQL_EM_CLASS_STRUCT /;"	d	file:
472SQL_EM_FILEPATH	querylib/sqlquery.cpp	/^#define SQL_EM_FILEPATH /;"	d	file:
473SQL_EM_FUNC_MACRO	querylib/sqlquery.cpp	/^#define SQL_EM_FUNC_MACRO /;"	d	file:
474SQL_EM_INCLUDE	querylib/sqlquery.cpp	/^#define SQL_EM_INCLUDE /;"	d	file:
475SQL_EM_MEMBERS	querylib/sqlquery.cpp	/^#define SQL_EM_MEMBERS /;"	d	file:
476SQL_EM_OWNERCLASS	querylib/sqlquery.cpp	/^#define SQL_EM_OWNERCLASS /;"	d	file:
477SQL_EM_PARENTCLASS	querylib/sqlquery.cpp	/^#define SQL_EM_PARENTCLASS /;"	d	file:
478SQL_EM_SYM	querylib/sqlquery.cpp	/^#define SQL_EM_SYM /;"	d	file:
479SQL_FILEPATH	querylib/sqlquery.cpp	/^#define SQL_FILEPATH /;"	d	file:
480SQL_FUNCSINFILE	querylib/sqlquery.cpp	/^#define SQL_FUNCSINFILE /;"	d	file:
481SQL_FUNC_MACRO	querylib/sqlquery.cpp	/^#define SQL_FUNC_MACRO /;"	d	file:
482SQL_INCLUDE	querylib/sqlquery.cpp	/^#define SQL_INCLUDE /;"	d	file:
483SQL_MEMBERS	querylib/sqlquery.cpp	/^#define SQL_MEMBERS /;"	d	file:
484SQL_OWNERCLASS	querylib/sqlquery.cpp	/^#define SQL_OWNERCLASS /;"	d	file:
485SQL_PARENTCLASS	querylib/sqlquery.cpp	/^#define SQL_PARENTCLASS /;"	d	file:
486SQL_SYM	querylib/sqlquery.cpp	/^#define SQL_SYM /;"	d	file:
487STD2QT_H_CQ	gui/std2qt.h	/^#define STD2QT_H_CQ$/;"	d
488STYLE_EDIT_H	showgraph/GraphView/style_edit.h	/^#define STYLE_EDIT_H$/;"	d
489SWVER_H_CQ	makedb/swver.h	/^#define SWVER_H_CQ$/;"	d
490Search_ButtonClick	gui/searchhandler.cpp	/^void searchhandler::Search_ButtonClick(bool checked)$/;"	f	class:searchhandler
491Search_EnterKeyPressed	gui/searchhandler.cpp	/^void searchhandler::Search_EnterKeyPressed()$/;"	f	class:searchhandler
492SetCreateEdge	showgraph/GraphView/graph_view.h	/^    inline void SetCreateEdge( bool val)$/;"	f	class:GraphView
493SetInitFlags	showgraph/GraphView/node_item.cpp	/^NodeItem::SetInitFlags()$/;"	f	class:NodeItem
494SetNext	showgraph/Utils/list.h	/^    inline void SetNext( ListItem<Data> *n)$/;"	f	class:ListItem
495SetPeerInDir	showgraph/Utils/list.h	/^    inline void SetPeerInDir( ListItem<Data> *p, ListDir dir)$/;"	f	class:ListItem
496SetPrev	showgraph/Utils/list.h	/^    inline void SetPrev( ListItem<Data> *p)$/;"	f	class:ListItem
497SetTmpSrc	showgraph/GraphView/graph_view.h	/^    inline void SetTmpSrc( GNode* node)$/;"	f	class:GraphView
498SimpleDfsStepInfo	showgraph/Layout/aux_graph.h	/^        SimpleDfsStepInfo( AuxNode *n)$/;"	f	struct:AuxGraph::SimpleDfsStepInfo
499SimpleDfsStepInfo	showgraph/Layout/aux_graph.h	/^        SimpleDfsStepInfo( AuxNode *n, GraphDir dir)$/;"	f	struct:AuxGraph::SimpleDfsStepInfo
500SimpleDfsStepInfo	showgraph/Layout/aux_graph.h	/^    struct SimpleDfsStepInfo$/;"	s	class:AuxGraph
501Single	showgraph/Utils/singleton.h	/^template < class T> class Single$/;"	c
502SingleA	showgraph/Utils/utils_utest.cpp	/^typedef Single< classA> SingleA;$/;"	t	file:
503StyleEdit	showgraph/GraphView/style_edit.cpp	/^StyleEdit::StyleEdit( QWidget *parent, bool show_additional)$/;"	f	class:StyleEdit
504StyleEdit	showgraph/GraphView/style_edit.h	/^class StyleEdit: public QDialog$/;"	c
505StyleEditInfo	showgraph/GraphView/graph_view.h	/^        StyleEditInfo( GEdge* e, GStyle *olds, GStyle *news, StyleEdit* d):$/;"	f	struct:GraphView::StyleEditInfo
506StyleEditInfo	showgraph/GraphView/graph_view.h	/^        StyleEditInfo( GNode* n, GStyle *olds, GStyle *news, StyleEdit* d):$/;"	f	struct:GraphView::StyleEditInfo
507StyleEditInfo	showgraph/GraphView/graph_view.h	/^    struct StyleEditInfo$/;"	s	class:GraphView
508StyleId	showgraph/GraphView/gstyle.h	/^typedef quint32 StyleId;$/;"	t
509Succ	showgraph/Graph/node.h	/^    typedef EdgeIterIface< SuccIterImpl> Succ;      \/**< Iterator for successors       *\/$/;"	t	class:Node
510SuccIterImpl	showgraph/Graph/node_inline.h	/^inline SuccIterImpl::SuccIterImpl( Node *n)$/;"	f	class:SuccIterImpl
511SuccIterImpl	showgraph/Graph/node_iter.h	/^    inline SuccIterImpl(){};      \/**< Default constructor *\/$/;"	f	class:SuccIterImpl
512SuccIterImpl	showgraph/Graph/node_iter.h	/^class SuccIterImpl: public IterImplBase$/;"	c
513THEMES_H_CQ	gui/themes.h	/^#define THEMES_H_CQ$/;"	d
514TOP_SECTOR	showgraph/GraphView/navigation.h	/^    TOP_SECTOR,$/;"	e	enum:NavSector
515TREE_EDGE	showgraph/Layout/aux_edge.h	/^	TREE_EDGE,$/;"	e	enum:AuxEdgeType
516TestObj	showgraph/Utils/mem_utest.cpp	/^class TestObj: public Obj$/;"	c	file:
517TextEnlarge_ButtonClick	gui/fileviewer.cpp	/^void fileviewer::TextEnlarge_ButtonClick(bool checked)$/;"	f	class:fileviewer
518TextShrink_ButtonClick	gui/fileviewer.cpp	/^void fileviewer::TextShrink_ButtonClick(bool checked)$/;"	f	class:fileviewer
519TwoPi	showgraph/GraphView/gview_impl.h	/^static double TwoPi = 2.0 * Pi;$/;"	v
520Type	showgraph/GraphView/edge_helper.h	/^    enum {Type = TypeEdgeHelper};$/;"	e	enum:EdgeHelper::__anon7
521Type	showgraph/GraphView/edge_item.h	/^    enum {Type = TypeEdge};$/;"	e	enum:EdgeItem::__anon8
522Type	showgraph/GraphView/node_item.h	/^    enum {Type = TypeNode};$/;"	e	enum:NodeItem::__anon10
523TypeEdge	showgraph/GraphView/gview_iface.h	/^    TypeEdge = QGraphicsItem::UserType + 2, \/** Edge item *\/$/;"	e	enum:__anon9
524TypeEdgeControl	showgraph/GraphView/gview_iface.h	/^    TypeEdgeControl = QGraphicsItem::UserType + 3,\/** EdgeControl item *\/$/;"	e	enum:__anon9
525TypeEdgeHelper	showgraph/GraphView/gview_iface.h	/^    TypeEdgeHelper = QGraphicsItem::UserType + 4 \/** Edge helper item *\/$/;"	e	enum:__anon9
526TypeNode	showgraph/GraphView/gview_iface.h	/^    TypeNode = QGraphicsItem::UserType + 1, \/** Node item *\/$/;"	e	enum:__anon9
527ULIST_H	showgraph/Utils/ulist.h	/^#define ULIST_H$/;"	d
528UNDEF_POS	showgraph/Utils/mem.h	/^    const ChunkPos UNDEF_POS = MAX_CHUNK_ENTRIES_NUM; $/;"	m	namespace:MemImpl
529UNDEF_SECTOR	showgraph/GraphView/navigation.h	/^    UNDEF_SECTOR$/;"	e	enum:NavSector
530UNKNOWN_TYPE_EDGE	showgraph/Layout/aux_edge.h	/^	UNKNOWN_TYPE_EDGE = 0,$/;"	e	enum:AuxEdgeType
531USE_MEM_EVENTS	showgraph/Utils/mem.h	/^#  define USE_MEM_EVENTS$/;"	d
532USE_MEM_EVENTS	showgraph/Utils/mem.h	/^#undef USE_MEM_EVENTS$/;"	d
533USE_REF_COUNTERS	showgraph/Utils/mem.h	/^#  define USE_REF_COUNTERS$/;"	d
534USE_REF_COUNTERS	showgraph/Utils/mem.h	/^#undef USE_REF_COUNTERS$/;"	d
535UTILS_IFACE_H	showgraph/Utils/utils_iface.h	/^#define UTILS_IFACE_H$/;"	d
536Ui	gui/aboutdialog.h	/^ namespace Ui {$/;"	n
537Ui	gui/fileviewsettingsdialog.h	/^ namespace Ui {$/;"	n
538Ui	gui/graphdialog.h	/^ namespace Ui {$/;"	n
539Ui	gui/mainwindow.h	/^ namespace Ui {$/;"	n
540UnDirIterImpl	showgraph/Graph/node_inline.h	/^inline UnDirIterImpl::UnDirIterImpl( Node *n)$/;"	f	class:UnDirIterImpl
541UnDirIterImpl	showgraph/Graph/node_iter.h	/^    inline UnDirIterImpl():is_pred( false){};      \/**< Default consturctor *\/$/;"	f	class:UnDirIterImpl
542UnDirIterImpl	showgraph/Graph/node_iter.h	/^class UnDirIterImpl: public IterImplBase$/;"	c
543Up_ButtonClick	gui/listhandler.cpp	/^void listhandler::Up_ButtonClick(bool checked)$/;"	f	class:listhandler
544UpdatePlacement	showgraph/GraphView/graph_view.cpp	/^void GGraph::UpdatePlacement()$/;"	f	class:GGraph
545Utils	showgraph/Utils/utils_iface.h	/^namespace Utils$/;"	n
546VEdge	showgraph/GraphView/visible_edge.cpp	/^VEdge::VEdge( GEdge *prototype)$/;"	f	class:VEdge
547VEdge	showgraph/GraphView/visible_edge.cpp	/^VEdge::VEdge( GNode *pred_node, GNode *succ_node):$/;"	f	class:VEdge
548VEdge	showgraph/GraphView/visible_edge.h	/^class VEdge$/;"	c
549VISIBLE_EDGE_H	showgraph/GraphView/visible_edge.h	/^#define VISIBLE_EDGE_H$/;"	d
550WHOLE_GRAPH_VIEW	showgraph/GraphView/graph_view.h	/^    WHOLE_GRAPH_VIEW,$/;"	e	enum:GraphViewMode
551WinMain	gui/winmain.cpp	/^int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)$/;"	f
552_doc	showgraph/GraphView/node_item.h	/^    QTextDocument* _doc;$/;"	m	class:GNode
553_height	showgraph/Layout/aux_graph.h	/^    qreal _height;$/;"	m	class:Level
554_pool	showgraph/Utils/mem_obj.h	/^        Pool *_pool;$/;"	m	class:Mem::Obj
555_style	showgraph/GraphView/edge_item.h	/^    GStyle *_style;$/;"	m	class:GEdge
556_style	showgraph/GraphView/node_item.h	/^    GStyle *_style;$/;"	m	class:GNode
557_type	showgraph/Utils/conf.h	/^    OptType _type;$/;"	m	class:Option
558a	showgraph/Utils/mem_utest.cpp	/^	int a;$/;"	m	class:TestObj	file:
559a	showgraph/Utils/mem_utest.cpp	/^    quint32 a;$/;"	m	class:MyPoolObj	file:
560abs	showgraph/Utils/misc.h	/^template<class Value> inline Value abs( Value val)$/;"	f
561add	showgraph/Layout/aux_graph.h	/^    inline void add( AuxNode *node)$/;"	f	class:Level
562addNode	showgraph/Layout/node_group.h	/^    inline void addNode( AuxNode *node)$/;"	f	class:NodeGroup
563addOption	showgraph/Utils/conf.h	/^    inline void addOption( OptType _t, QString sname, QString lname, QString d)$/;"	f	class:Conf
564addOption	showgraph/Utils/conf.h	/^    inline void addOption( Option *opt)$/;"	f	class:Conf
565addOption	showgraph/Utils/conf.h	/^    inline void addOption( QString sname, QString lname, QString d)$/;"	f	class:Conf
566addOption	showgraph/Utils/conf.h	/^    inline void addOption( QString sname, QString lname, QString d, bool val)$/;"	f	class:Conf
567addStyle	showgraph/GraphView/graph_view.h	/^    void addStyle( QString &name, GStyle *style)$/;"	f	class:GGraph
568addToSearchMemory	gui/searchhandler.cpp	/^void searchhandler::addToSearchMemory(const QString& searchtxt, const QString& filtertxt)$/;"	f	class:searchhandler
569add_escape_char	querylib/small_lib.cpp	/^std::string add_escape_char(const char* oristr, char chr2escp, char escpchr)$/;"	f
570add_escape_char	querylib/small_lib.cpp	/^std::string add_escape_char(std::string ori, char chr2escp, char escpchr)$/;"	f
571add_symbols	makedb/cs2sq.cpp	/^cs2sq::enResult cs2sq::add_symbols(void)$/;"	f	class:cs2sq
572add_symdata	makedb/cs2sq.cpp	/^cs2sq::enResult cs2sq::add_symdata(symdatalist sdlist, const char* lineid, idxcounter* idx)$/;"	f	class:cs2sq
573adjEdgesNum	showgraph/Layout/node_group.h	/^    inline unsigned int adjEdgesNum() const$/;"	f	class:NodeGroup
574adjust	showgraph/GraphView/edge_helper.cpp	/^EdgeHelper::adjust()$/;"	f	class:EdgeHelper
575adjust	showgraph/GraphView/edge_item.cpp	/^EdgeItem::adjust()$/;"	f	class:EdgeItem
576adjustAssociates	showgraph/GraphView/node_item.cpp	/^void NodeItem::adjustAssociates()$/;"	f	class:NodeItem
577adjustScrollBar	gui/graphdialog.cpp	/^void cqDialogGraph::adjustScrollBar(QScrollBar *scrollBar, double factor)$/;"	f	class:cqDialogGraph
578adjustStyles	showgraph/GraphView/edge_item.cpp	/^GEdge::adjustStyles()$/;"	f	class:GEdge
579adjustVerticalLevels	showgraph/Layout/layout.cpp	/^void AuxGraph::adjustVerticalLevels()$/;"	f	class:AuxGraph
580advance	showgraph/GraphView/node_item.cpp	/^bool NodeItem::advance()$/;"	f	class:NodeItem
581advanceNodes	showgraph/GraphView/graph_view.cpp	/^void GraphView::advanceNodes()$/;"	f	class:GraphView
582advanceView	showgraph/GraphView/graph_view.cpp	/^void GraphView::advanceView()$/;"	f	class:GraphView
583allocEvent	showgraph/Utils/mem_mgr.cpp	/^MemEventId MemInfo::allocEvent()$/;"	f	class:MemInfo
584allocReg	showgraph/Utils/mem_mgr.cpp	/^void MemInfo::allocReg( MemEventId n)$/;"	f	class:MemInfo
585alloc_counter	showgraph/Utils/mem_mgr.h	/^        MemEventId alloc_counter;$/;"	m	class:MemImpl::MemInfo
586alloc_event	showgraph/Utils/mem_entry.h	/^        MemEventId alloc_event;$/;"	m	class:MemImpl::Entry
587allocate	showgraph/Utils/mem_fixed_pool.h	/^    FixedPool<Data>::allocate( size_t size)$/;"	f	class:Mem::FixedPool
588allocateChunk	showgraph/Utils/mem_fixed_pool.h	/^    FixedPool< Data>::allocateChunk()$/;"	f	class:Mem::FixedPool
589allocateEntry	showgraph/Utils/mem_chunk.h	/^    Chunk< Data>::allocateEntry()$/;"	f	class:MemImpl::Chunk
590alternate_background	showgraph/GraphView/node_item.h	/^    bool alternate_background; $/;"	m	class:NodeItem
591analyze	makedb/sqlbase.cpp	/^int sqlbase::analyze(const char* fn, const bool& debug)$/;"	f	class:sqlbase
592app_name	showgraph/Utils/conf.h	/^    QString app_name;$/;"	m	class:Conf
593areEqP	showgraph/Utils/misc.h	/^inline bool areEqP( const void *p1, const void *p2)$/;"	f
594areNotEqP	showgraph/Utils/misc.h	/^inline bool areNotEqP( const void *p1, const void *p2)$/;"	f
595argIndex	makedb/optlist.h	/^    int argIndex;$/;"	m	struct:option_t
596argument	makedb/optlist.h	/^    char *argument;$/;"	m	struct:option_t
597arrangeHorizontally	showgraph/Layout/layout.cpp	/^AuxGraph::arrangeHorizontally()$/;"	f	class:AuxGraph
598arrangeHorizontallyWOStable	showgraph/Layout/layout.cpp	/^void AuxGraph::arrangeHorizontallyWOStable()$/;"	f	class:AuxGraph
599arrangeHorizontallyWithStable	showgraph/Layout/layout.cpp	/^AuxGraph::arrangeHorizontallyWithStable( Rank min, Rank max)$/;"	f	class:AuxGraph
600arrangeLevel	showgraph/Layout/layout.cpp	/^void arrangeLevel( Level *level, GraphDir dir, bool commit_placement, bool first_pass)$/;"	f
601arrangeNodes	showgraph/Layout/layout.cpp	/^void Level::arrangeNodes( GraphDir dir, bool commit_placement, bool first_pass)$/;"	f	class:Level
602arrowSize	showgraph/GraphView/gview_impl.h	/^const qreal arrowSize = 10;$/;"	v
603assert	showgraph/Utils/asrt.h	/^inline void assert( bool asrt)$/;"	f
604assert	showgraph/Utils/asrt.h	/^template<class Excpt> inline void assert( bool asrt, Excpt e)$/;"	f
605assert	showgraph/Utils/asrt.h	/^template<class Excpt> inline void assert( bool assertion)$/;"	f
606assertd	showgraph/Utils/asrt.h	/^inline void assertd( bool asrt)$/;"	f
607assign	querylib/small_lib.cpp	/^void smartFILE::assign(FILE* fptr) {setme(fptr);}$/;"	f	class:smartFILE
608assign	querylib/small_lib.cpp	/^void smartFILE::assign(const smartFILE& sfp) {setme(sfp.m_fp);}$/;"	f	class:smartFILE
609attach	showgraph/Utils/list.h	/^    inline void attach( ListId list, MListItem< dim>* peer)$/;"	f	class:MListItem
610attach	showgraph/Utils/list.h	/^    inline void attach( MListItem< 1>* peer)$/;"	f	class:MListItem
611attachInDir	showgraph/Utils/list.h	/^    inline void attachInDir( ListId list, MListItem< dim>* p, ListDir dir)$/;"	f	class:MListItem
612attachInDir	showgraph/Utils/list.h	/^    inline void attachInDir( MListItem< 1>* p, ListDir dir)$/;"	f	class:MListItem
613autoCompleteFinished	gui/searchhandler.cpp	/^void searchhandler::autoCompleteFinished()$/;"	f	class:searchhandler
614autoCompleteStateChanged	gui/searchhandler.cpp	/^void searchhandler::autoCompleteStateChanged(int state)$/;"	f	class:searchhandler
615b	showgraph/Utils/mem_utest.cpp	/^    quint32 b;$/;"	m	class:MyPoolObj	file:
616barycenter	showgraph/Layout/aux_node.h	/^    qreal barycenter;$/;"	m	class:AuxNode
617barycenter	showgraph/Layout/node_group.h	/^    qreal barycenter;$/;"	m	class:NodeGroup
618bc	showgraph/Layout/aux_node.h	/^    inline qreal bc() const$/;"	f	class:AuxNode
619bc	showgraph/Layout/node_group.h	/^    inline qreal bc() const$/;"	f	class:NodeGroup
620bgcolor	gui/themes.cpp	/^	const char *bgcolor;$/;"	m	struct:__anon2	file:
621bold_border	showgraph/GraphView/node_item.h	/^    bool bold_border;$/;"	m	class:NodeItem
622bool_val	showgraph/Utils/conf.h	/^    bool bool_val;$/;"	m	union:OptValues
623borderRect	showgraph/GraphView/node_item.cpp	/^NodeItem::borderRect() const$/;"	f	class:NodeItem
624border_left	showgraph/Layout/node_group.h	/^    qreal border_left;$/;"	m	class:NodeGroup
625border_right	showgraph/Layout/node_group.h	/^    qreal border_right;$/;"	m	class:NodeGroup
626boundingRect	showgraph/GraphView/edge_helper.cpp	/^EdgeHelper::boundingRect() const$/;"	f	class:EdgeHelper
627boundingRect	showgraph/GraphView/edge_item.cpp	/^EdgeItem::boundingRect() const$/;"	f	class:EdgeItem
628boundingRect	showgraph/GraphView/node_item.cpp	/^NodeItem::boundingRect() const$/;"	f	class:NodeItem
629boxPath	showgraph/GraphView/node_item.cpp	/^inline QPainterPath boxPath( QRectF rect)$/;"	f
630boxRect	showgraph/GraphView/node_item.cpp	/^inline QRectF boxRect( QRectF rect)$/;"	f
631box_adjust	showgraph/GraphView/node_item.cpp	/^const qreal box_adjust = 5;$/;"	v
632brush	showgraph/GraphView/gstyle.h	/^inline QBrush GStyle::brush() const$/;"	f	class:GStyle
633brush_priv	showgraph/GraphView/gstyle.h	/^    QBrush brush_priv;$/;"	m	class:GStyle
634btmRight	showgraph/GraphView/edge_helper.h	/^    QPointF btmRight;$/;"	m	class:EdgeHelper
635btmRight	showgraph/GraphView/edge_item.h	/^    QPointF btmRight;$/;"	m	class:EdgeItem
636busy	showgraph/Utils/mem_chunk.h	/^        ChunkPos busy;$/;"	m	class:MemImpl::Chunk
637cAdditionalRules	gui/obsolete/highlighter.cpp	/^ void Highlighter::cAdditionalRules(const QString &text)$/;"	f	class:Highlighter
638cHighlightingRules	gui/obsolete/highlighter.h	/^     QVector<HighlightingRule> cHighlightingRules;$/;"	m	class:Highlighter
639called	showgraph/Utils/mem_utest.cpp	/^    bool *called;$/;"	m	class:MyPoolObj	file:
640calling_func	makedb/csdbparser.h	/^std::string calling_func;$/;"	m	class:sym_data
641calling_macro	makedb/csdbparser.h	/^std::string calling_macro;$/;"	m	class:sym_data
642cancel	showgraph/GraphView/style_edit.h	/^    QPushButton *cancel;$/;"	m	class:StyleEdit
643changeFillStyle	showgraph/GraphView/style_edit.cpp	/^void StyleEdit::changeFillStyle()$/;"	f	class:StyleEdit
644changeLineStyle	showgraph/GraphView/style_edit.cpp	/^void StyleEdit::changeLineStyle()$/;"	f	class:StyleEdit
645changeLineWidth	showgraph/GraphView/style_edit.cpp	/^void StyleEdit::changeLineWidth( double width)$/;"	f	class:StyleEdit
646changeShape	showgraph/GraphView/style_edit.cpp	/^void StyleEdit::changeShape()$/;"	f	class:StyleEdit
647changeStyleName	showgraph/GraphView/style_edit.cpp	/^void StyleEdit::changeStyleName()$/;"	f	class:StyleEdit
648charAtPos	gui/obsolete/highlighter.cpp	/^ #define charAtPos(/;"	d	file:
649checkDelItems	showgraph/GraphView/graph_view.h	/^    inline void checkDelItems()$/;"	f	class:GraphView
650checkNodes	showgraph/Graph/edge.cpp	/^bool Edge::checkNodes( Node* _pred, Node* _succ)$/;"	f	class:Edge
651checkUpDown	gui/listhandler.cpp	/^void listhandler::checkUpDown(void)$/;"	f	class:listhandler
652check_fileExists	querylib/small_lib.cpp	/^bool check_fileExists(const char *fn)$/;"	f
653chomp	querylib/small_lib.cpp	/^const char* chomp(char* str)$/;"	f
654chr	makedb/csdbparser.cpp	/^int chr;$/;"	m	struct:__anon5	file:
655chr2enum	makedb/csdbparser.cpp	/^} chr2enum;$/;"	t	typeref:struct:__anon5	file:
656circlePath	showgraph/GraphView/node_item.cpp	/^inline QPainterPath circlePath( QRectF rect)$/;"	f
657circleRect	showgraph/GraphView/node_item.cpp	/^inline QRectF circleRect( QRectF rect)$/;"	f
658classA	showgraph/Utils/list_utest.cpp	/^class classA: public MListIface< classA, MListItem<LISTS_NUM>, LISTS_NUM>$/;"	c	file:
659classA	showgraph/Utils/utils_utest.cpp	/^    classA( const classA&){};$/;"	f	class:classA	file:
660classA	showgraph/Utils/utils_utest.cpp	/^    classA(){};$/;"	f	class:classA	file:
661classA	showgraph/Utils/utils_utest.cpp	/^class classA$/;"	c	file:
662classifyEdges	showgraph/Layout/layout.cpp	/^void AuxGraph::classifyEdges()$/;"	f	class:AuxGraph
663clear	makedb/csdbparser.cpp	/^void sym_data::clear(void)$/;"	f	class:sym_data
664clear	makedb/csdbparser.cpp	/^void symdata_pack::clear(void)$/;"	f	class:symdata_pack
665clear	querylib/small_lib.cpp	/^void tempbuf::clear(void) {*m_buffer = 0;}$/;"	f	class:tempbuf
666clear	showgraph/Graph/marker.h	/^inline void Marked::clear( MarkerIndex i)$/;"	f	class:Marked
667clear	showgraph/Graph/num.h	/^Numbered::clear( NumIndex i)$/;"	f	class:Numbered
668clearList	gui/fileviewer.cpp	/^void fileviewer::clearList()$/;"	f	class:fileviewer
669clearList	gui/listhandler.cpp	/^void listhandler::clearList()$/;"	f	class:listhandler
670clearMarkersInObjects	showgraph/Graph/graph.cpp	/^Graph::clearMarkersInObjects()$/;"	f	class:Graph
671clearNodesPriority	showgraph/GraphView/graph_view.cpp	/^void GGraph::clearNodesPriority()$/;"	f	class:GGraph
672clearNumerationsInObjects	showgraph/Graph/graph.cpp	/^Graph::clearNumerationsInObjects()$/;"	f	class:Graph
673clearSearch	showgraph/GraphView/graph_view.cpp	/^void GraphView::clearSearch()$/;"	f	class:GraphView
674clearUnusedMarkers	showgraph/Graph/marker.h	/^MarkerManager::clearUnusedMarkers( Marked *m_obj)$/;"	f	class:MarkerManager
675clearUnusedNumerations	showgraph/Graph/num.h	/^inline void NumManager::clearUnusedNumerations( Numbered *n_obj)$/;"	f	class:NumManager
676close_csdb	makedb/cs2sq.cpp	/^void cs2sq::close_csdb(void)$/;"	f	class:cs2sq
677close_db	makedb/cs2sq.cpp	/^void cs2sq::close_db(void)$/;"	f	class:cs2sq
678close_dbfile	querylib/sqlquery.cpp	/^void sqlquery::close_dbfile(void)$/;"	f	class:sqlquery
679close_file	makedb/csdbparser.cpp	/^void csdbparser::close_file(void)$/;"	f	class:csdbparser
680close_file	querylib/small_lib.cpp	/^void smartFILE::close_file(void)$/;"	f	class:smartFILE
681close_files	makedb/ctagread.cpp	/^void ctagread::close_files(void)$/;"	f	class:ctagread
682cls	makedb/ctagread.h	/^	std::string cls;$/;"	m	struct:__anon6
683codeEditor	gui/obsolete/CodeEditor.h	/^     CodeEditor *codeEditor;$/;"	m	class:LineNumberArea
684collateGrep	gui/searchhandler.cpp	/^void searchhandler::collateGrep(sqlqueryresultlist &result,$/;"	f	class:searchhandler
685color	showgraph/GraphView/style_edit.h	/^    QColor color;$/;"	m	class:ColorButton
686compare	gui/fileviewer.cpp	/^bool filedata::compare(const filedata& fd)$/;"	f	class:filedata
687compare	gui/searchhandler.cpp	/^int searchitem::compare(const searchitem& otheritem)$/;"	f	class:searchitem
688compareBc	showgraph/Layout/node_group.cpp	/^bool compareBc( AuxNode* node1,$/;"	f
689compareFilenameOnly	gui/fileviewer.cpp	/^bool filedata::compareFilenameOnly(const filedata& fd)$/;"	f	class:filedata
690compareGroups	showgraph/Layout/layout.cpp	/^bool compareGroups( NodeGroup* g1,$/;"	f
691compareOrders	showgraph/Layout/layout.cpp	/^bool compareOrders( AuxNode* node1,$/;"	f
692constchar	querylib/small_lib.cpp	/^const char* tempbuf::constchar(void)$/;"	f	class:tempbuf
693contains	showgraph/GraphView/node_item.cpp	/^bool NodeItem::contains(const QPointF &point) const$/;"	f	class:NodeItem
694contextMenuEvent	showgraph/GraphView/graph_view.cpp	/^GraphView::contextMenuEvent( QContextMenuEvent * e)$/;"	f	class:GraphView
695convertToImage	showgraph/showgraph.cpp	/^QImage showgraph::convertToImage(QString grpxml)$/;"	f	class:showgraph
696cp1	showgraph/GraphView/edge_helper.h	/^    QPointF cp1;$/;"	m	class:EdgeHelper
697cp1	showgraph/GraphView/edge_item.h	/^    QPointF cp1;$/;"	m	class:EdgeItem
698cp2	showgraph/GraphView/edge_helper.h	/^    QPointF cp2;$/;"	m	class:EdgeHelper
699cp2	showgraph/GraphView/edge_item.h	/^    QPointF cp2;$/;"	m	class:EdgeItem
700cppFormat	gui/obsolete/highlighter.h	/^     QTextCharFormat cppFormat;$/;"	m	class:Highlighter
701cpp_Bespin	gui/themes_gen.cpp	/^static const lexstyle cpp_Bespin[] = {$/;"	v	file:
702cpp_Black_board	gui/themes_gen.cpp	/^static const lexstyle cpp_Black_board[] = {$/;"	v	file:
703cpp_Choco	gui/themes_gen.cpp	/^static const lexstyle cpp_Choco[] = {$/;"	v	file:
704cpp_Deep_Black	gui/themes_gen.cpp	/^static const lexstyle cpp_Deep_Black[] = {$/;"	v	file:
705cpp_Eclipse_Default	gui/themes_gen.cpp	/^static const lexstyle cpp_Eclipse_Default[] = {$/;"	v	file:
706cpp_Hello_Kitty	gui/themes_gen.cpp	/^static const lexstyle cpp_Hello_Kitty[] = {$/;"	v	file:
707cpp_HotFudgeSundae	gui/themes_gen.cpp	/^static const lexstyle cpp_HotFudgeSundae[] = {$/;"	v	file:
708cpp_Mono_Industrial	gui/themes_gen.cpp	/^static const lexstyle cpp_Mono_Industrial[] = {$/;"	v	file:
709cpp_Monokai	gui/themes_gen.cpp	/^static const lexstyle cpp_Monokai[] = {$/;"	v	file:
710cpp_MossyLawn	gui/themes_gen.cpp	/^static const lexstyle cpp_MossyLawn[] = {$/;"	v	file:
711cpp_Navajo	gui/themes_gen.cpp	/^static const lexstyle cpp_Navajo[] = {$/;"	v	file:
712cpp_NotepadPlusPlus	gui/themes_gen.cpp	/^static const lexstyle cpp_NotepadPlusPlus[] = {$/;"	v	file:
713cpp_Obsidian	gui/themes_gen.cpp	/^static const lexstyle cpp_Obsidian[] = {$/;"	v	file:
714cpp_Plastic_Code_Wrap	gui/themes_gen.cpp	/^static const lexstyle cpp_Plastic_Code_Wrap[] = {$/;"	v	file:
715cpp_Ruby_Blue	gui/themes_gen.cpp	/^static const lexstyle cpp_Ruby_Blue[] = {$/;"	v	file:
716cpp_Solarized	gui/themes_gen.cpp	/^static const lexstyle cpp_Solarized[] = {$/;"	v	file:
717cpp_Solarized_light	gui/themes_gen.cpp	/^static const lexstyle cpp_Solarized_light[] = {$/;"	v	file:
718cpp_Twilight	gui/themes_gen.cpp	/^static const lexstyle cpp_Twilight[] = {$/;"	v	file:
719cpp_Vibrant_Ink	gui/themes_gen.cpp	/^static const lexstyle cpp_Vibrant_Ink[] = {$/;"	v	file:
720cpp_Zenburn	gui/themes_gen.cpp	/^static const lexstyle cpp_Zenburn[] = {$/;"	v	file:
721cpp_khaki	gui/themes_gen.cpp	/^static const lexstyle cpp_khaki[] = {$/;"	v	file:
722cpp_vim_Dark_Blue	gui/themes_gen.cpp	/^static const lexstyle cpp_vim_Dark_Blue[] = {$/;"	v	file:
723cppstyle	gui/themes_gen.cpp	/^static const langstyle cppstyle[] = {$/;"	v	file:
724cqDialogAbout	gui/aboutdialog.cpp	/^cqDialogAbout::cqDialogAbout(QWidget *parent)$/;"	f	class:cqDialogAbout
725cqDialogAbout	gui/aboutdialog.h	/^class cqDialogAbout : public QDialog$/;"	c
726cqDialogFileViewSettings	gui/fileviewsettingsdialog.cpp	/^cqDialogFileViewSettings::cqDialogFileViewSettings(QWidget *parent,$/;"	f	class:cqDialogFileViewSettings
727cqDialogFileViewSettings	gui/fileviewsettingsdialog.h	/^class cqDialogFileViewSettings : public QDialog$/;"	c
728cqDialogGraph	gui/graphdialog.cpp	/^cqDialogGraph::cqDialogGraph(QWidget *parent)$/;"	f	class:cqDialogGraph
729cqDialogGraph	gui/graphdialog.h	/^class cqDialogGraph : public QDialog$/;"	c
730createActions	showgraph/GraphView/graph_view.cpp	/^void GraphView::createActions()$/;"	f	class:GraphView
731createEdge	showgraph/Graph/agraph.h	/^inline Edge * AGraph::createEdge( int _id, Node *_pred, Node* _succ)$/;"	f	class:AGraph
732createEdge	showgraph/Graph/graph.cpp	/^Graph::createEdge( int _id, Node *_pred, Node* _succ)$/;"	f	class:Graph
733createEdge	showgraph/GraphView/graph_view.h	/^    bool createEdge;$/;"	m	class:GraphView
734createEdge	showgraph/GraphView/graph_view.h	/^    virtual Edge * createEdge( int _id, Node *_pred, Node* _succ)$/;"	f	class:GGraph
735createEdge	showgraph/Layout/aux_graph.h	/^    virtual Edge * createEdge( int _id, Node *_pred, Node* _succ)$/;"	f	class:AuxGraph
736createEdgeLabel	showgraph/GraphView/graph_view.cpp	/^void GGraph::createEdgeLabel( QPointF pos)$/;"	f	class:GGraph
737createEdgeLabel	showgraph/GraphView/graph_view.cpp	/^void GraphView::createEdgeLabel()$/;"	f	class:GraphView
738createEdgeLabelAct	showgraph/GraphView/graph_view.h	/^    QAction *createEdgeLabelAct;$/;"	m	class:GraphView
739createFontList	gui/fileviewer.cpp	/^void fileviewer::createFontList(void)$/;"	f	class:fileviewer
740createMenuForEdge	showgraph/GraphView/graph_view.cpp	/^QMenu* GraphView::createMenuForEdge( GEdge *e)$/;"	f	class:GraphView
741createMenuForNode	showgraph/GraphView/graph_view.cpp	/^QMenu* GraphView::createMenuForNode( GNode *n)$/;"	f	class:GraphView
742createMenus	showgraph/GraphView/graph_view.cpp	/^void GraphView::createMenus()$/;"	f	class:GraphView
743createNode	showgraph/Graph/agraph.h	/^inline Node * AGraph::createNode( int _id)$/;"	f	class:AGraph
744createNode	showgraph/Graph/graph.cpp	/^Graph::createNode( int _id)$/;"	f	class:Graph
745createNode	showgraph/GraphView/graph_view.h	/^    virtual Node * createNode( int _id)$/;"	f	class:GGraph
746createNode	showgraph/Layout/aux_graph.h	/^    virtual Node * createNode( int _id)$/;"	f	class:AuxGraph
747createPools	showgraph/Graph/agraph.h	/^    void createPools()$/;"	f	class:AGraph
748createPools	showgraph/Graph/graph.cpp	/^void Graph::createPools()$/;"	f	class:Graph
749createSESelected	showgraph/GraphView/graph_view.cpp	/^void GraphView::createSESelected()$/;"	f	class:GraphView
750createSelfEdge	showgraph/GraphView/graph_view.cpp	/^void GGraph::createSelfEdge()$/;"	f	class:GGraph
751createSelfEdgeAct	showgraph/GraphView/graph_view.h	/^    QAction *createSelfEdgeAct;$/;"	m	class:GraphView
752createWidget	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.cpp	/^ QWidget *CodeEditorWidgetPlugin::createWidget(QWidget *parent)$/;"	f	class:CodeEditorWidgetPlugin
753create_buf	makedb/csdbparser.cpp	/^void csdbparser::create_buf(int size)$/;"	f	class:csdbparser
754cs2sq	makedb/cs2sq.cpp	/^cs2sq::cs2sq()$/;"	f	class:cs2sq
755cs2sq	makedb/cs2sq.h	/^class cs2sq : public sqlbase$/;"	c
756csdbheader	makedb/csdbheader.cpp	/^csdbheader::csdbheader()$/;"	f	class:csdbheader
757csdbheader	makedb/csdbheader.cpp	/^csdbheader::csdbheader(tStr hdr)$/;"	f	class:csdbheader
758csdbheader	makedb/csdbheader.h	/^class csdbheader$/;"	c
759csdbparser	makedb/csdbparser.cpp	/^csdbparser::csdbparser()$/;"	f	class:csdbparser
760csdbparser	makedb/csdbparser.h	/^class csdbparser$/;"	c
761ctagread	makedb/ctagread.cpp	/^ctagread::ctagread()$/;"	f	class:ctagread
762ctagread	makedb/ctagread.h	/^class ctagread : public sqlbase$/;"	c
763cur_level	showgraph/Layout/aux_graph.h	/^    int cur_level; \/\/last processed level$/;"	m	class:AuxGraph
764cur_pass	showgraph/Layout/aux_graph.h	/^    int cur_pass; \/\/ current pass$/;"	m	class:AuxGraph
765currPos	showgraph/GraphView/graph_view.h	/^    inline QPointF currPos() const$/;"	f	class:GraphView
766curr_mode	showgraph/GraphView/edge_item.h	/^    EdgeMode curr_mode;$/;"	m	class:EdgeItem
767curr_pos	showgraph/GraphView/graph_view.h	/^    QPointF curr_pos;$/;"	m	class:GraphView
768data	showgraph/GraphView/graph_view.h	/^    NavEventData data;$/;"	m	class:NavEvent
769data	showgraph/Utils/list.h	/^    inline Data *data() const$/;"	f	class:ListItem
770data_p	showgraph/Utils/list.h	/^    Data *data_p;$/;"	m	class:ListItem
771deallocEvent	showgraph/Utils/mem_mgr.cpp	/^MemEventId MemInfo::deallocEvent()$/;"	f	class:MemInfo
772deallocReg	showgraph/Utils/mem_mgr.cpp	/^void MemInfo::deallocReg( MemEventId n)$/;"	f	class:MemInfo
773dealloc_counter	showgraph/Utils/mem_mgr.h	/^        MemEventId dealloc_counter;$/;"	m	class:MemImpl::MemInfo
774dealloc_event	showgraph/Utils/mem_entry.h	/^        MemEventId dealloc_event;$/;"	m	class:MemImpl::Entry
775deallocate	showgraph/Utils/mem_fixed_pool.h	/^    FixedPool<Data>::deallocate( void *ptr)$/;"	f	class:Mem::FixedPool
776deallocateChunk	showgraph/Utils/mem_fixed_pool.h	/^    FixedPool<Data>::deallocateChunk( MemImpl::Chunk< Data> *chunk)$/;"	f	class:Mem::FixedPool
777deallocateEntry	showgraph/Utils/mem_chunk.h	/^    Chunk< Data>::deallocateEntry( Entry<Data> *e)$/;"	f	class:MemImpl::Chunk
778debugPrint	showgraph/Graph/edge.cpp	/^Edge::debugPrint()$/;"	f	class:Edge
779debugPrint	showgraph/Graph/graph.cpp	/^Graph::debugPrint()$/;"	f	class:Graph
780debugPrint	showgraph/Graph/node.cpp	/^Node::debugPrint()$/;"	f	class:Node
781debugPrint	showgraph/Layout/aux_graph.h	/^    virtual void debugPrint()$/;"	f	class:AuxGraph
782debugPrint	showgraph/Layout/aux_node.h	/^    inline void debugPrint()$/;"	f	class:AuxNode
783decNumItems	showgraph/GraphView/gstyle.h	/^inline void GStyle::decNumItems()$/;"	f	class:GStyle
784decRefCount	showgraph/Utils/mem_obj.h	/^		inline void decRefCount()$/;"	f	class:Mem::Obj
785defBoolVal	showgraph/Utils/conf.h	/^    inline bool defBoolVal() const$/;"	f	class:Option
786def_values	showgraph/Utils/conf.h	/^    OptValues def_values;$/;"	m	class:Option
787defaultbgcolor	gui/themes.cpp	/^	const char *defaultbgcolor;$/;"	m	struct:__anon3	file:
788defaultfgcolor	gui/themes.cpp	/^	const char *defaultfgcolor;$/;"	m	struct:__anon3	file:
789defined	showgraph/Utils/conf.h	/^    bool defined;$/;"	m	class:Option
790deinit	showgraph/Utils/singleton.h	/^Single< T>::deinit()$/;"	f	class:Single
791del_edge_items	showgraph/GraphView/graph_view.h	/^    QList< EdgeItem* > del_edge_items;$/;"	m	class:GraphView
792del_node_items	showgraph/GraphView/graph_view.h	/^    QList< NodeItem* > del_node_items;$/;"	m	class:GraphView
793deleteEdge	showgraph/Graph/graph_inline.h	/^inline void Graph::deleteEdge( void *e)$/;"	f	class:Graph
794deleteEdgeInDir	showgraph/Graph/node_inline.h	/^Node::deleteEdgeInDir( GraphDir dir, Edge* edge)$/;"	f	class:Node
795deleteEdgeWithControls	showgraph/GraphView/graph_view.cpp	/^void GGraph::deleteEdgeWithControls( GEdge *edge)$/;"	f	class:GGraph
796deleteEdges	showgraph/GraphView/graph_view.cpp	/^void GGraph::deleteEdges()$/;"	f	class:GGraph
797deleteItemAct	showgraph/GraphView/graph_view.h	/^    QAction *deleteItemAct;$/;"	m	class:GraphView
798deleteItems	showgraph/GraphView/graph_view.cpp	/^GraphView::deleteItems()$/;"	f	class:GraphView
799deleteLaterEdgeItem	showgraph/GraphView/graph_view.h	/^    void deleteLaterEdgeItem( EdgeItem *item)$/;"	f	class:GraphView
800deleteLaterNodeItem	showgraph/GraphView/graph_view.h	/^    void deleteLaterNodeItem( NodeItem *item)$/;"	f	class:GraphView
801deleteLevels	showgraph/Layout/aux_graph.cpp	/^AuxGraph::deleteLevels()$/;"	f	class:AuxGraph
802deleteNode	showgraph/Graph/graph_inline.h	/^inline void Graph::deleteNode( void *n)$/;"	f	class:Graph
803deleteNodes	showgraph/GraphView/graph_view.cpp	/^void GGraph::deleteNodes()$/;"	f	class:GGraph
804deletePred	showgraph/Graph/node_inline.h	/^inline void Node::deletePred( Edge* edge)$/;"	f	class:Node
805deleteSelected	showgraph/GraphView/graph_view.cpp	/^void GraphView::deleteSelected()$/;"	f	class:GraphView
806deleteSucc	showgraph/Graph/node_inline.h	/^inline void Node::deleteSucc( Edge* edge)$/;"	f	class:Node
807deltaInDir	showgraph/GraphView/navigation.cpp	/^qreal NodeNav::deltaInDir( QPointF point, QPointF ref, NavDirection dir)$/;"	f	class:NodeNav
808desc	makedb/csdbparser.cpp	/^const char* desc;$/;"	m	struct:__anon5	file:
809descr	showgraph/Utils/conf.h	/^    QString descr;$/;"	m	class:Option
810destroy	showgraph/Utils/mem_fixed_pool.h	/^    FixedPool<Data>::destroy( void *ptr)$/;"	f	class:Mem::FixedPool
811destroyPools	showgraph/Graph/graph.cpp	/^void Graph::destroyPools()$/;"	f	class:Graph
812destroy_buf	makedb/csdbparser.cpp	/^void csdbparser::destroy_buf(void)$/;"	f	class:csdbparser
813detach	showgraph/Utils/list.h	/^    inline void detach( ListId list)$/;"	f	class:MListItem
814detach	showgraph/Utils/list.h	/^    inline void detach()$/;"	f	class:MListItem
815detachAll	showgraph/Utils/list.h	/^    inline void detachAll()$/;"	f	class:MListItem
816detachEdge	showgraph/Graph/graph_inline.h	/^inline void Graph::detachEdge( Edge * edge)$/;"	f	class:Graph
817detachFromGraph	showgraph/Graph/edge.h	/^	inline void detachFromGraph()$/;"	f	class:Edge
818detachFromGraph	showgraph/Graph/node_inline.h	/^inline void Node::detachFromGraph()$/;"	f	class:Node
819detachFromNode	showgraph/Graph/edge_inline.h	/^Edge::detachFromNode( GraphDir dir)$/;"	f	class:Edge
820detachNode	showgraph/Graph/graph_inline.h	/^inline void Graph::detachNode( Node* node)$/;"	f	class:Graph
821dialog	showgraph/GraphView/graph_view.h	/^        StyleEdit* dialog;$/;"	m	struct:GraphView::StyleEditInfo
822dialog	showgraph/GraphView/graph_view.h	/^    QProgressDialog *dialog;$/;"	m	class:GraphView
823dialog_ui	gui/aboutdialog.h	/^Ui::aboutDialog *dialog_ui;$/;"	m	class:cqDialogAbout
824dialog_ui	gui/fileviewsettingsdialog.h	/^Ui::fileViewSettingsDialog *dialog_ui;$/;"	m	class:cqDialogFileViewSettings
825dialog_ui	gui/graphdialog.h	/^Ui::DialogGraph *dialog_ui;$/;"	m	class:cqDialogGraph
826diamondPath	showgraph/GraphView/node_item.cpp	/^inline QPainterPath diamondPath( QRectF rect)$/;"	f
827diamondRect	showgraph/GraphView/node_item.cpp	/^inline QRectF diamondRect( QRectF rect)$/;"	f
828doGrep	gui/searchhandler.cpp	/^sqlqueryresultlist searchhandler::doGrep(const QString &fp)$/;"	f	class:searchhandler
829doLayout	showgraph/GraphView/graph_view.cpp	/^void GGraph::doLayout()$/;"	f	class:GGraph
830doLayout	showgraph/Layout/layout.cpp	/^void AuxGraph::doLayout()$/;"	f	class:AuxGraph
831doLayoutConcurrent	showgraph/Layout/layout.cpp	/^void AuxGraph::doLayoutConcurrent()$/;"	f	class:AuxGraph
832doLayoutSingle	showgraph/GraphView/graph_view.cpp	/^void GGraph::doLayoutSingle()$/;"	f	class:GGraph
833doc	showgraph/GraphView/node_item.h	/^    inline QTextDocument *doc() const$/;"	f	class:GNode
834domXml	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.cpp	/^ QString CodeEditorWidgetPlugin::domXml() const$/;"	f	class:CodeEditorWidgetPlugin
835dragEnterEvent	showgraph/GraphView/graph_view.cpp	/^void GraphView::dragEnterEvent(QDragEnterEvent *event)$/;"	f	class:GraphView
836dragMoveEvent	showgraph/GraphView/graph_view.cpp	/^void GraphView::dragMoveEvent( QDragMoveEvent *event)$/;"	f	class:GraphView
837drawBackground	showgraph/GraphView/graph_view.cpp	/^GraphView::drawBackground(QPainter *painter, const QRectF &rect)$/;"	f	class:GraphView
838dropEvent	showgraph/GraphView/graph_view.cpp	/^void GraphView::dropEvent(QDropEvent *event)$/;"	f	class:GraphView
839dst	showgraph/GraphView/edge_helper.h	/^EdgeHelper::dst() const$/;"	f	class:EdgeHelper
840dstP	showgraph/GraphView/edge_helper.h	/^    QPointF dstP;$/;"	m	class:EdgeHelper
841dstP	showgraph/GraphView/edge_item.h	/^    QPointF dstP;$/;"	m	class:EdgeItem
842dst_item	showgraph/GraphView/edge_helper.h	/^    NodeItem *dst_item;$/;"	m	class:EdgeHelper
843dummy	showgraph/Graph/agraph.h	/^    int dummy; \/\/Dummy class member$/;"	m	class:AGraph
844dummy	showgraph/Graph/agraph.h	/^    int dummy;$/;"	m	class:AEdge
845dummy	showgraph/Graph/agraph.h	/^    int dummy;$/;"	m	class:ANode
846dummy_ptr	showgraph/Utils/mem_chunk.h	/^        void *dummy_ptr; \/\/for alignment$/;"	m	class:MemImpl::Chunk
847edge	showgraph/Graph/node_inline.h	/^EdgeIterIface< EdgeIterImpl>::edge() const$/;"	f	class:EdgeIterIface
848edge	showgraph/Graph/node_iter.h	/^    inline Edge* edge() const { return edge_p;}$/;"	f	class:IterImplBase
849edge	showgraph/GraphView/edge_item.h	/^    inline GEdge* edge() const$/;"	f	class:EdgeItem
850edge	showgraph/GraphView/graph_view.h	/^        GEdge* edge;$/;"	m	struct:GraphView::StyleEditInfo
851edge	showgraph/Layout/aux_graph.h	/^        AuxEdge *edge; \/\/ Next edge$/;"	m	struct:AuxGraph::SimpleDfsStepInfo
852edge	showgraph/Layout/layout.cpp	/^    AuxEdge *edge; \/** Next edge *\/$/;"	m	struct:DfsStepInfo	file:
853edgeCount	showgraph/Graph/graph_inline.h	/^inline GraphNum Graph::edgeCount() const$/;"	f	class:Graph
854edgeInDir	showgraph/GraphView/navigation.cpp	/^NodeNav::edgeInDir( GEdge * edge, NavDirection dir) const$/;"	f	class:NodeNav
855edgeItemMenu	showgraph/GraphView/graph_view.h	/^    QMenu *edgeItemMenu;$/;"	m	class:GraphView
856edgeMenu	showgraph/GraphView/graph_view.h	/^    inline QMenu *edgeMenu() const$/;"	f	class:GraphView
857edgePool	showgraph/Graph/graph_inline.h	/^inline Pool *Graph::edgePool() const$/;"	f	class:Graph
858edge_next_id	showgraph/Graph/graph.h	/^    GraphUid edge_next_id;$/;"	m	class:Graph
859edge_num	showgraph/Graph/graph.h	/^    GraphNum edge_num;$/;"	m	class:Graph
860edge_num	showgraph/Layout/node_group.h	/^    unsigned int edge_num;$/;"	m	class:NodeGroup
861edge_p	showgraph/Graph/node_iter.h	/^    Edge *edge_p;$/;"	m	class:IterImplBase
862edge_p	showgraph/GraphView/edge_item.h	/^    GEdge* edge_p;$/;"	m	class:EdgeItem
863edge_pool	showgraph/Graph/graph.h	/^    Pool *edge_pool;$/;"	m	class:Graph
864edgesBegin	showgraph/Graph/node_inline.h	/^inline Node::EdgeIter Node::edgesBegin()$/;"	f	class:Node
865edgesEnd	showgraph/Graph/node_inline.h	/^inline Node::EdgeIter Node::edgesEnd()$/;"	f	class:Node
866editable	showgraph/GraphView/graph_view.h	/^    bool editable;$/;"	m	class:GraphView
867editableSwitchAct	showgraph/GraphView/graph_view.h	/^    QAction *editableSwitchAct;$/;"	m	class:GraphView
868elem	showgraph/Graph/edge_inline.h	/^inline QDomElement Edge::elem() const$/;"	f	class:Edge
869elem	showgraph/Graph/node_inline.h	/^inline QDomElement Node::elem() const$/;"	f	class:Node
870element	showgraph/Graph/edge.h	/^    QDomElement element;$/;"	m	class:Edge
871element	showgraph/Graph/node.h	/^    QDomElement element;$/;"	m	class:Node
872ellipsePath	showgraph/GraphView/node_item.cpp	/^inline QPainterPath ellipsePath( QRectF rect)$/;"	f
873ellipseRect	showgraph/GraphView/node_item.cpp	/^inline QRectF ellipseRect( QRectF rect)$/;"	f
874emptySelection	showgraph/GraphView/graph_view.h	/^    inline void emptySelection()$/;"	f	class:GGraph
875enHighlightCPP	gui/fileviewer.h	/^	enHighlightCPP,$/;"	e	enum:langtypes
876enHighlightCPP	gui/obsolete/highlighter.h	/^     enHighlightCPP = 0,$/;"	e	enum:enHighlightLang
877enHighlightGo	gui/fileviewer.h	/^	enHighlightGo$/;"	e	enum:langtypes
878enHighlightJava	gui/fileviewer.h	/^	enHighlightJava,$/;"	e	enum:langtypes
879enHighlightJava	gui/obsolete/highlighter.h	/^     enHighlightJava,$/;"	e	enum:enHighlightLang
880enHighlightLang	gui/obsolete/highlighter.h	/^ enum enHighlightLang$/;"	g
881enHighlightNone	gui/fileviewer.h	/^	enHighlightNone = 0,$/;"	e	enum:langtypes
882enHighlightPython	gui/fileviewer.h	/^	enHighlightPython,$/;"	e	enum:langtypes
883enHighlightPython	gui/obsolete/highlighter.h	/^     enHighlightPython$/;"	e	enum:enHighlightLang
884enHighlightRuby	gui/fileviewer.h	/^	enHighlightRuby,$/;"	e	enum:langtypes
885enResult	makedb/cs2sq.h	/^enum enResult$/;"	g	class:cs2sq
886enResult	makedb/csdbparser.h	/^enum enResult$/;"	g	class:csdbparser
887enResult	makedb/ctagread.h	/^enum enResult$/;"	g	class:ctagread
888enState	makedb/csdbparser.h	/^enum enState$/;"	g	class:csdbparser
889enSymType	makedb/csdbparser.h	/^enum enSymType$/;"	g	class:sym_data
890en_filereadstatus	querylib/sqlquery.h	/^enum en_filereadstatus$/;"	g	class:sqlquery
891en_queryType	querylib/sqlquery.h	/^enum en_queryType$/;"	g	class:sqlquery
892en_resultType	querylib/sqlquery.h	/^enum en_resultType$/;"	g	class:sqlqueryresultlist
893entry	showgraph/Utils/mem_chunk.h	/^    Chunk< Data>::entry( ChunkPos pos)$/;"	f	class:MemImpl::Chunk
894entryChunk	showgraph/Utils/mem_fixed_pool.h	/^    FixedPool<Data>::entryChunk( MemImpl::Entry< Data> *e)$/;"	f	class:Mem::FixedPool
895entry_count	showgraph/Utils/mem_fixed_pool.h	/^        EntryNum entry_count;$/;"	m	class:Mem::FixedPool
896eraseNode	showgraph/GraphView/graph_view.cpp	/^void GraphViewHistory::eraseNode( GNode *n)$/;"	f	class:GraphViewHistory
897err	showgraph/Utils/print.h	/^    inline void err( const char* format, ...)$/;"	f	namespace:PrintUtils
898events	showgraph/GraphView/graph_view.h	/^    QList< NavEvent *> events; \/\/ List of events$/;"	m	class:GraphViewHistory
899exactmatch	gui/searchhandler.h	/^	bool exactmatch;$/;"	m	class:searchitem
900execHighlightRule	gui/obsolete/highlighter.cpp	/^ void Highlighter::execHighlightRule(const HighlightingRule &rule, const QString &text)$/;"	f	class:Highlighter
901execstmt	makedb/sqlbase.cpp	/^int sqlbase::execstmt(sqlite3_stmt* pstmt, const char* v1)$/;"	f	class:sqlbase
902execstmt	makedb/sqlbase.cpp	/^int sqlbase::execstmt(sqlite3_stmt* pstmt, const char* v1, const char* v2)$/;"	f	class:sqlbase
903execstmt	makedb/sqlbase.cpp	/^int sqlbase::execstmt(sqlite3_stmt* pstmt, const char* v1, const char* v2, const char* v3)$/;"	f	class:sqlbase
904execstmt	makedb/sqlbase.cpp	/^int sqlbase::execstmt(sqlite3_stmt* pstmt, const char* v1, const char* v2, const char* v3, const char* v4)$/;"	f	class:sqlbase
905execstmt	makedb/sqlbase.cpp	/^int sqlbase::execstmt(sqlite3_stmt* pstmt, const char* v1, const char* v2, const char* v3, const char* v4, const char* v5)$/;"	f	class:sqlbase
906extract_filename	querylib/small_lib.cpp	/^const char* extract_filename(const char* filepath)$/;"	f
907f_tags	makedb/ctagread.h	/^FILE* f_tags;$/;"	m	class:ctagread
908fgcolor	gui/themes.cpp	/^	const char *fgcolor;$/;"	m	struct:__anon2	file:
909fileToBeOpened	gui/fileviewer.cpp	/^void fileviewer::fileToBeOpened(QString filename, QString linenum)$/;"	f	class:fileviewer
910fileViewSettings_Triggered	gui/fileviewer.cpp	/^void fileviewer::fileViewSettings_Triggered(bool checked)$/;"	f	class:fileviewer
911file_sanity_check	makedb/csdbparser.cpp	/^csdbparser::enResult csdbparser::file_sanity_check(const char *fn)$/;"	f	class:csdbparser
912filedata	gui/fileviewer.cpp	/^filedata::filedata()$/;"	f	class:filedata
913filedata	gui/fileviewer.cpp	/^filedata::filedata(const QString& fn, const QString& ln)$/;"	f	class:filedata
914filedata	gui/fileviewer.cpp	/^filedata::filedata(const filedata& fd)$/;"	f	class:filedata
915filedata	gui/fileviewer.h	/^class filedata$/;"	c
916fileexists	cli/main_cli.cpp	/^bool fileexists(const char* fn)$/;"	f
917fileexists	makedb/main.cpp	/^bool fileexists(const char* fn)$/;"	f
918filename	gui/fileviewer.h	/^	QString filename;$/;"	m	class:filedata
919filename	makedb/csdbparser.h	/^std::string filename;$/;"	m	class:symdata_pack
920filename	querylib/sqlquery.h	/^	tStr filename;$/;"	m	class:sqlqueryresult
921filepath	querylib/sqlquery.h	/^	tStr filepath;$/;"	m	class:sqlqueryresult
922fileviewer	gui/fileviewer.cpp	/^fileviewer::fileviewer(mainwindow* pmw)$/;"	f	class:fileviewer
923fileviewer	gui/fileviewer.h	/^class fileviewer : public QObject$/;"	c
924fill_check	showgraph/GraphView/style_edit.h	/^    QCheckBox *fill_check; $/;"	m	class:StyleEdit
925fill_color_button	showgraph/GraphView/style_edit.h	/^    ColorButton *fill_color_button;$/;"	m	class:StyleEdit
926fill_color_label	showgraph/GraphView/style_edit.h	/^    QLabel *fill_color_label;$/;"	m	class:StyleEdit
927filterterm	gui/searchhandler.h	/^	QString filterterm;$/;"	m	class:searchitem
928finalize	makedb/cs2sq.cpp	/^cs2sq::enResult cs2sq::finalize(void)$/;"	f	class:cs2sq
929finalize	makedb/ctagread.cpp	/^ctagread::enResult ctagread::finalize(void)$/;"	f	class:ctagread
930finalize	querylib/sqlquery.cpp	/^void tempstmt::finalize(void)$/;"	f	class:tempstmt
931findContext	showgraph/GraphView/graph_view.cpp	/^void GGraph::findContext()$/;"	f	class:GGraph
932findContext	showgraph/GraphView/graph_view.cpp	/^void GraphView::findContext()$/;"	f	class:GraphView
933findContextAct	showgraph/GraphView/graph_view.h	/^    QAction *findContextAct;$/;"	m	class:GraphView
934findEnterNodes	showgraph/Layout/layout.cpp	/^AuxGraph::findEnterNodes()$/;"	f	class:AuxGraph
935findFreeIndex	showgraph/Graph/marker.h	/^MarkerManager::findFreeIndex()$/;"	f	class:MarkerManager
936findFreeIndex	showgraph/Graph/num.h	/^inline NumIndex NumManager::findFreeIndex()$/;"	f	class:NumManager
937findNextFreeValue	showgraph/Graph/marker.h	/^MarkerManager::findNextFreeValue()$/;"	f	class:MarkerManager
938findNextFreeValue	showgraph/Graph/num.h	/^inline NumValue NumManager::findNextFreeValue()$/;"	f	class:NumManager
939findNextNodeWithText	showgraph/GraphView/graph_view.cpp	/^GraphView::findNextNodeWithText( QString &findStr,$/;"	f	class:GraphView
940findNodeById	showgraph/GraphView/graph_view.cpp	/^GNode* GraphView::findNodeById( int id)$/;"	f	class:GraphView
941findNodeByLabel	showgraph/GraphView/graph_view.cpp	/^GNode* GraphView::findNodeByLabel( QString label)$/;"	f	class:GraphView
942findPrevNodeWithText	showgraph/GraphView/graph_view.cpp	/^GraphView::findPrevNodeWithText( QString &findStr,$/;"	f	class:GraphView
943firstBusyChunk	showgraph/Utils/mem_fixed_pool.h	/^    FixedPool< Data>::firstBusyChunk()$/;"	f	class:Mem::FixedPool
944firstBusyEntry	showgraph/Utils/mem_chunk.h	/^    Chunk< Data>::firstBusyEntry()$/;"	f	class:MemImpl::Chunk
945firstEdge	showgraph/Graph/agraph.h	/^    inline AEdge* firstEdge() $/;"	f	class:AGraph
946firstEdge	showgraph/Graph/graph_inline.h	/^inline Edge* Graph::firstEdge() $/;"	f	class:Graph
947firstEdge	showgraph/GraphView/graph_view.h	/^    inline GEdge* firstEdge() $/;"	f	class:GGraph
948firstEdge	showgraph/Layout/aux_graph.h	/^    inline AuxEdge* firstEdge() $/;"	f	class:AuxGraph
949firstEdgeInDir	showgraph/Graph/agraph.h	/^ANode::firstEdgeInDir( GraphDir dir)$/;"	f	class:ANode
950firstEdgeInDir	showgraph/Graph/node_inline.h	/^inline Edge* Node::firstEdgeInDir( GraphDir dir)$/;"	f	class:Node
951firstEdgeInDir	showgraph/GraphView/node_item.h	/^    inline GEdge* firstEdgeInDir( GraphDir dir)$/;"	f	class:GNode
952firstEdgeInDir	showgraph/Layout/aux_graph.h	/^AuxNode::firstEdgeInDir( GraphDir dir)$/;"	f	class:AuxNode
953firstEdgeInSector	showgraph/GraphView/navigation.cpp	/^NodeNav::firstEdgeInSector() const$/;"	f	class:NodeNav
954firstNode	showgraph/Graph/agraph.h	/^    inline ANode* firstNode()$/;"	f	class:AGraph
955firstNode	showgraph/Graph/graph_inline.h	/^inline Node* Graph::firstNode()$/;"	f	class:Graph
956firstNode	showgraph/GraphView/graph_view.h	/^    inline GNode* firstNode()$/;"	f	class:GGraph
957firstNode	showgraph/Layout/aux_graph.h	/^    inline AuxNode* firstNode()$/;"	f	class:AuxGraph
958firstPred	showgraph/Graph/agraph.h	/^ANode::firstPred()$/;"	f	class:ANode
959firstPred	showgraph/Graph/node_inline.h	/^inline Edge* Node::firstPred()$/;"	f	class:Node
960firstPred	showgraph/GraphView/node_item.h	/^    inline GEdge* firstPred()$/;"	f	class:GNode
961firstPred	showgraph/Layout/aux_graph.h	/^AuxNode::firstPred()$/;"	f	class:AuxNode
962firstSucc	showgraph/Graph/agraph.h	/^ANode::firstSucc()$/;"	f	class:ANode
963firstSucc	showgraph/Graph/node_inline.h	/^inline Edge* Node::firstSucc()$/;"	f	class:Node
964firstSucc	showgraph/GraphView/node_item.h	/^    inline GEdge* firstSucc()$/;"	f	class:GNode
965firstSucc	showgraph/Layout/aux_graph.h	/^AuxNode::firstSucc()$/;"	f	class:AuxNode
966first_chunk	showgraph/Utils/mem_fixed_pool.h	/^        MemImpl::Chunk< Data> *first_chunk;$/;"	m	class:Mem::FixedPool
967first_edge	showgraph/Graph/graph.h	/^    Edge* first_edge;$/;"	m	class:Graph
968first_edge	showgraph/Graph/node.h	/^    Edge *first_edge[ GRAPH_DIRS_NUM];$/;"	m	class:Node
969first_node	showgraph/Graph/graph.h	/^    Node* first_node;$/;"	m	class:Graph
970floatVal	showgraph/Utils/conf.h	/^    inline qreal floatVal() const$/;"	f	class:Option
971float_val	showgraph/Utils/conf.h	/^    qreal float_val;$/;"	m	union:OptValues
972focusEvent	showgraph/GraphView/graph_view.h	/^    inline void focusEvent( GNode *n)$/;"	f	class:GraphViewHistory
973focusOnNode	showgraph/GraphView/graph_view.cpp	/^void GraphView::focusOnNode( GNode *n, bool gen_event)$/;"	f	class:GraphView
974focusOutEvent	showgraph/GraphView/node_item.cpp	/^void NodeItem::focusOutEvent(QFocusEvent *event)$/;"	f	class:NodeItem
975fontSelectionTemporary	gui/fileviewer.cpp	/^void fileviewer::fontSelectionTemporary(const QString &fonttxt)$/;"	f	class:fileviewer
976fontstyle	gui/themes.cpp	/^	int fontstyle;$/;"	m	struct:__anon2	file:
977foreachEdge	showgraph/Graph/graph_iface.h	/^#  define foreachEdge(/;"	d
978foreachNode	showgraph/Graph/graph_iface.h	/^#  define foreachNode(/;"	d
979foreachPred	showgraph/Graph/graph_iface.h	/^#  define foreachPred(/;"	d
980foreachSucc	showgraph/Graph/graph_iface.h	/^#  define foreachSucc(/;"	d
981format	gui/obsolete/highlighter.h	/^         QTextCharFormat format;$/;"	m	struct:Highlighter::HighlightingRule
982freeMarker	showgraph/Graph/marker.h	/^inline void MarkerManager::freeMarker( Marker m)$/;"	f	class:MarkerManager
983freeNum	showgraph/Graph/num.h	/^inline void NumManager::freeNum( Numeration n)$/;"	f	class:NumManager
984free_chunk	showgraph/Utils/mem_fixed_pool.h	/^        MemImpl::Chunk< Data> *free_chunk;$/;"	m	class:Mem::FixedPool
985free_entry	showgraph/Utils/mem_chunk.h	/^        ChunkPos free_entry;$/;"	m	class:MemImpl::Chunk
986functionFormat	gui/obsolete/highlighter.h	/^     QTextCharFormat functionFormat;$/;"	m	class:Highlighter
987get	querylib/small_lib.cpp	/^FILE* smartFILE::get(void) {return m_fp;}$/;"	f	class:smartFILE
988get	querylib/small_lib.cpp	/^char* tempbuf::get(void) {return m_buffer;}$/;"	f	class:tempbuf
989get	querylib/sqlquery.cpp	/^sqlite3_stmt* tempstmt::get(void)$/;"	f	class:tempstmt
990getBasePath	makedb/csdbparser.cpp	/^const char* csdbparser::getBasePath(void)$/;"	f	class:csdbparser
991getHListOfClassIDs	makedb/ctagread.cpp	/^ctagread::enResult ctagread::getHListOfClassIDs(strctagIDList* idlist, const char* v1, std::vector<stClsID> *listClsHist)$/;"	f	class:ctagread
992getInt	querylib/small_lib.cpp	/^long unsigned int idxcounter::getInt(void) const {return m_ctr;}$/;"	f	class:idxcounter
993getLangFilePath	gui/langtable.cpp	/^QString langtable::getLangFilePath(const QString& lang)$/;"	f	class:langtable
994getLangNameList	gui/langtable.cpp	/^QStringList langtable::getLangNameList(void)$/;"	f	class:langtable
995getListOfClassIDs	makedb/ctagread.cpp	/^ctagread::enResult ctagread::getListOfClassIDs(strctagIDList* idlist, const char* v1)$/;"	f	class:ctagread
996getListOfSymIDs	makedb/ctagread.cpp	/^ctagread::enResult ctagread::getListOfSymIDs(sqlite3_stmt* pstmt, strctagIDList* idlist, const char* v1, const char* v2, const char* v3)$/;"	f	class:ctagread
997getStr	querylib/small_lib.cpp	/^const char* idxcounter::getStr(void) const {return m_buf;}$/;"	f	class:idxcounter
998getStrSize	querylib/small_lib.cpp	/^int idxcounter::getStrSize(void) const {return strlen(m_buf);}$/;"	f	class:idxcounter
999getThemesList	gui/themes.cpp	/^QStringList themes::getThemesList(void)$/;"	f	class:themes
1000getTypeChar	makedb/csdbparser.cpp	/^const char sym_data::getTypeChar(void)$/;"	f	class:sym_data
1001getTypeDesc	makedb/csdbparser.cpp	/^const char* sym_data::getTypeDesc(void)$/;"	f	class:sym_data
1002get_base_path	makedb/csdbheader.cpp	/^tStr csdbheader::get_base_path(void)$/;"	f	class:csdbheader
1003get_csdbpError	makedb/cs2sq.h	/^csdbparser::enResult get_csdbpError(void) {return m_csdbpLastErr;}$/;"	f	class:cs2sq
1004get_last_part	querylib/small_lib.cpp	/^char* get_last_part(char* str, int c)$/;"	f
1005get_next_srcfil	makedb/csdbparser.cpp	/^csdbparser::enResult csdbparser::get_next_srcfil(std::string* srcfil)$/;"	f	class:csdbparser
1006get_next_symbol	makedb/csdbparser.cpp	/^csdbparser::enResult csdbparser::get_next_symbol(symdata_pack* pack)$/;"	f	class:csdbparser
1007get_param_list	makedb/csdbheader.cpp	/^tVecStr csdbheader::get_param_list(void)$/;"	f	class:csdbheader
1008get_trailer_start	makedb/csdbheader.cpp	/^long int csdbheader::get_trailer_start(void)$/;"	f	class:csdbheader
1009get_version	makedb/csdbheader.cpp	/^long int csdbheader::get_version(void)$/;"	f	class:csdbheader
1010goBackInSearchMemory	gui/searchhandler.cpp	/^void searchhandler::goBackInSearchMemory(void)$/;"	f	class:searchhandler
1011goForwardInSearchMemory	gui/searchhandler.cpp	/^void searchhandler::goForwardInSearchMemory(void)$/;"	f	class:searchhandler
1012graph	showgraph/Graph/edge_inline.h	/^inline Graph * Edge::graph() const$/;"	f	class:Edge
1013graph	showgraph/Graph/node_inline.h	/^inline Graph * Node::graph() const$/;"	f	class:Node
1014graph	showgraph/GraphView/edge_item.cpp	/^GEdge::graph() const$/;"	f	class:GEdge
1015graph	showgraph/GraphView/graph_view.h	/^    inline GGraph *graph() const$/;"	f	class:GraphView
1016graph	showgraph/GraphView/node_item.cpp	/^GGraph* GNode::graph() const$/;"	f	class:GNode
1017graph_p	showgraph/Graph/edge.h	/^    Graph * graph_p; \/\/Graph$/;"	m	class:Edge
1018graph_p	showgraph/Graph/node.h	/^    Graph * graph_p;\/**< Pointer to graph *\/$/;"	m	class:Node
1019graph_p	showgraph/GraphView/graph_view.h	/^    GGraph * graph_p;$/;"	m	class:GraphView
1020group	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.cpp	/^ QString CodeEditorWidgetPlugin::group() const$/;"	f	class:CodeEditorWidgetPlugin
1021group_weight	showgraph/Layout/node_group.h	/^    float group_weight;$/;"	m	class:NodeGroup
1022gstyle	showgraph/GraphView/style_edit.h	/^    GStyle *gstyle;$/;"	m	class:StyleEdit
1023handleFileCannotBeOpenedCase	gui/fileviewer.cpp	/^void fileviewer::handleFileCannotBeOpenedCase(void)$/;"	f	class:fileviewer
1024hasSmoothFocus	showgraph/GraphView/graph_view.h	/^    inline bool hasSmoothFocus() const$/;"	f	class:GraphView
1025height	showgraph/GraphView/node_item.h	/^    virtual inline double height() const$/;"	f	class:GNode
1026height	showgraph/Layout/aux_graph.h	/^    inline qreal height() const$/;"	f	class:Level
1027height	showgraph/Layout/aux_node.h	/^    virtual double height() const$/;"	f	class:AuxNode
1028helper	showgraph/GraphView/graph_view.h	/^    EdgeHelper *helper;$/;"	m	class:GraphView
1029highlight	showgraph/GraphView/node_item.h	/^    inline void highlight()$/;"	f	class:NodeItem
1030highlightBlock	gui/obsolete/highlighter.cpp	/^ void Highlighter::highlightBlock(const QString &text)$/;"	f	class:Highlighter
1031highlightCurrentLine	gui/obsolete/CodeEditor.cpp	/^ void CodeEditor::highlightCurrentLine()$/;"	f	class:CodeEditor
1032highlightLine	gui/fileviewer.cpp	/^void fileviewer::highlightLine(unsigned int num)$/;"	f	class:fileviewer
1033highlightLine	gui/obsolete/CodeEditor.cpp	/^ void CodeEditor::highlightLine(int linenum)$/;"	f	class:CodeEditor
1034icon	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.cpp	/^ QIcon CodeEditorWidgetPlugin::icon() const$/;"	f	class:CodeEditorWidgetPlugin
1035id	makedb/cs2sq.h	/^	std::string id;$/;"	m	struct:__anon4
1036id	makedb/ctagread.h	/^	std::string id;$/;"	m	struct:__anon6
1037id	showgraph/Graph/edge_inline.h	/^inline GraphUid Edge::id() const$/;"	f	class:Edge
1038id	showgraph/Graph/node_inline.h	/^inline GraphUid Node::id() const$/;"	f	class:Node
1039idxcounter	querylib/small_lib.cpp	/^idxcounter::idxcounter():m_ctr(0) {}$/;"	f	class:idxcounter
1040idxcounter	querylib/small_lib.cpp	/^idxcounter::idxcounter(const idxcounter& idxc)$/;"	f	class:idxcounter
1041idxcounter	querylib/small_lib.h	/^class idxcounter$/;"	c
1042impl	showgraph/Graph/node_iter.h	/^    EdgeIterImpl impl;$/;"	m	class:EdgeIterIface
1043incNumItems	showgraph/GraphView/gstyle.h	/^inline void GStyle::incNumItems()$/;"	f	class:GStyle
1044incRefCount	showgraph/Utils/mem_obj.h	/^		inline void incRefCount()$/;"	f	class:Mem::Obj
1045includeFile	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.cpp	/^ QString CodeEditorWidgetPlugin::includeFile() const$/;"	f	class:CodeEditorWidgetPlugin
1046index	showgraph/Graph/marker.h	/^    MarkerIndex index;$/;"	m	class:Marker
1047index	showgraph/Graph/num.h	/^    NumIndex index;$/;"	m	class:Numeration
1048init	gui/fileviewer.cpp	/^void fileviewer::init(void)$/;"	f	class:fileviewer
1049init	gui/listhandler.cpp	/^void listhandler::init(void)$/;"	f	class:listhandler
1050init	gui/mainwindow.cpp	/^void mainwindow::init(void)$/;"	f	class:mainwindow
1051init	gui/searchhandler.cpp	/^void searchhandler::init(void)$/;"	f	class:searchhandler
1052init	showgraph/Layout/node_group.h	/^    inline void init()$/;"	f	class:NodeGroup
1053init	showgraph/Utils/singleton.h	/^Single< T>::init()$/;"	f	class:Single
1054initLevels	showgraph/Layout/aux_graph.cpp	/^AuxGraph::initLevels( Rank max_level)$/;"	f	class:AuxGraph
1055initialize	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.cpp	/^ void CodeEditorWidgetPlugin::initialize(QDesignerFormEditorInterface * \/* core *\/)$/;"	f	class:CodeEditorWidgetPlugin
1056initialized	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.h	/^     bool initialized;$/;"	m	class:CodeEditorWidgetPlugin
1057insertLabelNode	showgraph/GraphView/edge_item.cpp	/^GEdge::insertLabelNode( QPointF pos)$/;"	f	class:GEdge
1058insertNode	showgraph/Graph/agraph.h	/^    virtual ANode *insertNode()$/;"	f	class:AEdge
1059insertNode	showgraph/Graph/edge_inline.h	/^Edge::insertNode()$/;"	f	class:Edge
1060insertNode	showgraph/GraphView/edge_item.cpp	/^GEdge::insertNode()$/;"	f	class:GEdge
1061insertNode	showgraph/Layout/aux_edge.h	/^    inline AuxNode *insertNode()$/;"	f	class:AuxEdge
1062insertNodeAct	showgraph/GraphView/graph_view.h	/^    QAction *insertNodeAct;$/;"	m	class:GraphView
1063insertNodeOnCenter	showgraph/GraphView/graph_view.cpp	/^void GraphView::insertNodeOnCenter()$/;"	f	class:GraphView
1064instance	showgraph/Utils/singleton.h	/^Single< T>::instance()$/;"	f	class:Single
1065instance_p	showgraph/Utils/singleton.h	/^    static T* instance_p; $/;"	m	class:Single
1066instance_p	showgraph/Utils/singleton.h	/^template < class T> T *Single<T>::instance_p = 0;                                       $/;"	m	class:Single
1067intVal	showgraph/Utils/conf.h	/^    inline int intVal() const$/;"	f	class:Option
1068int_val	showgraph/Utils/conf.h	/^    int int_val;$/;"	m	union:OptValues
1069interleaves	showgraph/Layout/node_group.h	/^    inline bool interleaves( NodeGroup *grp) const$/;"	f	class:NodeGroup
1070invalidateRanking	showgraph/Layout/aux_graph.h	/^    inline void invalidateRanking()$/;"	f	class:AuxGraph
1071inverted	showgraph/Layout/layout.cpp	/^    bool inverted; \/** If we have already processed preds and *\/$/;"	m	struct:DfsStepInfo	file:
1072irId	showgraph/GraphView/node_item.h	/^	inline GraphNum irId() const$/;"	f	class:GNode
1073ir_id	showgraph/GraphView/node_item.h	/^    GraphNum ir_id;$/;"	m	class:GNode
1074isAbsolutePath	querylib/small_lib.cpp	/^bool isAbsolutePath(tStr fp)$/;"	f
1075isBack	showgraph/Layout/aux_edge.h	/^    inline bool isBack() const$/;"	f	class:AuxEdge
1076isCSDBFileOpen	makedb/cs2sq.h	/^bool isCSDBFileOpen(void)  {return m_csdbp.isFileOpen();}$/;"	f	class:cs2sq
1077isContainer	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.cpp	/^ bool CodeEditorWidgetPlugin::isContainer() const$/;"	f	class:CodeEditorWidgetPlugin
1078isContext	showgraph/GraphView/graph_view.h	/^    inline bool isContext() const$/;"	f	class:GraphView
1079isCreateEdge	showgraph/GraphView/graph_view.h	/^    inline bool isCreateEdge() const$/;"	f	class:GraphView
1080isDBOpen	querylib/sqlquery.h	/^	bool isDBOpen(void) {return (m_db != NULL);}$/;"	f	class:sqlquery
1081isDefault	showgraph/GraphView/gstyle.h	/^inline bool GStyle::isDefault() const$/;"	f	class:GStyle
1082isDefined	showgraph/Utils/conf.h	/^    inline bool isDefined() const$/;"	f	class:Option
1083isDirApplicable	showgraph/GraphView/navigation.cpp	/^bool NodeNav::isDirApplicable( NavDirection dir, NavSector s)$/;"	f	class:NodeNav
1084isEdgeControl	showgraph/Layout/aux_node.h	/^    inline bool isEdgeControl() const$/;"	f	class:AuxNode
1085isEdgeInSector	showgraph/GraphView/navigation.cpp	/^bool NodeNav::isEdgeInSector( GEdge * edge) const$/;"	f	class:NodeNav
1086isEdgeLabel	showgraph/Layout/aux_node.h	/^    inline bool isEdgeLabel() const$/;"	f	class:AuxNode
1087isEditable	showgraph/GraphView/graph_view.h	/^    inline bool isEditable() const$/;"	f	class:GraphView
1088isEmpty	showgraph/Utils/mem_chunk.h	/^    Chunk< Data>::isEmpty() const$/;"	f	class:MemImpl::Chunk
1089isFileOpen	makedb/csdbparser.h	/^bool isFileOpen(void) {return (m_fp != NULL);}$/;"	f	class:csdbparser
1090isFixed	showgraph/Layout/aux_edge.h	/^    inline bool isFixed() const$/;"	f	class:AuxEdge
1091isFocus	showgraph/GraphView/graph_view.h	/^    bool isFocus() const$/;"	f	class:NavEvent
1092isForPlacement	showgraph/Layout/aux_node.h	/^    inline bool isForPlacement() const$/;"	f	class:AuxNode
1093isFree	showgraph/Utils/mem_chunk.h	/^    Chunk< Data>::isFree() const$/;"	f	class:MemImpl::Chunk
1094isHorizontal	showgraph/GraphView/visible_edge.cpp	/^bool VEdge::isHorizontal() const$/;"	f	class:VEdge
1095isInitialized	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.cpp	/^ bool CodeEditorWidgetPlugin::isInitialized() const$/;"	f	class:CodeEditorWidgetPlugin
1096isInverted	showgraph/Layout/aux_edge.h	/^    inline bool isInverted() const$/;"	f	class:AuxEdge
1097isMarked	showgraph/Graph/marker.h	/^inline bool Marked::isMarked( Marker marker)$/;"	f	class:Marked
1098isNodeInFocus	showgraph/GraphView/node_item.cpp	/^bool GNode::isNodeInFocus() const$/;"	f	class:GNode
1099isNotNullP	showgraph/Utils/misc.h	/^inline bool isNotNullP( const void *pointer)$/;"	f
1100isNullP	showgraph/Utils/misc.h	/^inline bool isNullP( const void *pointer)$/;"	f
1101isNumbered	showgraph/Graph/num.h	/^Numbered::isNumbered( Numeration num)$/;"	f	class:Numbered
1102isPointInDir	showgraph/GraphView/navigation.cpp	/^bool NodeNav::isPointInDir( QPointF point, QPointF ref, NavDirection dir)$/;"	f	class:NodeNav
1103isPseudo	showgraph/Layout/aux_node.h	/^    inline bool isPseudo() const$/;"	f	class:AuxNode
1104isSelf	showgraph/Layout/aux_edge.h	/^    inline bool isSelf() const$/;"	f	class:AuxEdge
1105isSet	showgraph/Utils/conf.h	/^    inline int isSet() const$/;"	f	class:Option
1106isShowContextMenus	showgraph/GraphView/graph_view.h	/^    inline bool isShowContextMenus() const$/;"	f	class:GraphView
1107isSimple	showgraph/Layout/aux_node.h	/^    inline bool isSimple() const$/;"	f	class:AuxNode
1108isStable	showgraph/Layout/aux_node.h	/^    inline bool isStable() const$/;"	f	class:AuxNode
1109isStartNode	showgraph/Layout/layout.cpp	/^static bool isStartNode( AuxNode *n)$/;"	f	file:
1110isTextShown	showgraph/GraphView/node_item.h	/^	inline bool isTextShown() const$/;"	f	class:GNode
1111isValueBusy	showgraph/Graph/marker.h	/^MarkerManager::isValueBusy( MarkerValue val)$/;"	f	class:MarkerManager
1112isValueBusy	showgraph/Graph/num.h	/^inline bool NumManager::isValueBusy( NumValue val)$/;"	f	class:NumManager
1113isVertical	showgraph/GraphView/visible_edge.cpp	/^bool VEdge::isVertical() const$/;"	f	class:VEdge
1114is_busy	showgraph/Utils/mem_entry.h	/^        bool is_busy;$/;"	m	class:MemImpl::Entry
1115is_default	showgraph/GraphView/gstyle.h	/^    bool is_default;$/;"	m	class:GStyle
1116is_for_placement	showgraph/Layout/aux_node.h	/^    bool is_for_placement;$/;"	m	class:AuxNode
1117is_pred	showgraph/Graph/node_iter.h	/^    bool is_pred;$/;"	m	class:UnDirIterImpl
1118is_used	showgraph/Graph/marker.h	/^    bool is_used[ MAX_GRAPH_MARKERS];$/;"	m	class:MarkerManager
1119is_used	showgraph/Graph/num.h	/^    bool is_used[ MAX_NUMERATIONS];$/;"	m	class:NumManager
1120isempty	querylib/small_lib.cpp	/^bool tempbuf::isempty(void) const {return (*m_buffer == 0);}$/;"	f	class:tempbuf
1121it	showgraph/GraphView/graph_view.h	/^    QList< NavEvent *>::Iterator it; \/\/ Iterator to hold current position in list$/;"	m	class:GraphViewHistory
1122item	showgraph/GraphView/edge_item.h	/^    inline EdgeItem *item() const$/;"	f	class:GEdge
1123item	showgraph/GraphView/node_item.h	/^    inline NodeItem* item() const$/;"	f	class:GNode
1124itemChange	showgraph/GraphView/edge_item.cpp	/^EdgeItem::itemChange( GraphicsItemChange change, const QVariant &value)$/;"	f	class:EdgeItem
1125itemChange	showgraph/GraphView/node_item.cpp	/^QVariant NodeItem::itemChange( GraphicsItemChange change, const QVariant &value)$/;"	f	class:NodeItem
1126item_p	showgraph/GraphView/edge_item.h	/^    EdgeItem *item_p;$/;"	m	class:GEdge
1127item_p	showgraph/GraphView/node_item.h	/^    NodeItem *item_p; $/;"	m	class:GNode
1128javaHighlightingRules	gui/obsolete/highlighter.h	/^     QVector<HighlightingRule> javaHighlightingRules;$/;"	m	class:Highlighter
1129java_Bespin	gui/themes_gen.cpp	/^static const lexstyle java_Bespin[] = {$/;"	v	file:
1130java_Black_board	gui/themes_gen.cpp	/^static const lexstyle java_Black_board[] = {$/;"	v	file:
1131java_Choco	gui/themes_gen.cpp	/^static const lexstyle java_Choco[] = {$/;"	v	file:
1132java_Deep_Black	gui/themes_gen.cpp	/^static const lexstyle java_Deep_Black[] = {$/;"	v	file:
1133java_Eclipse_Default	gui/themes_gen.cpp	/^static const lexstyle java_Eclipse_Default[] = {$/;"	v	file:
1134java_Hello_Kitty	gui/themes_gen.cpp	/^static const lexstyle java_Hello_Kitty[] = {$/;"	v	file:
1135java_HotFudgeSundae	gui/themes_gen.cpp	/^static const lexstyle java_HotFudgeSundae[] = {$/;"	v	file:
1136java_Mono_Industrial	gui/themes_gen.cpp	/^static const lexstyle java_Mono_Industrial[] = {$/;"	v	file:
1137java_Monokai	gui/themes_gen.cpp	/^static const lexstyle java_Monokai[] = {$/;"	v	file:
1138java_MossyLawn	gui/themes_gen.cpp	/^static const lexstyle java_MossyLawn[] = {$/;"	v	file:
1139java_Navajo	gui/themes_gen.cpp	/^static const lexstyle java_Navajo[] = {$/;"	v	file:
1140java_NotepadPlusPlus	gui/themes_gen.cpp	/^static const lexstyle java_NotepadPlusPlus[] = {$/;"	v	file:
1141java_Obsidian	gui/themes_gen.cpp	/^static const lexstyle java_Obsidian[] = {$/;"	v	file:
1142java_Plastic_Code_Wrap	gui/themes_gen.cpp	/^static const lexstyle java_Plastic_Code_Wrap[] = {$/;"	v	file:
1143java_Ruby_Blue	gui/themes_gen.cpp	/^static const lexstyle java_Ruby_Blue[] = {$/;"	v	file:
1144java_Solarized	gui/themes_gen.cpp	/^static const lexstyle java_Solarized[] = {$/;"	v	file:
1145java_Solarized_light	gui/themes_gen.cpp	/^static const lexstyle java_Solarized_light[] = {$/;"	v	file:
1146java_Twilight	gui/themes_gen.cpp	/^static const lexstyle java_Twilight[] = {$/;"	v	file:
1147java_Vibrant_Ink	gui/themes_gen.cpp	/^static const lexstyle java_Vibrant_Ink[] = {$/;"	v	file:
1148java_Zenburn	gui/themes_gen.cpp	/^static const lexstyle java_Zenburn[] = {$/;"	v	file:
1149java_khaki	gui/themes_gen.cpp	/^static const lexstyle java_khaki[] = {$/;"	v	file:
1150java_vim_Dark_Blue	gui/themes_gen.cpp	/^static const lexstyle java_vim_Dark_Blue[] = {$/;"	v	file:
1151javastyle	gui/themes_gen.cpp	/^static const langstyle javastyle[] = {$/;"	v	file:
1152keyPressEvent	showgraph/GraphView/edge_item.cpp	/^EdgeItem::keyPressEvent(QKeyEvent *event)$/;"	f	class:EdgeItem
1153keyPressEvent	showgraph/GraphView/graph_view.cpp	/^GraphView::keyPressEvent(QKeyEvent *event)$/;"	f	class:GraphView
1154keyPressEvent	showgraph/GraphView/node_item.cpp	/^void NodeItem::keyPressEvent(QKeyEvent *event)$/;"	f	class:NodeItem
1155keywordFormat	gui/obsolete/highlighter.h	/^     QTextCharFormat keywordFormat;$/;"	m	class:Highlighter
1156langFile	gui/langtable.cpp	/^	const char* langFile;$/;"	m	struct:__anon1	file:
1157langName	gui/langtable.cpp	/^	const char* langName;$/;"	m	struct:__anon1	file:
1158langTable	gui/langtable.cpp	/^static const langTableType langTable[]=$/;"	v	file:
1159langTableType	gui/langtable.cpp	/^}langTableType;$/;"	t	typeref:struct:__anon1	file:
1160langstyle	gui/themes.cpp	/^}langstyle;$/;"	t	typeref:struct:__anon3	file:
1161langtable	gui/langtable.h	/^class langtable$/;"	c
1162langtypes	gui/fileviewer.h	/^enum langtypes$/;"	g
1163last	showgraph/Graph/marker.h	/^    MarkerValue last;$/;"	m	class:MarkerManager
1164last	showgraph/Graph/num.h	/^    NumValue last;$/;"	m	class:NumManager
1165last	showgraph/GraphView/graph_view.cpp	/^NavEvent *GraphViewHistory::last()$/;"	f	class:GraphViewHistory
1166layoutNextStep	showgraph/Layout/layout.cpp	/^void AuxGraph::layoutNextStep()$/;"	f	class:AuxGraph
1167layoutPostProcess	showgraph/GraphView/graph_view.cpp	/^void GGraph::layoutPostProcess()$/;"	f	class:GGraph
1168layoutPostProcess	showgraph/Layout/layout.cpp	/^void AuxGraph::layoutPostProcess()$/;"	f	class:AuxGraph
1169layout_in_process	showgraph/Layout/aux_graph.h	/^    bool layout_in_process;$/;"	m	class:AuxGraph
1170left	showgraph/Layout/node_group.h	/^    inline qreal left() const$/;"	f	class:NodeGroup
1171level	showgraph/Layout/aux_node.h	/^    inline Level *level() const$/;"	f	class:AuxNode
1172level_rank	showgraph/Layout/aux_graph.h	/^    Rank level_rank;$/;"	m	class:Level
1173levels	showgraph/Layout/aux_graph.h	/^    QVector< Level*> levels;$/;"	m	class:AuxGraph
1174lexstyle	gui/themes.cpp	/^}lexstyle;$/;"	t	typeref:struct:__anon2	file:
1175lexstylesize	gui/themes.cpp	/^	int lexstylesize;$/;"	m	struct:__anon3	file:
1176lexstyletable	gui/themes.cpp	/^	const lexstyle *lexstyletable;$/;"	m	struct:__anon3	file:
1177lineNumberArea	gui/obsolete/CodeEditor.h	/^     QWidget *lineNumberArea;$/;"	m	class:CodeEditor
1178lineNumberAreaPaintEvent	gui/obsolete/CodeEditor.cpp	/^ void CodeEditor::lineNumberAreaPaintEvent(QPaintEvent *event)$/;"	f	class:CodeEditor
1179lineNumberAreaWidth	gui/obsolete/CodeEditor.cpp	/^ int CodeEditor::lineNumberAreaWidth()$/;"	f	class:CodeEditor
1180line_color_button	showgraph/GraphView/style_edit.h	/^    ColorButton *line_color_button;$/;"	m	class:StyleEdit
1181line_color_label	showgraph/GraphView/style_edit.h	/^    QLabel *line_color_label;$/;"	m	class:StyleEdit
1182line_num	makedb/csdbparser.h	/^long int line_num;$/;"	m	class:symdata_pack
1183line_num_str	makedb/csdbparser.cpp	/^std::string symdata_pack::line_num_str(void)$/;"	f	class:symdata_pack
1184line_style_combo	showgraph/GraphView/style_edit.h	/^    QComboBox *line_style_combo;$/;"	m	class:StyleEdit
1185line_style_label	showgraph/GraphView/style_edit.h	/^    QLabel *line_style_label;$/;"	m	class:StyleEdit
1186line_text	makedb/csdbparser.h	/^std::string line_text;$/;"	m	class:symdata_pack
1187line_text_blob	makedb/csdbparser.cpp	/^std::string symdata_pack::line_text_blob(void)$/;"	f	class:symdata_pack
1188line_text_escaped	makedb/csdbparser.cpp	/^std::string symdata_pack::line_text_escaped(void)$/;"	f	class:symdata_pack
1189line_text_replacetab	makedb/csdbparser.cpp	/^std::string symdata_pack::line_text_replacetab(void)$/;"	f	class:symdata_pack
1190line_width_label	showgraph/GraphView/style_edit.h	/^    QLabel *line_width_label;$/;"	m	class:StyleEdit
1191line_width_spin	showgraph/GraphView/style_edit.h	/^    QDoubleSpinBox *line_width_spin;$/;"	m	class:StyleEdit
1192linenum	gui/fileviewer.h	/^	QString linenum;$/;"	m	class:filedata
1193linenum	querylib/sqlquery.h	/^	tStr linenum;$/;"	m	class:sqlqueryresult
1194linetext	querylib/sqlquery.h	/^	tStr linetext;$/;"	m	class:sqlqueryresult
1195listItemClicked	gui/listhandler.cpp	/^void listhandler::listItemClicked(QTreeWidgetItem * current, QTreeWidgetItem * previous)$/;"	f	class:listhandler
1196listhandler	gui/listhandler.cpp	/^listhandler::listhandler(mainwindow* pmw)$/;"	f	class:listhandler
1197listhandler	gui/listhandler.h	/^class listhandler : public QObject$/;"	c
1198literalFormat	gui/obsolete/highlighter.h	/^     QTextCharFormat literalFormat;$/;"	m	class:Highlighter
1199longName	showgraph/Utils/conf.h	/^    inline QString longName() const$/;"	f	class:Option
1200longOption	showgraph/Utils/conf.h	/^    inline Option* longOption( QString name)$/;"	f	class:Conf
1201long_name	showgraph/Utils/conf.h	/^    QString long_name;$/;"	m	class:Option
1202long_opts	showgraph/Utils/conf.h	/^    QHash< QString, Option *> long_opts;$/;"	m	class:Conf
1203m_DBtimestamp	gui/fileviewer.h	/^QDateTime m_DBtimestamp;$/;"	m	class:fileviewer
1204m_HighlightedLineNumber	gui/obsolete/CodeEditor.h	/^     int m_HighlightedLineNumber;$/;"	m	class:CodeEditor
1205m_app	gui/mainwindow.h	/^QApplication *m_app;$/;"	m	class:mainwindow
1206m_autocompBusy	gui/searchhandler.h	/^bool m_autocompBusy;$/;"	m	class:searchhandler
1207m_autocompFutureWatcher	gui/searchhandler.h	/^QFutureWatcher<QStringList> m_autocompFutureWatcher;$/;"	m	class:searchhandler
1208m_autocompSrchTerm	gui/searchhandler.h	/^QString m_autocompSrchTerm;$/;"	m	class:searchhandler
1209m_autocompstmt	querylib/sqlquery.h	/^	tempstmt m_autocompstmt;$/;"	m	class:sqlquery
1210m_base_path	makedb/csdbheader.h	/^tStr m_base_path;$/;"	m	class:csdbheader
1211m_base_path	makedb/csdbparser.h	/^std::string m_base_path;$/;"	m	class:csdbparser
1212m_basepath	querylib/sqlquery.h	/^	tStr m_basepath;$/;"	m	class:sqlquery
1213m_buf	makedb/cs2sq.h	/^char* m_buf;$/;"	m	class:cs2sq
1214m_buf	makedb/csdbparser.h	/^char *m_buf;$/;"	m	class:csdbparser
1215m_buf	querylib/small_lib.h	/^	char m_buf[20];$/;"	m	class:idxcounter
1216m_buffer	querylib/small_lib.h	/^char* m_buffer;$/;"	m	class:tempbuf
1217m_bufsize	makedb/csdbparser.h	/^long int m_bufsize;$/;"	m	class:csdbparser
1218m_calling_func	makedb/cs2sq.h	/^stStrID m_calling_func;$/;"	m	class:cs2sq
1219m_calling_func	makedb/csdbparser.h	/^std::string m_calling_func;$/;"	m	class:csdbparser
1220m_calling_macro	makedb/cs2sq.h	/^stStrID m_calling_macro;$/;"	m	class:cs2sq
1221m_calling_macro	makedb/csdbparser.h	/^std::string m_calling_macro;$/;"	m	class:csdbparser
1222m_callstmt	makedb/cs2sq.h	/^sqlite3_stmt* m_callstmt;$/;"	m	class:cs2sq
1223m_checkBoxAutoComplete	gui/searchhandler.h	/^QCheckBox *m_checkBoxAutoComplete;$/;"	m	class:searchhandler
1224m_checkBoxExactMatch	gui/searchhandler.h	/^QCheckBox *m_checkBoxExactMatch;$/;"	m	class:searchhandler
1225m_checkBoxFilter	gui/searchhandler.h	/^QCheckBox *m_checkBoxFilter;$/;"	m	class:searchhandler
1226m_checkBoxSymbolOnly	gui/fileviewer.h	/^QCheckBox   *m_checkBoxSymbolOnly;$/;"	m	class:fileviewer
1227m_comboBoxDB	gui/searchhandler.h	/^QComboBox *m_comboBoxDB;$/;"	m	class:searchhandler
1228m_comboBoxFilter	gui/searchhandler.h	/^QComboBox *m_comboBoxFilter;$/;"	m	class:searchhandler
1229m_comboBoxQueryType	gui/searchhandler.h	/^QComboBox *m_comboBoxQueryType;$/;"	m	class:searchhandler
1230m_comboBoxSearch	gui/searchhandler.h	/^QComboBox *m_comboBoxSearch;$/;"	m	class:searchhandler
1231m_completer	gui/searchhandler.h	/^QCompleter *m_completer;$/;"	m	class:searchhandler
1232m_csdbp	makedb/cs2sq.h	/^csdbparser m_csdbp;$/;"	m	class:cs2sq
1233m_csdbpLastErr	makedb/cs2sq.h	/^csdbparser::enResult m_csdbpLastErr;$/;"	m	class:cs2sq
1234m_csdbver	makedb/csdbheader.h	/^long int m_csdbver;$/;"	m	class:csdbheader
1235m_ctr	querylib/small_lib.h	/^	long unsigned int m_ctr;$/;"	m	class:idxcounter
1236m_currentLanguage	gui/mainwindow.h	/^QString m_currentLanguage;$/;"	m	class:mainwindow
1237m_current_srcfile	makedb/csdbparser.h	/^std::string m_current_srcfile;$/;"	m	class:csdbparser
1238m_currentlang	gui/fileviewer.h	/^int m_currentlang;$/;"	m	class:fileviewer
1239m_db	makedb/sqlbase.h	/^sqlite3 *m_db;$/;"	m	class:sqlbase
1240m_db	querylib/sqlquery.h	/^	sqlite3 *m_db;$/;"	m	class:sqlquery
1241m_debug	makedb/csdbparser.h	/^bool m_debug;$/;"	m	class:csdbparser
1242m_debug	makedb/sqlbase.h	/^bool m_debug;$/;"	m	class:sqlbase
1243m_dot	gui/graphdialog.h	/^QString m_dot;$/;"	m	class:cqDialogGraph
1244m_externalEditorPath	gui/fileviewer.h	/^QString m_externalEditorPath;$/;"	m	class:fileviewer
1245m_fileDataList	gui/fileviewer.h	/^QVector<filedata> m_fileDataList;$/;"	m	class:fileviewer
1246m_filesstmt	makedb/cs2sq.h	/^sqlite3_stmt* m_filesstmt;$/;"	m	class:cs2sq
1247m_fileviewer	gui/mainwindow.h	/^fileviewer* m_fileviewer;$/;"	m	class:mainwindow
1248m_fontlist	gui/fileviewer.h	/^QStringList m_fontlist;$/;"	m	class:fileviewer
1249m_fontsize	gui/fileviewer.h	/^int m_fontsize;$/;"	m	class:fileviewer
1250m_fonttemp	gui/fileviewer.h	/^QString m_fonttemp;$/;"	m	class:fileviewer
1251m_fontwidthtemp	gui/fileviewer.h	/^int m_fontwidthtemp;$/;"	m	class:fileviewer
1252m_fp	makedb/csdbparser.h	/^FILE *m_fp;$/;"	m	class:csdbparser
1253m_fp	querylib/small_lib.h	/^FILE* m_fp;$/;"	m	class:smartFILE
1254m_fv	gui/fileviewsettingsdialog.h	/^fileviewer* m_fv;$/;"	m	class:cqDialogFileViewSettings
1255m_graphdesc	gui/searchhandler.h	/^QString m_graphdesc;$/;"	m	class:searchhandler
1256m_grepExactMatch	gui/searchhandler.cpp	/^bool searchhandler::m_grepExactMatch = false;$/;"	m	class:searchhandler	file:
1257m_grepExactMatch	gui/searchhandler.h	/^static bool m_grepExactMatch;$/;"	m	class:searchhandler
1258m_grepRegExp	gui/searchhandler.cpp	/^QRegExp* searchhandler::m_grepRegExp = NULL;$/;"	m	class:searchhandler	file:
1259m_grepRegExp	gui/searchhandler.h	/^static QRegExp* m_grepRegExp;$/;"	m	class:searchhandler
1260m_header	makedb/csdbheader.h	/^tStr m_header;$/;"	m	class:csdbheader
1261m_img	gui/graphdialog.h	/^QImage m_img;$/;"	m	class:cqDialogGraph
1262m_insertinheritstmt	makedb/ctagread.h	/^sqlite3_stmt* m_insertinheritstmt;$/;"	m	class:ctagread
1263m_insertstmt	makedb/ctagread.h	/^sqlite3_stmt* m_insertstmt;$/;"	m	class:ctagread
1264m_intAddlRulesMode	gui/obsolete/highlighter.h	/^     int m_intAddlRulesMode;$/;"	m	class:Highlighter
1265m_intLanguage	gui/obsolete/highlighter.h	/^     int m_intLanguage;$/;"	m	class:Highlighter
1266m_itemlist	gui/listhandler.h	/^QList<QTreeWidgetItem*> m_itemlist;$/;"	m	class:listhandler
1267m_iter	gui/fileviewer.h	/^QVector<filedata>::iterator m_iter;$/;"	m	class:fileviewer
1268m_iter	gui/searchhandler.h	/^QVector<searchitem>::iterator m_iter;$/;"	m	class:searchhandler
1269m_labelFilePath	gui/fileviewer.h	/^QLabel *m_labelFilePath;$/;"	m	class:fileviewer
1270m_lexer	gui/fileviewer.h	/^QsciLexer* m_lexer;$/;"	m	class:fileviewer
1271m_linesstmt	makedb/cs2sq.h	/^sqlite3_stmt* m_linesstmt;$/;"	m	class:cs2sq
1272m_listhandler	gui/mainwindow.h	/^listhandler* m_listhandler;$/;"	m	class:mainwindow
1273m_markerhandle	gui/fileviewer.h	/^int m_markerhandle;$/;"	m	class:fileviewer
1274m_noclick	gui/listhandler.h	/^bool m_noclick;$/;"	m	class:listhandler
1275m_param_list	makedb/csdbheader.h	/^tVecStr m_param_list;$/;"	m	class:csdbheader
1276m_pushButtonClipSearch	gui/searchhandler.h	/^QPushButton *m_pushButtonClipSearch;$/;"	m	class:searchhandler
1277m_pushButtonDown	gui/listhandler.h	/^QPushButton *m_pushButtonDown;$/;"	m	class:listhandler
1278m_pushButtonGoToLine	gui/fileviewer.h	/^QPushButton *m_pushButtonGoToLine;$/;"	m	class:fileviewer
1279m_pushButtonGraph	gui/searchhandler.h	/^QPushButton *m_pushButtonGraph;$/;"	m	class:searchhandler
1280m_pushButtonNext	gui/fileviewer.h	/^QPushButton *m_pushButtonNext;$/;"	m	class:fileviewer
1281m_pushButtonOpenDB	gui/searchhandler.h	/^QPushButton *m_pushButtonOpenDB;$/;"	m	class:searchhandler
1282m_pushButtonOpenInEditor	gui/fileviewer.h	/^QPushButton *m_pushButtonOpenInEditor;$/;"	m	class:fileviewer
1283m_pushButtonPaste	gui/fileviewer.h	/^QPushButton *m_pushButtonPaste;$/;"	m	class:fileviewer
1284m_pushButtonPrev	gui/fileviewer.h	/^QPushButton *m_pushButtonPrev;$/;"	m	class:fileviewer
1285m_pushButtonSearch	gui/searchhandler.h	/^QPushButton *m_pushButtonSearch;$/;"	m	class:searchhandler
1286m_pushButtonSearchNext	gui/searchhandler.h	/^QPushButton *m_pushButtonSearchNext;$/;"	m	class:searchhandler
1287m_pushButtonSearchPrev	gui/searchhandler.h	/^QPushButton *m_pushButtonSearchPrev;$/;"	m	class:searchhandler
1288m_pushButtonTextEnlarge	gui/fileviewer.h	/^QPushButton *m_pushButtonTextEnlarge;$/;"	m	class:fileviewer
1289m_pushButtonTextShrink	gui/fileviewer.h	/^QPushButton *m_pushButtonTextShrink;$/;"	m	class:fileviewer
1290m_pushButtonUp	gui/listhandler.h	/^QPushButton *m_pushButtonUp;$/;"	m	class:listhandler
1291m_readclassstmt	makedb/ctagread.h	/^sqlite3_stmt* m_readclassstmt;$/;"	m	class:ctagread
1292m_readsymfstmt	makedb/ctagread.h	/^sqlite3_stmt* m_readsymfstmt;$/;"	m	class:ctagread
1293m_readsymstmt	makedb/ctagread.h	/^sqlite3_stmt* m_readsymstmt;$/;"	m	class:ctagread
1294m_scaleFactor	gui/graphdialog.h	/^double m_scaleFactor;$/;"	m	class:cqDialogGraph
1295m_searchMemoryList	gui/searchhandler.h	/^QVector<searchitem> m_searchMemoryList;$/;"	m	class:searchhandler
1296m_searchhandler	gui/mainwindow.h	/^searchhandler* m_searchhandler;$/;"	m	class:mainwindow
1297m_searchstmt	querylib/sqlquery.h	/^	tempstmt m_searchstmt;$/;"	m	class:sqlquery
1298m_size	querylib/small_lib.h	/^unsigned int m_size;$/;"	m	class:tempbuf
1299m_sqlist	gui/listhandler.h	/^sqlqueryresultlist m_sqlist;$/;"	m	class:listhandler
1300m_srchStrLstModel	gui/searchhandler.h	/^QStringListModel m_srchStrLstModel;$/;"	m	class:searchhandler
1301m_state	makedb/csdbparser.h	/^enState m_state;$/;"	m	class:csdbparser
1302m_stmt	querylib/sqlquery.h	/^sqlite3_stmt *m_stmt;$/;"	m	class:tempstmt
1303m_symstmt	makedb/cs2sq.h	/^sqlite3_stmt* m_symstmt;$/;"	m	class:cs2sq
1304m_tabwidthvalidator	gui/fileviewsettingsdialog.h	/^QIntValidator m_tabwidthvalidator;$/;"	m	class:cqDialogFileViewSettings
1305m_textEditSource	gui/fileviewer.h	/^QsciScintilla *m_textEditSource;$/;"	m	class:fileviewer
1306m_textEditSourceFont	gui/fileviewer.h	/^QFont m_textEditSourceFont;$/;"	m	class:fileviewer
1307m_theme	gui/fileviewer.h	/^QString m_theme;$/;"	m	class:fileviewer
1308m_themelast	gui/fileviewer.h	/^QString m_themelast;$/;"	m	class:fileviewer
1309m_themetemp	gui/fileviewer.h	/^QString m_themetemp;$/;"	m	class:fileviewer
1310m_timestampMismatchWarned	gui/fileviewer.h	/^bool m_timestampMismatchWarned;$/;"	m	class:fileviewer
1311m_trailer_start	makedb/csdbheader.h	/^long int m_trailer_start;$/;"	m	class:csdbheader
1312m_trailer_start	makedb/csdbparser.h	/^long int m_trailer_start;$/;"	m	class:csdbparser
1313m_translator	gui/mainwindow.h	/^QTranslator m_translator;$/;"	m	class:mainwindow
1314m_treeWidgetSearchResults	gui/listhandler.h	/^QTreeWidget *m_treeWidgetSearchResults;$/;"	m	class:listhandler
1315m_typeOfGraph	gui/searchhandler.h	/^int m_typeOfGraph; \/\/ 1 = Function Call, 2 = Class Inheritance$/;"	m	class:searchhandler
1316m_writedeststmt	makedb/ctagread.h	/^sqlite3_stmt* m_writedeststmt;$/;"	m	class:ctagread
1317main	cli/main_cli.cpp	/^int main(int argc, char *argv[])$/;"	f
1318main	gui/main_gui.cpp	/^int main(int argc, char *argv[])$/;"	f
1319main	makedb/main.cpp	/^int main(int argc, char *argv[])$/;"	f
1320mainwindow	gui/mainwindow.cpp	/^mainwindow::mainwindow(QMainWindow *parent, QApplication *app)$/;"	f	class:mainwindow
1321mainwindow	gui/mainwindow.h	/^class mainwindow : public QMainWindow$/;"	c
1322mark	showgraph/Graph/marker.h	/^inline bool Marked::mark( Marker marker)$/;"	f	class:Marked
1323markReachableDown	showgraph/Layout/layout.cpp	/^AuxGraph::markReachableDown( AuxNode *n,$/;"	f	class:AuxGraph
1324markers	showgraph/Graph/marker.h	/^    MarkerValue markers[ MAX_GRAPH_MARKERS];$/;"	m	class:Marked
1325markers	showgraph/Graph/marker.h	/^    MarkerValue markers[ MAX_GRAPH_MARKERS];$/;"	m	class:MarkerManager
1326maxRank	showgraph/Layout/aux_graph.h	/^    inline GraphNum maxRank() const$/;"	f	class:AuxGraph
1327max_rank	showgraph/Layout/aux_graph.h	/^    GraphNum max_rank;$/;"	m	class:AuxGraph
1328merge	showgraph/Layout/node_group.cpp	/^void NodeGroup::merge( NodeGroup *grp)$/;"	f	class:NodeGroup
1329message	showgraph/GraphView/gview_iface.h	/^    inline QString message()$/;"	f	class:GGraphError
1330mode	showgraph/GraphView/edge_item.h	/^    inline EdgeMode mode() const$/;"	f	class:EdgeItem
1331modelX	showgraph/Layout/aux_node.h	/^    inline double modelX() const$/;"	f	class:AuxNode
1332modelY	showgraph/Layout/aux_node.h	/^    inline double modelY() const$/;"	f	class:AuxNode
1333mouseDoubleClickEvent	showgraph/GraphView/edge_item.cpp	/^void EdgeItem::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *ev)$/;"	f	class:EdgeItem
1334mouseDoubleClickEvent	showgraph/GraphView/graph_view.cpp	/^GraphView::mouseDoubleClickEvent(QMouseEvent *ev)$/;"	f	class:GraphView
1335mouseDoubleClickEvent	showgraph/GraphView/node_item.cpp	/^void NodeItem::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event)$/;"	f	class:NodeItem
1336mouseMoveEvent	showgraph/GraphView/graph_view.cpp	/^GraphView::mouseMoveEvent(QMouseEvent *ev)$/;"	f	class:GraphView
1337mousePressEvent	showgraph/GraphView/edge_item.cpp	/^void EdgeItem::mousePressEvent(QGraphicsSceneMouseEvent *event)$/;"	f	class:EdgeItem
1338mousePressEvent	showgraph/GraphView/graph_view.cpp	/^GraphView::mousePressEvent(QMouseEvent *ev)$/;"	f	class:GraphView
1339mousePressEvent	showgraph/GraphView/node_item.cpp	/^void NodeItem::mousePressEvent( QGraphicsSceneMouseEvent *event)$/;"	f	class:NodeItem
1340mouseReleaseEvent	showgraph/GraphView/edge_item.cpp	/^void EdgeItem::mouseReleaseEvent(QGraphicsSceneMouseEvent *ev)$/;"	f	class:EdgeItem
1341mouseReleaseEvent	showgraph/GraphView/graph_view.cpp	/^GraphView::mouseReleaseEvent( QMouseEvent *ev)$/;"	f	class:GraphView
1342mouseReleaseEvent	showgraph/GraphView/node_item.cpp	/^void NodeItem::mouseReleaseEvent( QGraphicsSceneMouseEvent *event)$/;"	f	class:NodeItem
1343msg_priv	showgraph/GraphView/gview_iface.h	/^    QString msg_priv;$/;"	m	class:GGraphError
1344multiLineCommentFormat	gui/obsolete/highlighter.h	/^     QTextCharFormat multiLineCommentFormat;$/;"	m	class:Highlighter
1345mw	gui/fileviewer.h	/^mainwindow *mw;$/;"	m	class:fileviewer
1346mw	gui/listhandler.h	/^mainwindow *mw;$/;"	m	class:listhandler
1347mw	gui/searchhandler.h	/^mainwindow *mw;$/;"	m	class:searchhandler
1348my_pos	showgraph/Utils/mem_entry.h	/^        ChunkPos my_pos;$/;"	m	class:MemImpl::Entry
1349name	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.cpp	/^ QString CodeEditorWidgetPlugin::name() const$/;"	f	class:CodeEditorWidgetPlugin
1350name	showgraph/GraphView/gstyle.h	/^inline QString GStyle::name() const$/;"	f	class:GStyle
1351name_combo	showgraph/GraphView/style_edit.h	/^    QComboBox *name_combo;$/;"	m	class:StyleEdit
1352name_label	showgraph/GraphView/style_edit.h	/^    QLabel *name_label;$/;"	m	class:StyleEdit
1353name_priv	showgraph/GraphView/gstyle.h	/^    QString name_priv;$/;"	m	class:GStyle
1354navNext	showgraph/GraphView/graph_view.cpp	/^void GraphView::navNext()$/;"	f	class:GraphView
1355navPrev	showgraph/GraphView/graph_view.cpp	/^void GraphView::navPrev()$/;"	f	class:GraphView
1356newEdge	showgraph/Graph/agraph.h	/^    AEdge* newEdge( ANode* pred, ANode* succ)$/;"	f	class:AGraph
1357newEdge	showgraph/Graph/graph_inline.h	/^Graph::newEdge( Node * pred, Node * succ)$/;"	f	class:Graph
1358newEdge	showgraph/Graph/graph_inline.h	/^Graph::newEdge( Node * pred, Node * succ, QDomElement e)$/;"	f	class:Graph
1359newEdge	showgraph/GraphView/graph_view.cpp	/^GGraph::newEdge( GNode* pred, GNode* succ)$/;"	f	class:GGraph
1360newEdge	showgraph/GraphView/graph_view.cpp	/^GGraph::newEdge( GNode* pred, GNode* succ, QDomElement e)$/;"	f	class:GGraph
1361newEdge	showgraph/GraphView/graph_view.h	/^    AuxEdge* newEdge( AuxNode * pred, AuxNode *succ)$/;"	f	class:GGraph
1362newEdge	showgraph/GraphView/graph_view.h	/^    AuxEdge* newEdge( AuxNode * pred, AuxNode *succ, QDomElement e)$/;"	f	class:GGraph
1363newEdgeImpl	showgraph/Graph/graph_inline.h	/^Graph::newEdgeImpl( Node * pred, Node * succ)$/;"	f	class:Graph
1364newMarker	showgraph/Graph/marker.h	/^inline Marker MarkerManager::newMarker()$/;"	f	class:MarkerManager
1365newNode	showgraph/Graph/agraph.h	/^    ANode* newNode()$/;"	f	class:AGraph
1366newNode	showgraph/Graph/graph_inline.h	/^Graph::newNode( QDomElement e)$/;"	f	class:Graph
1367newNode	showgraph/Graph/graph_inline.h	/^Graph::newNode()$/;"	f	class:Graph
1368newNode	showgraph/GraphView/graph_view.cpp	/^GGraph::newNode( QDomElement e)$/;"	f	class:GGraph
1369newNode	showgraph/GraphView/graph_view.cpp	/^GGraph::newNode()$/;"	f	class:GGraph
1370newNodeImpl	showgraph/Graph/graph_inline.h	/^Graph::newNodeImpl( GraphUid id)$/;"	f	class:Graph
1371newNum	showgraph/Graph/num.h	/^inline Numeration NumManager::newNum()$/;"	f	class:NumManager
1372newSearchText	gui/searchhandler.cpp	/^void searchhandler::newSearchText()$/;"	f	class:searchhandler
1373newSearchTextSymbolOnly	gui/searchhandler.cpp	/^void searchhandler::newSearchTextSymbolOnly()$/;"	f	class:searchhandler
1374new_style	showgraph/GraphView/graph_view.h	/^        GStyle *new_style;$/;"	m	struct:GraphView::StyleEditInfo
1375next	makedb/optlist.h	/^    struct option_t *next;$/;"	m	struct:option_t	typeref:struct:option_t::option_t
1376next	showgraph/GraphView/graph_view.cpp	/^NavEvent *GraphViewHistory::next()$/;"	f	class:GraphViewHistory
1377next	showgraph/Utils/list.h	/^    inline Item *next( ListId list) const$/;"	f	class:MListIface
1378next	showgraph/Utils/list.h	/^    inline Item *next() const$/;"	f	class:MListIface
1379next	showgraph/Utils/list.h	/^    inline Item *next() const$/;"	f	class:SListIface
1380next	showgraph/Utils/list.h	/^    inline ListItem<Data> *next() const$/;"	f	class:ListItem
1381next	showgraph/Utils/list.h	/^    inline MListItem< 1> *next() const$/;"	f	class:MListItem
1382next	showgraph/Utils/list.h	/^    inline MListItem< dim> *next( ListId list) const$/;"	f	class:MListItem
1383nextEdge	showgraph/Graph/agraph.h	/^    inline AEdge* nextEdge()$/;"	f	class:AEdge
1384nextEdge	showgraph/Graph/edge_inline.h	/^inline Edge* Edge::nextEdge()$/;"	f	class:Edge
1385nextEdge	showgraph/Graph/node_inline.h	/^inline void PredIterImpl::nextEdge()$/;"	f	class:PredIterImpl
1386nextEdge	showgraph/Graph/node_inline.h	/^inline void SuccIterImpl::nextEdge()$/;"	f	class:SuccIterImpl
1387nextEdge	showgraph/Graph/node_inline.h	/^inline void UnDirIterImpl::nextEdge()$/;"	f	class:UnDirIterImpl
1388nextEdge	showgraph/GraphView/edge_item.h	/^    inline GEdge* nextEdge()$/;"	f	class:GEdge
1389nextEdge	showgraph/Layout/aux_edge.h	/^    inline AuxEdge* nextEdge()$/;"	f	class:AuxEdge
1390nextEdgeInDir	showgraph/Graph/agraph.h	/^    inline AEdge* nextEdgeInDir( GraphDir dir)$/;"	f	class:AEdge
1391nextEdgeInDir	showgraph/Graph/edge_inline.h	/^inline Edge* Edge::nextEdgeInDir( GraphDir dir)$/;"	f	class:Edge
1392nextEdgeInDir	showgraph/GraphView/edge_item.h	/^    inline GEdge* nextEdgeInDir( GraphDir dir)$/;"	f	class:GEdge
1393nextEdgeInDir	showgraph/Layout/aux_edge.h	/^    inline AuxEdge* nextEdgeInDir( GraphDir dir)$/;"	f	class:AuxEdge
1394nextFree	showgraph/Utils/mem_entry.h	/^    Entry< Data>::nextFree() const$/;"	f	class:MemImpl::Entry
1395nextNode	showgraph/Graph/agraph.h	/^    inline ANode* nextNode()$/;"	f	class:ANode
1396nextNode	showgraph/Graph/node_inline.h	/^inline Node* Node::nextNode()$/;"	f	class:Node
1397nextNode	showgraph/GraphView/node_item.h	/^    inline GNode* nextNode()$/;"	f	class:GNode
1398nextNode	showgraph/Layout/aux_node.h	/^    inline AuxNode* nextNode()$/;"	f	class:AuxNode
1399nextPred	showgraph/Graph/agraph.h	/^    inline AEdge* nextPred()$/;"	f	class:AEdge
1400nextPred	showgraph/Graph/edge_inline.h	/^inline Edge* Edge::nextPred()$/;"	f	class:Edge
1401nextPred	showgraph/GraphView/edge_item.h	/^    inline GEdge* nextPred()$/;"	f	class:GEdge
1402nextPred	showgraph/Layout/aux_edge.h	/^    inline AuxEdge* nextPred()$/;"	f	class:AuxEdge
1403nextSucc	showgraph/Graph/agraph.h	/^    inline AEdge* nextSucc()$/;"	f	class:AEdge
1404nextSucc	showgraph/Graph/edge_inline.h	/^inline Edge* Edge::nextSucc()$/;"	f	class:Edge
1405nextSucc	showgraph/GraphView/edge_item.h	/^    inline GEdge* nextSucc()$/;"	f	class:GEdge
1406nextSucc	showgraph/Layout/aux_edge.h	/^    inline AuxEdge* nextSucc()$/;"	f	class:AuxEdge
1407nextValue	showgraph/Graph/marker.h	/^MarkerManager::nextValue()$/;"	f	class:MarkerManager
1408nextValue	showgraph/Graph/num.h	/^inline NumValue NumManager::nextValue()$/;"	f	class:NumManager
1409next_free_pos	showgraph/Utils/mem_entry.h	/^        ChunkPos next_free_pos;$/;"	m	class:MemImpl::Entry
1410node	showgraph/Graph/agraph.h	/^    inline ANode *node( GraphDir dir) const$/;"	f	class:AEdge
1411node	showgraph/Graph/edge_inline.h	/^inline Node *Edge::node( GraphDir dir) const$/;"	f	class:Edge
1412node	showgraph/Graph/node_inline.h	/^EdgeIterIface< EdgeIterImpl>::node() const$/;"	f	class:EdgeIterIface
1413node	showgraph/Graph/node_inline.h	/^inline Node * PredIterImpl::node() const$/;"	f	class:PredIterImpl
1414node	showgraph/Graph/node_inline.h	/^inline Node * SuccIterImpl::node() const$/;"	f	class:SuccIterImpl
1415node	showgraph/Graph/node_inline.h	/^inline Node * UnDirIterImpl::node() const$/;"	f	class:UnDirIterImpl
1416node	showgraph/GraphView/edge_item.cpp	/^GEdge::node( GraphDir dir) const $/;"	f	class:GEdge
1417node	showgraph/GraphView/graph_view.h	/^        GNode *node;$/;"	m	union:NavEvent::NavEventData
1418node	showgraph/GraphView/graph_view.h	/^        GNode* node;$/;"	m	struct:GraphView::StyleEditInfo
1419node	showgraph/GraphView/graph_view.h	/^    inline GNode *node() const$/;"	f	class:NavEvent
1420node	showgraph/GraphView/navigation.h	/^GNode* NodeNav::node() const$/;"	f	class:NodeNav
1421node	showgraph/GraphView/node_item.h	/^    inline GNode *node() const$/;"	f	class:NodeItem
1422node	showgraph/Layout/aux_edge.h	/^    inline AuxNode *node( GraphDir dir) const$/;"	f	class:AuxEdge
1423node	showgraph/Layout/aux_graph.h	/^        AuxNode *node; \/\/ Node in consideration$/;"	m	struct:AuxGraph::SimpleDfsStepInfo
1424node	showgraph/Layout/layout.cpp	/^    AuxNode *node; \/** Node in consideration *\/$/;"	m	struct:DfsStepInfo	file:
1425nodeCount	showgraph/Graph/graph_inline.h	/^inline GraphNum Graph::nodeCount() const$/;"	f	class:Graph
1426nodeDown	showgraph/GraphView/visible_edge.cpp	/^VEdge::nodeDown() const$/;"	f	class:VEdge
1427nodeInDepth	showgraph/Layout/layout.cpp	/^    AuxNode *nodeInDepth()$/;"	f	struct:DfsStepInfo
1428nodeInFocus	showgraph/GraphView/graph_view.h	/^    inline GNode* nodeInFocus() const$/;"	f	class:GGraph
1429nodeItemMenu	showgraph/GraphView/graph_view.h	/^    QMenu *nodeItemMenu;$/;"	m	class:GraphView
1430nodeLeft	showgraph/GraphView/visible_edge.cpp	/^VEdge::nodeLeft() const$/;"	f	class:VEdge
1431nodeMenu	showgraph/GraphView/graph_view.h	/^    inline QMenu *nodeMenu() const$/;"	f	class:GraphView
1432nodeNavigationSector	showgraph/GraphView/graph_view.h	/^    inline NavSector nodeNavigationSector() const$/;"	f	class:GGraph
1433nodePool	showgraph/Graph/graph_inline.h	/^inline Pool *Graph::nodePool() const$/;"	f	class:Graph
1434nodeRight	showgraph/GraphView/visible_edge.cpp	/^VEdge::nodeRight() const$/;"	f	class:VEdge
1435nodeShape2Str	showgraph/GraphView/gstyle.h	/^nodeShape2Str( NodeShape shape)$/;"	f
1436nodeTextIsShown	showgraph/GraphView/graph_view.h	/^    Marker nodeTextIsShown;$/;"	m	class:GGraph
1437nodeUp	showgraph/GraphView/visible_edge.cpp	/^VEdge::nodeUp() const$/;"	f	class:VEdge
1438node_animation_timer	showgraph/GraphView/graph_view.h	/^    int node_animation_timer;$/;"	m	class:GraphView
1439node_in_focus	showgraph/GraphView/graph_view.h	/^    NodeNav node_in_focus;\/\/ Node in focus + navigation sector$/;"	m	class:GGraph
1440node_list	showgraph/Layout/aux_graph.h	/^    QList< AuxNode*> node_list;$/;"	m	class:Level
1441node_list	showgraph/Layout/node_group.h	/^    QList< AuxNode *> node_list;$/;"	m	class:NodeGroup
1442node_next_id	showgraph/Graph/graph.h	/^    GraphUid node_next_id;$/;"	m	class:Graph
1443node_num	showgraph/Graph/graph.h	/^    GraphNum node_num;$/;"	m	class:Graph
1444node_p	showgraph/GraphView/node_item.h	/^    GNode *node_p;$/;"	m	class:NodeItem
1445node_pool	showgraph/Graph/graph.h	/^    Pool *node_pool;$/;"	m	class:Graph
1446node_priv	showgraph/GraphView/navigation.h	/^    GNode *node_priv;$/;"	m	class:NodeNav
1447node_type	showgraph/Layout/aux_node.h	/^    AuxNodeType node_type;$/;"	m	class:AuxNode
1448nodes	showgraph/Graph/edge.h	/^    Node *nodes[ GRAPH_DIRS_NUM]; \/\/Adjacent nodes$/;"	m	class:Edge
1449nodes	showgraph/Layout/aux_graph.h	/^    inline QList< AuxNode*> nodes() const$/;"	f	class:Level
1450nodes	showgraph/Layout/node_group.h	/^    QList<AuxNode *> nodes() const$/;"	f	class:NodeGroup
1451numItems	showgraph/GraphView/gstyle.h	/^inline GraphNum GStyle::numItems()$/;"	f	class:GStyle
1452num_items	showgraph/GraphView/gstyle.h	/^    GraphNum num_items;$/;"	m	class:GStyle
1453number	showgraph/Graph/num.h	/^Numbered::number( Numeration num)$/;"	f	class:Numbered
1454numbers	showgraph/Graph/num.h	/^    GraphNum numbers[ MAX_NUMERATIONS];$/;"	m	class:Numbered
1455nums	showgraph/Graph/num.h	/^    NumValue nums[ MAX_NUMERATIONS];$/;"	m	class:NumManager
1456nums	showgraph/Graph/num.h	/^    NumValue nums[ MAX_NUMERATIONS];$/;"	m	class:Numbered
1457ok	showgraph/GraphView/style_edit.h	/^    QPushButton *ok;$/;"	m	class:StyleEdit
1458old_style	showgraph/GraphView/graph_view.h	/^        GStyle *old_style;$/;"	m	struct:GraphView::StyleEditInfo
1459opacity	showgraph/GraphView/node_item.h	/^    qreal opacity;$/;"	m	class:NodeItem
1460opacityLevel	showgraph/GraphView/node_item.h	/^    inline qreal opacityLevel() const$/;"	f	class:NodeItem
1461open_csdb	makedb/cs2sq.cpp	/^csdbparser::enResult cs2sq::open_csdb(const char* csdbfn)$/;"	f	class:cs2sq
1462open_db	makedb/cs2sq.cpp	/^cs2sq::enResult cs2sq::open_db(const char* sqldb)$/;"	f	class:cs2sq
1463open_dbfile	querylib/sqlquery.cpp	/^sqlquery::en_filereadstatus sqlquery::open_dbfile(tStr dbfn)$/;"	f	class:sqlquery
1464open_file	makedb/csdbparser.cpp	/^csdbparser::enResult csdbparser::open_file(const char *fn)$/;"	f	class:csdbparser
1465open_files	makedb/ctagread.cpp	/^ctagread::enResult ctagread::open_files(const char* sqldb, const char* tagsfn)$/;"	f	class:ctagread
1466operator !=	querylib/small_lib.cpp	/^bool smartFILE::operator !=(FILE* fptr) const {return (m_fp != fptr);}$/;"	f	class:smartFILE
1467operator !=	querylib/small_lib.cpp	/^bool smartFILE::operator !=(const smartFILE& sfp) const {return (m_fp != sfp.m_fp);}$/;"	f	class:smartFILE
1468operator !=	showgraph/Graph/node_inline.h	/^EdgeIterIface< EdgeIterImpl>::operator!=(const EdgeIterIface< EdgeIterImpl>& o) const$/;"	f	class:EdgeIterIface
1469operator ()	querylib/small_lib.cpp	/^FILE* smartFILE::operator() () {return m_fp;}$/;"	f	class:smartFILE
1470operator ()	querylib/small_lib.cpp	/^char* tempbuf::operator() () {return m_buffer;}$/;"	f	class:tempbuf
1471operator *	showgraph/Graph/node_inline.h	/^EdgeIterIface< EdgeIterImpl>::operator*()$/;"	f	class:EdgeIterIface
1472operator ++	querylib/small_lib.cpp	/^idxcounter& idxcounter::operator ++() {++m_ctr;sprintf(m_buf, "%lu", m_ctr); return *this;}$/;"	f	class:idxcounter
1473operator ++	showgraph/Graph/node_inline.h	/^EdgeIterIface< EdgeIterImpl>::operator++( int)$/;"	f	class:EdgeIterIface
1474operator ++	showgraph/Graph/node_inline.h	/^EdgeIterIface< EdgeIterImpl>::operator++()$/;"	f	class:EdgeIterIface
1475operator --	querylib/small_lib.cpp	/^idxcounter& idxcounter::operator --() {--m_ctr;sprintf(m_buf, "%lu", m_ctr); return *this;}$/;"	f	class:idxcounter
1476operator ->	showgraph/Utils/mem_ref.h	/^		inline RefObj* operator->()$/;"	f	class:Mem::Ref
1477operator =	gui/fileviewer.cpp	/^filedata& filedata::operator=(const filedata& fd)$/;"	f	class:filedata
1478operator =	gui/searchhandler.cpp	/^searchitem& searchitem::operator=(const searchitem& otheritem)$/;"	f	class:searchitem
1479operator =	makedb/csdbparser.cpp	/^sym_data& sym_data::operator= (const sym_data& copy)$/;"	f	class:sym_data
1480operator =	makedb/csdbparser.cpp	/^symdata_pack& symdata_pack::operator= (const symdata_pack& copy)$/;"	f	class:symdata_pack
1481operator =	querylib/small_lib.cpp	/^idxcounter& idxcounter::operator =(const idxcounter& idxc)$/;"	f	class:idxcounter
1482operator =	querylib/small_lib.cpp	/^idxcounter& idxcounter::operator =(long unsigned int idx) {m_ctr = idx; return *this;}$/;"	f	class:idxcounter
1483operator =	querylib/small_lib.cpp	/^smartFILE& smartFILE::operator =(FILE *fptr) {setme(fptr); return *this;}$/;"	f	class:smartFILE
1484operator =	querylib/small_lib.cpp	/^smartFILE& smartFILE::operator =(const smartFILE& sfp)$/;"	f	class:smartFILE
1485operator =	querylib/sqlquery.cpp	/^sqlqueryresultlist& sqlqueryresultlist::operator= (const sqlqueryresultlist& copy)$/;"	f	class:sqlqueryresultlist
1486operator =	showgraph/GraphView/gstyle.h	/^GStyle::operator = ( const GStyle& st)$/;"	f	class:GStyle
1487operator =	showgraph/Utils/mem_mgr.h	/^        MemInfo& operator =( const MemInfo&){};$/;"	f	class:MemImpl::MemInfo
1488operator =	showgraph/Utils/mem_pool.h	/^        PoolObj& operator = ( const PoolObj& obj){ return *this;};$/;"	f	class:Mem::PoolObj
1489operator =	showgraph/Utils/mem_ref.h	/^		Ref< RefObj> & operator=( RefObj* p)$/;"	f	class:Mem::Ref
1490operator =	showgraph/Utils/mem_ref.h	/^		Ref< RefObj> & operator=( const Ref< RefObj>& orig)$/;"	f	class:Mem::Ref
1491operator =	showgraph/Utils/utils_utest.cpp	/^    classA& operator =( const classA&){};$/;"	f	class:classA	file:
1492operator ==	querylib/small_lib.cpp	/^bool smartFILE::operator ==(FILE* fptr) const {return (m_fp == fptr);}$/;"	f	class:smartFILE
1493operator ==	querylib/small_lib.cpp	/^bool smartFILE::operator ==(const smartFILE& sfp) const {return (m_fp == sfp.m_fp);}$/;"	f	class:smartFILE
1494operator ==	showgraph/Graph/node_inline.h	/^EdgeIterIface< EdgeIterImpl>::operator==(const EdgeIterIface< EdgeIterImpl>& o) const$/;"	f	class:EdgeIterIface
1495operator ==	showgraph/Graph/node_iter.h	/^    inline bool operator==(const PredIterImpl& o) const \/**< Comparison operator *\/$/;"	f	class:PredIterImpl
1496operator ==	showgraph/Graph/node_iter.h	/^    inline bool operator==(const SuccIterImpl& o) const \/**< Comparison operator *\/$/;"	f	class:SuccIterImpl
1497operator ==	showgraph/Graph/node_iter.h	/^    inline bool operator==(const UnDirIterImpl& o) const \/**< Comparison operator *\/$/;"	f	class:UnDirIterImpl
1498operator ==	showgraph/Utils/mem_ref.h	/^		inline bool operator == ( Ref< RefObj> &r)$/;"	f	class:Mem::Ref
1499operator RefObj*	showgraph/Utils/mem_ref.h	/^		inline operator RefObj*()$/;"	f	class:Mem::Ref
1500operator []	querylib/small_lib.cpp	/^char  tempbuf::operator[] (unsigned int i)$/;"	f	class:tempbuf
1501operator bool	showgraph/Utils/mem_ref.h	/^		inline operator bool()$/;"	f	class:Mem::Ref
1502operator delete	showgraph/Utils/mem_chunk.h	/^    Chunk< Data>::operator delete( void* mem)$/;"	f	class:MemImpl::Chunk
1503operator delete	showgraph/Utils/mem_chunk.h	/^    Chunk< Data>::operator delete( void* ptr, void* mem)$/;"	f	class:MemImpl::Chunk
1504operator delete	showgraph/Utils/mem_pool.cpp	/^PoolObj::operator delete( void *ptr)$/;"	f	class:PoolObj
1505operator delete	showgraph/Utils/mem_pool.h	/^    PoolObj::operator delete( void *ptr, Pool* pool)$/;"	f	class:Mem::PoolObj
1506operator delete[]	showgraph/Utils/mem_pool.cpp	/^PoolObj::operator delete[]( void *ptr)$/;"	f	class:PoolObj
1507operator new	showgraph/Utils/mem_chunk.h	/^    Chunk< Data>::operator new ( size_t size, void* mem)$/;"	f	class:MemImpl::Chunk
1508operator new	showgraph/Utils/mem_pool.cpp	/^PoolObj::operator new( size_t size)$/;"	f	class:PoolObj
1509operator new	showgraph/Utils/mem_pool.h	/^    PoolObj::operator new ( size_t size, Pool* pool)$/;"	f	class:Mem::PoolObj
1510operator new[]	showgraph/Utils/mem_pool.cpp	/^PoolObj::operator new[]( size_t size)$/;"	f	class:PoolObj
1511option	makedb/optlist.h	/^    char option;$/;"	m	struct:option_t
1512option	showgraph/Utils/conf.h	/^    inline Option* option( QString name)$/;"	f	class:Conf
1513option_t	makedb/optlist.h	/^typedef struct option_t$/;"	s
1514option_t	makedb/optlist.h	/^} option_t;$/;"	t	typeref:struct:option_t
1515order	showgraph/Layout/aux_graph.h	/^    Numeration order;$/;"	m	class:AuxGraph
1516order	showgraph/Layout/aux_node.h	/^    inline int order() const$/;"	f	class:AuxNode
1517orderNodesByDFS	showgraph/Layout/layout.cpp	/^void AuxGraph::orderNodesByDFS()$/;"	f	class:AuxGraph
1518otherEnd	showgraph/GraphView/navigation.cpp	/^NodeNav::otherEnd( GEdge *edge) const$/;"	f	class:NodeNav
1519out	showgraph/Utils/print.h	/^    inline void out( const char* format, ...)$/;"	f	namespace:PrintUtils
1520paint	showgraph/GraphView/edge_helper.cpp	/^EdgeHelper::paint( QPainter *painter,$/;"	f	class:EdgeHelper
1521paint	showgraph/GraphView/edge_item.cpp	/^EdgeItem::paint( QPainter *painter,$/;"	f	class:EdgeItem
1522paint	showgraph/GraphView/node_item.cpp	/^NodeItem::paint( QPainter *painter,$/;"	f	class:NodeItem
1523paintEvent	gui/obsolete/CodeEditor.h	/^     void paintEvent(QPaintEvent *event) {$/;"	f	class:LineNumberArea
1524paintEvent	showgraph/GraphView/style_edit.cpp	/^void ColorButton::paintEvent( QPaintEvent *event)$/;"	f	class:ColorButton
1525parse	makedb/csdbheader.cpp	/^bool csdbheader::parse(void)$/;"	f	class:csdbheader
1526parse_headers	makedb/csdbparser.cpp	/^csdbparser::enResult csdbparser::parse_headers(void)$/;"	f	class:csdbparser
1527pattern	gui/obsolete/highlighter.h	/^         QRegExp pattern;$/;"	m	struct:Highlighter::HighlightingRule
1528peer	showgraph/Utils/list.h	/^    ListItem<Data> * peer[ LIST_DIR_NUM];$/;"	m	class:ListItem
1529peer	showgraph/Utils/list.h	/^    MListItem< 1> * peer[ LIST_DIR_NUM];$/;"	m	class:MListItem
1530peer	showgraph/Utils/list.h	/^    MListItem< dim> * peer[ dim][ LIST_DIR_NUM];$/;"	m	class:MListItem
1531peerInDir	showgraph/Utils/list.h	/^    inline MListItem< 1> * peerInDir( ListDir dir) const$/;"	f	class:MListItem
1532peerInDir	showgraph/Utils/list.h	/^    inline MListItem< dim> * peerInDir( ListId list, ListDir dir) const$/;"	f	class:MListItem
1533pen	showgraph/GraphView/gstyle.h	/^inline QPen GStyle::pen() const$/;"	f	class:GStyle
1534pen_priv	showgraph/GraphView/gstyle.h	/^    QPen pen_priv;$/;"	m	class:GStyle
1535perform_grep	gui/searchhandler.cpp	/^sqlqueryresultlist searchhandler::perform_grep(QString searchtxt, sqlqueryresultlist searchlist, bool exactmatch)$/;"	f	class:searchhandler
1536perform_open_db	gui/searchhandler.cpp	/^void searchhandler::perform_open_db(void)$/;"	f	class:searchhandler
1537perform_search	gui/searchhandler.cpp	/^void searchhandler::perform_search(QString searchtxt,$/;"	f	class:searchhandler
1538placeNodes	showgraph/Layout/node_group.cpp	/^void NodeGroup::placeNodes()$/;"	f	class:NodeGroup
1539placeNodesFinal	showgraph/Layout/node_group.cpp	/^void NodeGroup::placeNodesFinal( GraphDir dir)$/;"	f	class:NodeGroup
1540pool	showgraph/Utils/mem_chunk.h	/^        void *pool;       $/;"	m	class:MemImpl::Chunk
1541pool	showgraph/Utils/mem_obj.h	/^        inline Pool* pool() const$/;"	f	class:Mem::Obj
1542populateList	gui/listhandler.cpp	/^void listhandler::populateList(sqlqueryresultlist resultlist, int selectitem)$/;"	f	class:listhandler
1543pos	showgraph/Utils/mem_entry.h	/^    Entry< Data>::pos() const$/;"	f	class:MemImpl::Entry
1544pred	showgraph/Graph/agraph.h	/^    inline ANode *pred() const $/;"	f	class:AEdge
1545pred	showgraph/Graph/edge_inline.h	/^inline Node *Edge::pred() const$/;"	f	class:Edge
1546pred	showgraph/GraphView/edge_item.h	/^    inline GNode *pred() const $/;"	f	class:GEdge
1547pred	showgraph/GraphView/edge_item.h	/^    inline GNode* pred() const$/;"	f	class:EdgeItem
1548pred	showgraph/GraphView/visible_edge.h	/^GNode* VEdge::pred() const$/;"	f	class:VEdge
1549pred	showgraph/Layout/aux_edge.h	/^    inline AuxNode *pred() const $/;"	f	class:AuxEdge
1550pred_priv	showgraph/GraphView/visible_edge.h	/^    GNode *pred_priv;$/;"	m	class:VEdge
1551predsBegin	showgraph/Graph/node_inline.h	/^inline Node::Pred Node::predsBegin()$/;"	f	class:Node
1552predsEnd	showgraph/Graph/node_inline.h	/^inline Node::Pred Node::predsEnd()$/;"	f	class:Node
1553preferred_zoom	showgraph/GraphView/graph_view.h	/^    qreal preferred_zoom;$/;"	m	class:GraphView
1554prepareToExit	gui/listhandler.cpp	/^void listhandler::prepareToExit(void)$/;"	f	class:listhandler
1555prepareToExit	gui/mainwindow.cpp	/^void mainwindow::prepareToExit()$/;"	f	class:mainwindow
1556prepare_cqdb	makedb/ctagread.cpp	/^ctagread::enResult ctagread::prepare_cqdb(void)$/;"	f	class:ctagread
1557prepare_stmt	makedb/sqlbase.cpp	/^int sqlbase::prepare_stmt(sqlite3_stmt** pStmt, const char* sqlquery)$/;"	f	class:sqlbase
1558prev	showgraph/GraphView/graph_view.cpp	/^NavEvent *GraphViewHistory::prev()$/;"	f	class:GraphViewHistory
1559prev	showgraph/Utils/list.h	/^    inline Item* prev( ListId list) const$/;"	f	class:MListIface
1560prev	showgraph/Utils/list.h	/^    inline Item* prev() const$/;"	f	class:MListIface
1561prev	showgraph/Utils/list.h	/^    inline Item* prev() const$/;"	f	class:SListIface
1562prev	showgraph/Utils/list.h	/^    inline ListItem<Data>* prev() const$/;"	f	class:ListItem
1563prev	showgraph/Utils/list.h	/^    inline MListItem< 1>* prev() const$/;"	f	class:MListItem
1564prev	showgraph/Utils/list.h	/^    inline MListItem< dim>* prev( ListId list) const$/;"	f	class:MListItem
1565prevNode	showgraph/Graph/agraph.h	/^    inline ANode* prevNode()$/;"	f	class:ANode
1566prevNode	showgraph/Graph/node_inline.h	/^inline Node* Node::prevNode()$/;"	f	class:Node
1567prevNode	showgraph/GraphView/node_item.h	/^    inline GNode* prevNode()$/;"	f	class:GNode
1568prevNode	showgraph/Layout/aux_node.h	/^    inline AuxNode* prevNode()$/;"	f	class:AuxNode
1569print	showgraph/Utils/conf.cpp	/^Option::print( QTextStream &stream)$/;"	f	class:Option
1570printDefaults	showgraph/Utils/conf.cpp	/^void Conf::printDefaults()$/;"	f	class:Conf
1571printOpts	showgraph/Utils/conf.cpp	/^void Conf::printOpts()$/;"	f	class:Conf
1572print_contents	makedb/csdbheader.cpp	/^void csdbheader::print_contents(void)$/;"	f	class:csdbheader
1573printhelp	cli/main_cli.cpp	/^void printhelp(const char* str)$/;"	f
1574printhelp	makedb/main.cpp	/^void printhelp(const char* str)$/;"	f
1575printlicense	cli/main_cli.cpp	/^void printlicense(void)$/;"	f
1576printlicense	makedb/main.cpp	/^void printlicense(void)$/;"	f
1577priority	showgraph/Layout/aux_node.h	/^    inline int priority() const$/;"	f	class:AuxNode
1578priv_field	showgraph/Utils/mem_utest.cpp	/^    quint32 priv_field;$/;"	m	class:MyPoolObj	file:
1579priv_fixed	showgraph/Layout/aux_edge.h	/^    bool priv_fixed;$/;"	m	class:AuxEdge
1580priv_height	showgraph/Layout/aux_node.h	/^    double priv_height;$/;"	m	class:AuxNode
1581priv_level	showgraph/Layout/aux_node.h	/^    Level * priv_level;$/;"	m	class:AuxNode
1582priv_order	showgraph/Layout/aux_node.h	/^    int priv_order;$/;"	m	class:AuxNode
1583priv_priority	showgraph/Layout/aux_node.h	/^    int priv_priority;$/;"	m	class:AuxNode
1584priv_rank	showgraph/Layout/aux_node.h	/^    Rank priv_rank;$/;"	m	class:AuxNode
1585priv_type	showgraph/Layout/aux_edge.h	/^    AuxEdgeType priv_type;$/;"	m	class:AuxEdge
1586priv_width	showgraph/Layout/aux_node.h	/^    double priv_width;$/;"	m	class:AuxNode
1587priv_x	showgraph/Layout/aux_node.h	/^    double priv_x;$/;"	m	class:AuxNode
1588priv_y	showgraph/Layout/aux_node.h	/^    double priv_y;$/;"	m	class:AuxNode
1589process_argwithopt	cli/main_cli.cpp	/^void process_argwithopt(option_t* thisOpt, bool& err, tStr& fnstr, bool filemustexist)$/;"	f
1590process_argwithopt	makedb/main.cpp	/^void process_argwithopt(option_t* thisOpt, bool& err, std::string& fnstr, bool filemustexist)$/;"	f
1591process_cscope	makedb/main.cpp	/^int process_cscope(const char* cscopefn, const char* sqfn, bool debug)$/;"	f
1592process_ctags	makedb/ctagread.cpp	/^ctagread::enResult ctagread::process_ctags(void)$/;"	f	class:ctagread
1593process_ctags	makedb/main.cpp	/^int process_ctags(const char* ctagsfn, const char* sqfn, bool debug)$/;"	f
1594process_query	cli/main_cli.cpp	/^int process_query(tStr sqfn, tStr term, tStr param, bool exact, bool debug)$/;"	f
1595process_searchterm	querylib/sqlquery.cpp	/^tStr sqlquery::process_searchterm(const char* searchterm, const bool& exactmatch)$/;"	f	class:sqlquery
1596process_searchterm_autocomplete	querylib/sqlquery.cpp	/^tStr sqlquery::process_searchterm_autocomplete(const char* searchterm)$/;"	f	class:sqlquery
1597processfile	gui/themes/parse_themes.pl	/^sub processfile$/;"	s
1598ptr	showgraph/Utils/mem_ref.h	/^		RefObj *ptr;$/;"	m	class:Mem::Ref
1599pyAdditionalRules	gui/obsolete/highlighter.cpp	/^ void Highlighter::pyAdditionalRules(const QString &text)$/;"	f	class:Highlighter
1600pyHighlightingRules	gui/obsolete/highlighter.h	/^     QVector<HighlightingRule> pyHighlightingRules;$/;"	m	class:Highlighter
1601python_Bespin	gui/themes_gen.cpp	/^static const lexstyle python_Bespin[] = {$/;"	v	file:
1602python_Black_board	gui/themes_gen.cpp	/^static const lexstyle python_Black_board[] = {$/;"	v	file:
1603python_Choco	gui/themes_gen.cpp	/^static const lexstyle python_Choco[] = {$/;"	v	file:
1604python_Deep_Black	gui/themes_gen.cpp	/^static const lexstyle python_Deep_Black[] = {$/;"	v	file:
1605python_Eclipse_Default	gui/themes_gen.cpp	/^static const lexstyle python_Eclipse_Default[] = {$/;"	v	file:
1606python_Hello_Kitty	gui/themes_gen.cpp	/^static const lexstyle python_Hello_Kitty[] = {$/;"	v	file:
1607python_HotFudgeSundae	gui/themes_gen.cpp	/^static const lexstyle python_HotFudgeSundae[] = {$/;"	v	file:
1608python_Mono_Industrial	gui/themes_gen.cpp	/^static const lexstyle python_Mono_Industrial[] = {$/;"	v	file:
1609python_Monokai	gui/themes_gen.cpp	/^static const lexstyle python_Monokai[] = {$/;"	v	file:
1610python_MossyLawn	gui/themes_gen.cpp	/^static const lexstyle python_MossyLawn[] = {$/;"	v	file:
1611python_Navajo	gui/themes_gen.cpp	/^static const lexstyle python_Navajo[] = {$/;"	v	file:
1612python_NotepadPlusPlus	gui/themes_gen.cpp	/^static const lexstyle python_NotepadPlusPlus[] = {$/;"	v	file:
1613python_Obsidian	gui/themes_gen.cpp	/^static const lexstyle python_Obsidian[] = {$/;"	v	file:
1614python_Plastic_Code_Wrap	gui/themes_gen.cpp	/^static const lexstyle python_Plastic_Code_Wrap[] = {$/;"	v	file:
1615python_Ruby_Blue	gui/themes_gen.cpp	/^static const lexstyle python_Ruby_Blue[] = {$/;"	v	file:
1616python_Solarized	gui/themes_gen.cpp	/^static const lexstyle python_Solarized[] = {$/;"	v	file:
1617python_Solarized_light	gui/themes_gen.cpp	/^static const lexstyle python_Solarized_light[] = {$/;"	v	file:
1618python_Twilight	gui/themes_gen.cpp	/^static const lexstyle python_Twilight[] = {$/;"	v	file:
1619python_Vibrant_Ink	gui/themes_gen.cpp	/^static const lexstyle python_Vibrant_Ink[] = {$/;"	v	file:
1620python_Zenburn	gui/themes_gen.cpp	/^static const lexstyle python_Zenburn[] = {$/;"	v	file:
1621python_khaki	gui/themes_gen.cpp	/^static const lexstyle python_khaki[] = {$/;"	v	file:
1622python_vim_Dark_Blue	gui/themes_gen.cpp	/^static const lexstyle python_vim_Dark_Blue[] = {$/;"	v	file:
1623pythonstyle	gui/themes_gen.cpp	/^static const langstyle pythonstyle[] = {$/;"	v	file:
1624qry	querylib/sqlquery.h	/^tStr qry;$/;"	m	class:tempstmt
1625qt2str	gui/std2qt.h	/^inline tStr qt2str(const QString& inp)$/;"	f
1626qt2strLst	gui/std2qt.cpp	/^tVecStr qt2strLst(const QStringList& inpLst)$/;"	f
1627qtype	gui/searchhandler.h	/^	sqlquery::en_queryType qtype;$/;"	m	class:searchitem
1628quotationFormat	gui/obsolete/highlighter.h	/^     QTextCharFormat quotationFormat;$/;"	m	class:Highlighter
1629rank	showgraph/Layout/aux_graph.h	/^    inline Rank rank() const$/;"	f	class:Level
1630rank	showgraph/Layout/aux_node.h	/^    inline int rank() const$/;"	f	class:AuxNode
1631rankNodes	showgraph/Layout/layout.cpp	/^Numeration AuxGraph::rankNodes()$/;"	f	class:AuxGraph
1632ranking	showgraph/Layout/aux_graph.h	/^    Numeration ranking;$/;"	m	class:AuxGraph
1633rankingValid	showgraph/Layout/aux_graph.h	/^    inline bool rankingValid() const$/;"	f	class:AuxGraph
1634ranking_valid	showgraph/Layout/aux_graph.h	/^    bool ranking_valid;$/;"	m	class:AuxGraph
1635ranks	showgraph/Layout/aux_graph.h	/^    inline Numeration ranks() const$/;"	f	class:AuxGraph
1636rboxPath	showgraph/GraphView/node_item.cpp	/^inline QPainterPath rboxPath( QRectF rect)$/;"	f
1637rboxRect	showgraph/GraphView/node_item.cpp	/^inline QRectF rboxRect( QRectF rect)$/;"	f
1638readArgs	showgraph/Utils/conf.cpp	/^void Conf::readArgs( int argc, char** argv)$/;"	f	class:Conf
1639readFromElement	showgraph/Graph/edge.cpp	/^Edge::readFromElement( QDomElement e)$/;"	f	class:Edge
1640readFromElement	showgraph/Graph/node_inline.h	/^Node::readFromElement( QDomElement e)$/;"	f	class:Node
1641readFromElement	showgraph/GraphView/edge_item.cpp	/^GEdge::readFromElement( QDomElement e)$/;"	f	class:GEdge
1642readFromElement	showgraph/GraphView/node_item.cpp	/^GNode::readFromElement( QDomElement e)$/;"	f	class:GNode
1643readFromXML	showgraph/Graph/graph.cpp	/^Graph::readFromXML( QString txt) \/\/ changed to read from QString rather than from file$/;"	f	class:Graph
1644readFromXML	showgraph/GraphView/graph_view.cpp	/^GGraph::readFromXML( QString txt)$/;"	f	class:GGraph
1645readSettings	gui/mainwindow.cpp	/^void mainwindow::readSettings()$/;"	f	class:mainwindow
1646read_configtbl	querylib/sqlquery.cpp	/^tStr sqlquery::read_configtbl(const char *key, sqlite3_stmt *stmt)$/;"	f	class:sqlquery
1647realNode	showgraph/GraphView/edge_item.cpp	/^GEdge::realNode( GraphDir dir) const $/;"	f	class:GEdge
1648realNode	showgraph/Layout/aux_edge.h	/^	inline AuxNode* realNode( GraphDir dir) const$/;"	f	class:AuxEdge
1649realPred	showgraph/GraphView/edge_item.h	/^    inline GNode* realPred() const$/;"	f	class:GEdge
1650realPred	showgraph/Layout/aux_edge.h	/^	inline AuxNode* realPred() const$/;"	f	class:AuxEdge
1651realSucc	showgraph/GraphView/edge_item.h	/^    inline GNode* realSucc() const$/;"	f	class:GEdge
1652realSucc	showgraph/Layout/aux_edge.h	/^	inline AuxNode* realSucc() const$/;"	f	class:AuxEdge
1653recvDBtimestamp	gui/fileviewer.cpp	/^void fileviewer::recvDBtimestamp(QDateTime dt)$/;"	f	class:fileviewer
1654reduceCrossings	showgraph/Layout/layout.cpp	/^void AuxGraph::reduceCrossings()$/;"	f	class:AuxGraph
1655refCount	showgraph/Utils/mem_obj.h	/^		inline RefNumber refCount() const$/;"	f	class:Mem::Obj
1656ref_count	showgraph/Utils/mem_obj.h	/^		RefNumber ref_count; \/* Additional memory used, the overhead of counted references *\/$/;"	m	class:Mem::Obj
1657reinit	querylib/small_lib.cpp	/^char* tempbuf::reinit(unsigned int n)$/;"	f	class:tempbuf
1658remove	showgraph/GraphView/edge_item.h	/^    inline void remove()$/;"	f	class:EdgeItem
1659remove	showgraph/GraphView/node_item.h	/^    inline void remove()$/;"	f	class:NodeItem
1660remove_symname	gui/sqlqueryadv.cpp	/^void sqlqueryadv::remove_symname(sqlqueryresultlist& res, tStr name)$/;"	f	class:sqlqueryadv
1661replaceLexer	gui/fileviewer.cpp	/^void fileviewer::replaceLexer(const char* langstr, int lang)$/;"	f	class:fileviewer
1662replacechar	querylib/small_lib.cpp	/^int replacechar(std::string::iterator i1, std::string::iterator i2, const char o, const char r)$/;"	f
1663replayNavigationEvent	showgraph/GraphView/graph_view.cpp	/^void GraphView::replayNavigationEvent( NavEvent *ev)$/;"	f	class:GraphView
1664requestToProvideResultCurrentListItemSymbolName	gui/listhandler.cpp	/^void listhandler::requestToProvideResultCurrentListItemSymbolName()$/;"	f	class:listhandler
1665resCSDBPError	makedb/cs2sq.h	/^	resCSDBPError,$/;"	e	enum:cs2sq::enResult
1666resCSDBPFileNotOpen	makedb/cs2sq.h	/^	resCSDBPFileNotOpen,$/;"	e	enum:cs2sq::enResult
1667resFILE_ACCESS_ERR	makedb/cs2sq.h	/^	resFILE_ACCESS_ERR,$/;"	e	enum:cs2sq::enResult
1668resFILE_ACCESS_ERR	makedb/csdbparser.h	/^   resFILE_ACCESS_ERR,$/;"	e	enum:csdbparser::enResult
1669resFILE_ACCESS_ERR	makedb/ctagread.h	/^   resFILE_ACCESS_ERR,$/;"	e	enum:ctagread::enResult
1670resFILE_NOT_FOUND	makedb/csdbparser.h	/^   resFILE_NOT_FOUND,$/;"	e	enum:csdbparser::enResult
1671resFILE_NOT_FOUND	makedb/ctagread.h	/^   resFILE_NOT_FOUND,$/;"	e	enum:ctagread::enResult
1672resFILE_NOT_OPEN	makedb/csdbparser.h	/^   resFILE_NOT_OPEN$/;"	e	enum:csdbparser::enResult
1673resFILE_NOT_OPEN	makedb/ctagread.h	/^   resFILE_NOT_OPEN$/;"	e	enum:ctagread::enResult
1674resFilenameError	makedb/cs2sq.h	/^	resFilenameError,$/;"	e	enum:cs2sq::enResult
1675resINCORRECT_VER	makedb/csdbparser.h	/^   resINCORRECT_VER,$/;"	e	enum:csdbparser::enResult
1676resINCORRECT_VER	makedb/ctagread.h	/^   resINCORRECT_VER,$/;"	e	enum:ctagread::enResult
1677resOK	makedb/cs2sq.h	/^	resOK = 0,$/;"	e	enum:cs2sq::enResult
1678resOK	makedb/csdbparser.h	/^   resOK = 0,$/;"	e	enum:csdbparser::enResult
1679resOK	makedb/ctagread.h	/^   resOK = 0,$/;"	e	enum:ctagread::enResult
1680resOTHER_ERR	makedb/cs2sq.h	/^	resOTHER_ERR$/;"	e	enum:cs2sq::enResult
1681resOTHER_ERR	makedb/csdbparser.h	/^   resOTHER_ERR,$/;"	e	enum:csdbparser::enResult
1682resOTHER_ERR	makedb/ctagread.h	/^   resOTHER_ERR,$/;"	e	enum:ctagread::enResult
1683resSQLError	makedb/cs2sq.h	/^	resSQLError,$/;"	e	enum:cs2sq::enResult
1684resSQLError	makedb/ctagread.h	/^   resSQLError,$/;"	e	enum:ctagread::enResult
1685resUNKNOWN_ERR	makedb/csdbparser.h	/^   resUNKNOWN_ERR,$/;"	e	enum:csdbparser::enResult
1686resUNKNOWN_ERR	makedb/ctagread.h	/^   resUNKNOWN_ERR,$/;"	e	enum:ctagread::enResult
1687resUNRECOG_FORMAT	makedb/csdbparser.h	/^   resUNRECOG_FORMAT,$/;"	e	enum:csdbparser::enResult
1688resUNRECOG_FORMAT	makedb/ctagread.h	/^   resUNRECOG_FORMAT,$/;"	e	enum:ctagread::enResult
1689resUNSUPPORTED_PARAM	makedb/csdbparser.h	/^   resUNSUPPORTED_PARAM,$/;"	e	enum:csdbparser::enResult
1690resUNSUPPORTED_PARAM	makedb/ctagread.h	/^   resUNSUPPORTED_PARAM,$/;"	e	enum:ctagread::enResult
1691reset	querylib/small_lib.cpp	/^void idxcounter::reset(void) {m_ctr = 0;}$/;"	f	class:idxcounter
1692reset	showgraph/GraphView/edge_helper.h	/^EdgeHelper::reset()$/;"	f	class:EdgeHelper
1693resizeColumns	gui/listhandler.cpp	/^void listhandler::resizeColumns(void)$/;"	f	class:listhandler
1694resizeEvent	gui/obsolete/CodeEditor.cpp	/^ void CodeEditor::resizeEvent(QResizeEvent *e)$/;"	f	class:CodeEditor
1695restoreSearchMemoryItem	gui/searchhandler.cpp	/^void searchhandler::restoreSearchMemoryItem(void)$/;"	f	class:searchhandler
1696resultCurrentListItemSymbolName	gui/searchhandler.cpp	/^void searchhandler::resultCurrentListItemSymbolName(const QString symName)$/;"	f	class:searchhandler
1697result_type	querylib/sqlquery.h	/^	en_resultType result_type;$/;"	m	class:sqlqueryresultlist
1698resultlist	querylib/sqlquery.h	/^	std::vector<sqlqueryresult> resultlist;$/;"	m	class:sqlqueryresultlist
1699retranslateUi	gui/listhandler.cpp	/^void listhandler::retranslateUi(void)$/;"	f	class:listhandler
1700retranslateUi	gui/mainwindow.cpp	/^void mainwindow::retranslateUi(void)$/;"	f	class:mainwindow
1701retranslateUi	gui/searchhandler.cpp	/^void searchhandler::retranslateUi(void)$/;"	f	class:searchhandler
1702right	showgraph/Layout/node_group.h	/^    inline qreal right() const$/;"	f	class:NodeGroup
1703rootNode	showgraph/Layout/aux_graph.cpp	/^AuxGraph::rootNode()$/;"	f	class:AuxGraph
1704rownum	gui/searchhandler.h	/^	int rownum;$/;"	m	class:searchitem
1705ruby_Bespin	gui/themes_gen.cpp	/^static const lexstyle ruby_Bespin[] = {$/;"	v	file:
1706ruby_Black_board	gui/themes_gen.cpp	/^static const lexstyle ruby_Black_board[] = {$/;"	v	file:
1707ruby_Choco	gui/themes_gen.cpp	/^static const lexstyle ruby_Choco[] = {$/;"	v	file:
1708ruby_Deep_Black	gui/themes_gen.cpp	/^static const lexstyle ruby_Deep_Black[] = {$/;"	v	file:
1709ruby_Eclipse_Default	gui/themes_gen.cpp	/^static const lexstyle ruby_Eclipse_Default[] = {$/;"	v	file:
1710ruby_Hello_Kitty	gui/themes_gen.cpp	/^static const lexstyle ruby_Hello_Kitty[] = {$/;"	v	file:
1711ruby_HotFudgeSundae	gui/themes_gen.cpp	/^static const lexstyle ruby_HotFudgeSundae[] = {$/;"	v	file:
1712ruby_Mono_Industrial	gui/themes_gen.cpp	/^static const lexstyle ruby_Mono_Industrial[] = {$/;"	v	file:
1713ruby_Monokai	gui/themes_gen.cpp	/^static const lexstyle ruby_Monokai[] = {$/;"	v	file:
1714ruby_MossyLawn	gui/themes_gen.cpp	/^static const lexstyle ruby_MossyLawn[] = {$/;"	v	file:
1715ruby_Navajo	gui/themes_gen.cpp	/^static const lexstyle ruby_Navajo[] = {$/;"	v	file:
1716ruby_NotepadPlusPlus	gui/themes_gen.cpp	/^static const lexstyle ruby_NotepadPlusPlus[] = {$/;"	v	file:
1717ruby_Obsidian	gui/themes_gen.cpp	/^static const lexstyle ruby_Obsidian[] = {$/;"	v	file:
1718ruby_Plastic_Code_Wrap	gui/themes_gen.cpp	/^static const lexstyle ruby_Plastic_Code_Wrap[] = {$/;"	v	file:
1719ruby_Ruby_Blue	gui/themes_gen.cpp	/^static const lexstyle ruby_Ruby_Blue[] = {$/;"	v	file:
1720ruby_Solarized	gui/themes_gen.cpp	/^static const lexstyle ruby_Solarized[] = {$/;"	v	file:
1721ruby_Solarized_light	gui/themes_gen.cpp	/^static const lexstyle ruby_Solarized_light[] = {$/;"	v	file:
1722ruby_Twilight	gui/themes_gen.cpp	/^static const lexstyle ruby_Twilight[] = {$/;"	v	file:
1723ruby_Vibrant_Ink	gui/themes_gen.cpp	/^static const lexstyle ruby_Vibrant_Ink[] = {$/;"	v	file:
1724ruby_Zenburn	gui/themes_gen.cpp	/^static const lexstyle ruby_Zenburn[] = {$/;"	v	file:
1725ruby_khaki	gui/themes_gen.cpp	/^static const lexstyle ruby_khaki[] = {$/;"	v	file:
1726ruby_vim_Dark_Blue	gui/themes_gen.cpp	/^static const lexstyle ruby_vim_Dark_Blue[] = {$/;"	v	file:
1727rubystyle	gui/themes_gen.cpp	/^static const langstyle rubystyle[] = {$/;"	v	file:
1728runLayout	showgraph/GraphView/graph_view.cpp	/^void GraphView::runLayout()$/;"	f	class:GraphView
1729runLayoutAct	showgraph/GraphView/graph_view.h	/^    QAction *runLayoutAct;$/;"	m	class:GraphView
1730savetodotfile	gui/graphdialog.cpp	/^void cqDialogGraph::savetodotfile()$/;"	f	class:cqDialogGraph
1731savetoimagefile	gui/graphdialog.cpp	/^void cqDialogGraph::savetoimagefile()$/;"	f	class:cqDialogGraph
1732scaleImage	gui/graphdialog.cpp	/^void cqDialogGraph::scaleImage(double factor)$/;"	f	class:cqDialogGraph
1733scaleVal	showgraph/GraphView/graph_view.cpp	/^inline qreal scaleVal( qreal zoom_scale)$/;"	f
1734search	querylib/sqlquery.cpp	/^sqlqueryresultlist sqlquery::search($/;"	f	class:sqlquery
1735searchNode	showgraph/GraphView/graph_view.h	/^    inline GNode * searchNode() const$/;"	f	class:GraphView
1736searchTextEdited	gui/searchhandler.cpp	/^void searchhandler::searchTextEdited(const QString& searchtxt)$/;"	f	class:searchhandler
1737search_autocomplete	querylib/sqlquery.cpp	/^tVecStr sqlquery::search_autocomplete(const char* searchstr)$/;"	f	class:sqlquery
1738search_autocomplete_qt	gui/searchhandler.cpp	/^QStringList searchhandler::search_autocomplete_qt(QString searchtxt)$/;"	f	class:searchhandler
1739search_classinheritgraph	gui/sqlqueryadv.cpp	/^bool sqlqueryadv::search_classinheritgraph(QString searchstr, bool exactmatch, QString& xmlout, QString& dotout)$/;"	f	class:sqlqueryadv
1740search_file_line	querylib/sqlquery.cpp	/^sqlqueryresultlist sqlquery::search_file_line(sqlite3_stmt* stmt)$/;"	f	class:sqlquery
1741search_file_only	querylib/sqlquery.cpp	/^sqlqueryresultlist sqlquery::search_file_only(sqlite3_stmt* stmt)$/;"	f	class:sqlquery
1742search_full	querylib/sqlquery.cpp	/^sqlqueryresultlist sqlquery::search_full(sqlite3_stmt* stmt)$/;"	f	class:sqlquery
1743search_funcgraph	gui/sqlqueryadv.cpp	/^bool sqlqueryadv::search_funcgraph(QString searchstr, bool exactmatch, QString& xmlout, QString& dotout)$/;"	f	class:sqlqueryadv
1744search_node	showgraph/GraphView/graph_view.h	/^    GNode *search_node;$/;"	m	class:GraphView
1745searchhandler	gui/searchhandler.cpp	/^searchhandler::searchhandler(mainwindow* pmw)$/;"	f	class:searchhandler
1746searchhandler	gui/searchhandler.h	/^class searchhandler : public QObject$/;"	c
1747searchitem	gui/searchhandler.cpp	/^searchitem::searchitem()$/;"	f	class:searchitem
1748searchitem	gui/searchhandler.cpp	/^searchitem::searchitem(const searchitem& otheritem)$/;"	f	class:searchitem
1749searchitem	gui/searchhandler.h	/^class searchitem$/;"	c
1750searchterm	gui/searchhandler.h	/^	QString searchterm;$/;"	m	class:searchitem
1751sector	showgraph/GraphView/navigation.h	/^NavSector NodeNav::sector() const$/;"	f	class:NodeNav
1752sectorMaxAngle	showgraph/GraphView/navigation.cpp	/^qreal NodeNav::sectorMaxAngle() const$/;"	f	class:NodeNav
1753sectorMinAngle	showgraph/GraphView/navigation.cpp	/^qreal NodeNav::sectorMinAngle() const$/;"	f	class:NodeNav
1754sector_priv	showgraph/GraphView/navigation.h	/^    NavSector sector_priv;$/;"	m	class:NodeNav
1755sel_edges	showgraph/GraphView/graph_view.h	/^    QList< GEdge* > sel_edges;$/;"	m	class:GGraph
1756sel_nodes	showgraph/GraphView/graph_view.h	/^    QList< GNode* > sel_nodes;$/;"	m	class:GGraph
1757selectEdge	showgraph/GraphView/graph_view.h	/^    inline void selectEdge( GEdge *e)$/;"	f	class:GGraph
1758selectFillColor	showgraph/GraphView/style_edit.cpp	/^void StyleEdit::selectFillColor()$/;"	f	class:StyleEdit
1759selectLineColor	showgraph/GraphView/style_edit.cpp	/^void StyleEdit::selectLineColor()$/;"	f	class:StyleEdit
1760selectNode	showgraph/GraphView/graph_view.h	/^    inline void selectNode( GNode *n)$/;"	f	class:GGraph
1761selectOneNode	showgraph/GraphView/graph_view.cpp	/^void GGraph::selectOneNode( GNode* n)$/;"	f	class:GGraph
1762selfEdgePath	showgraph/GraphView/edge_helper.cpp	/^QPainterPath EdgeHelper::selfEdgePath() const$/;"	f	class:EdgeHelper
1763selfEdgePath	showgraph/GraphView/edge_item.cpp	/^QPainterPath EdgeItem::selfEdgePath() const$/;"	f	class:EdgeItem
1764setBack	showgraph/Layout/aux_edge.h	/^    inline void setBack()$/;"	f	class:AuxEdge
1765setBc	showgraph/Layout/aux_node.h	/^    inline void setBc( qreal center)$/;"	f	class:AuxNode
1766setBoolVal	showgraph/Utils/conf.h	/^    inline void setBoolVal( bool val)$/;"	f	class:Option
1767setBrush	showgraph/GraphView/gstyle.h	/^inline void GStyle::setBrush( QBrush &br)$/;"	f	class:GStyle
1768setBrushColor	showgraph/GraphView/gstyle.h	/^inline void GStyle::setBrushColor( QColor &color)$/;"	f	class:GStyle
1769setColor	showgraph/GraphView/style_edit.h	/^    void setColor( QColor &cl)            $/;"	f	class:ColorButton
1770setCounterVal	querylib/small_lib.cpp	/^void idxcounter::setCounterVal(long unsigned int i) {m_ctr = i;}$/;"	f	class:idxcounter
1771setCurrPos	showgraph/GraphView/graph_view.h	/^    inline void setCurrPos( QPointF p)$/;"	f	class:GraphView
1772setCurrentFontType	gui/fileviewsettingsdialog.cpp	/^void cqDialogFileViewSettings::setCurrentFontType(const QString& fonttype)$/;"	f	class:cqDialogFileViewSettings
1773setCurrentTheme	gui/fileviewsettingsdialog.cpp	/^void cqDialogFileViewSettings::setCurrentTheme(const QString& theme)$/;"	f	class:cqDialogFileViewSettings
1774setData	showgraph/Utils/list.h	/^    inline void setData( Data* d)$/;"	f	class:ListItem
1775setDebug	makedb/csdbparser.cpp	/^void csdbparser::setDebug(bool val)$/;"	f	class:csdbparser
1776setDebug	makedb/sqlbase.cpp	/^void sqlbase::setDebug(bool val)$/;"	f	class:sqlbase
1777setDefined	showgraph/Utils/conf.h	/^    inline void setDefined( bool def = true)$/;"	f	class:Option
1778setDoc	showgraph/GraphView/node_item.h	/^    inline void setDoc( QTextDocument* doc)$/;"	f	class:GNode
1779setDst	showgraph/GraphView/edge_helper.h	/^EdgeHelper::setDst( NodeItem *item)$/;"	f	class:EdgeHelper
1780setDstP	showgraph/GraphView/edge_helper.h	/^EdgeHelper::setDstP( QPointF p)$/;"	f	class:EdgeHelper
1781setEdge	showgraph/Graph/node_iter.h	/^    inline void setEdge( Edge *e){ edge_p = e;}$/;"	f	class:IterImplBase
1782setEdgeStyle	showgraph/GraphView/graph_view.cpp	/^void GGraph::setEdgeStyle( GStyle *style)$/;"	f	class:GGraph
1783setEdgeStyle	showgraph/GraphView/graph_view.cpp	/^void GraphView::setEdgeStyle( GStyle *style)$/;"	f	class:GraphView
1784setEditable	showgraph/GraphView/graph_view.h	/^    inline void setEditable( bool val = true)$/;"	f	class:GraphView
1785setElement	showgraph/Graph/edge_inline.h	/^inline void Edge::setElement( QDomElement elem)$/;"	f	class:Edge
1786setElement	showgraph/Graph/node_inline.h	/^inline void Node::setElement( QDomElement elem)$/;"	f	class:Node
1787setFixed	showgraph/Layout/aux_edge.h	/^    inline void setFixed( bool fx)$/;"	f	class:AuxEdge
1788setFloatVal	showgraph/Utils/conf.h	/^    inline void setFloatVal( qreal val)$/;"	f	class:Option
1789setForPlacement	showgraph/Layout/aux_node.h	/^    inline void setForPlacement( bool placed = true)$/;"	f	class:AuxNode
1790setForward	showgraph/Layout/aux_edge.h	/^    inline void setForward()$/;"	f	class:AuxEdge
1791setGStyle	showgraph/GraphView/style_edit.cpp	/^void StyleEdit::setGStyle( GStyle *st)$/;"	f	class:StyleEdit
1792setGraph	showgraph/GraphView/graph_view.h	/^    inline void setGraph( GGraph *g)$/;"	f	class:GraphView
1793setHeight	showgraph/Layout/aux_graph.h	/^    inline void setHeight( qreal h)$/;"	f	class:Level
1794setHeight	showgraph/Layout/aux_node.h	/^    inline void setHeight( double h) $/;"	f	class:AuxNode
1795setIRId	showgraph/GraphView/node_item.h	/^	inline void setIRId( GraphNum i)$/;"	f	class:GNode
1796setIntVal	showgraph/Utils/conf.h	/^    inline void setIntVal( int val)$/;"	f	class:Option
1797setLeft	showgraph/Layout/node_group.h	/^    inline void setLeft( qreal pos)$/;"	f	class:NodeGroup
1798setLevel	showgraph/Layout/aux_node.h	/^    inline void setLevel( Level* l) $/;"	f	class:AuxNode
1799setLexer	gui/fileviewer.cpp	/^void fileviewer::setLexer(int lang)$/;"	f	class:fileviewer
1800setMode	showgraph/GraphView/edge_item.h	/^    inline void setMode( EdgeMode m)$/;"	f	class:EdgeItem
1801setName	showgraph/GraphView/gstyle.h	/^inline void GStyle::setName( QString &str)$/;"	f	class:GStyle
1802setNext	showgraph/Utils/list.h	/^    inline void setNext( ListId list, MListItem< dim> *n)$/;"	f	class:MListItem
1803setNext	showgraph/Utils/list.h	/^    inline void setNext( MListItem< 1> *n)$/;"	f	class:MListItem
1804setNextFree	showgraph/Utils/mem_entry.h	/^    Entry< Data>::setNextFree( ChunkPos next)$/;"	f	class:MemImpl::Entry
1805setNode	showgraph/Graph/edge_inline.h	/^Edge::setNode( Node *n, GraphDir dir)$/;"	f	class:Edge
1806setNode	showgraph/GraphView/edge_item.h	/^    inline void setNode( GNode *n, GraphDir dir)$/;"	f	class:GEdge
1807setNode	showgraph/GraphView/graph_view.h	/^    inline void setNode( GNode *n)$/;"	f	class:NavEvent
1808setNodeInFocus	showgraph/GraphView/graph_view.h	/^    inline void setNodeInFocus( GNode *n, NavSector sector = UNDEF_SECTOR)$/;"	f	class:GGraph
1809setNodeStyle	showgraph/GraphView/graph_view.cpp	/^void GGraph::setNodeStyle( GStyle *style)$/;"	f	class:GGraph
1810setNodeStyle	showgraph/GraphView/graph_view.cpp	/^void GraphView::setNodeStyle( GStyle *style)$/;"	f	class:GraphView
1811setNumber	showgraph/Graph/num.h	/^Numbered::setNumber( Numeration num,$/;"	f	class:Numbered
1812setOpacityLevel	showgraph/GraphView/node_item.h	/^    inline void setOpacityLevel( qreal op_l)$/;"	f	class:NodeItem
1813setOrder	showgraph/Layout/aux_node.h	/^    inline void setOrder( int order)$/;"	f	class:AuxNode
1814setPeerInDir	showgraph/Utils/list.h	/^    inline void setPeerInDir( ListId list, MListItem< dim> *p, ListDir dir)$/;"	f	class:MListItem
1815setPeerInDir	showgraph/Utils/list.h	/^    inline void setPeerInDir( MListItem< 1> *p, ListDir dir)$/;"	f	class:MListItem
1816setPen	showgraph/GraphView/gstyle.h	/^inline void GStyle::setPen( QPen &pn)$/;"	f	class:GStyle
1817setPenColor	showgraph/GraphView/gstyle.h	/^inline void GStyle::setPenColor( QColor &color)$/;"	f	class:GStyle
1818setPenStyle	showgraph/GraphView/gstyle.h	/^inline void GStyle::setPenStyle( Qt::PenStyle st)$/;"	f	class:GStyle
1819setPenWidth	showgraph/GraphView/gstyle.h	/^inline void GStyle::setPenWidth( qreal width)$/;"	f	class:GStyle
1820setPos	showgraph/Utils/mem_entry.h	/^    Entry< Data>::setPos( ChunkPos pos)$/;"	f	class:MemImpl::Entry
1821setPred	showgraph/Graph/edge_inline.h	/^inline void Edge::setPred( Node *n)$/;"	f	class:Edge
1822setPred	showgraph/GraphView/edge_item.h	/^    inline void setPred( GNode *n)$/;"	f	class:GEdge
1823setPrev	showgraph/Utils/list.h	/^    inline void setPrev( ListId list, MListItem< dim> *p)$/;"	f	class:MListItem
1824setPrev	showgraph/Utils/list.h	/^    inline void setPrev( MListItem< 1> *p)$/;"	f	class:MListItem
1825setPriority	showgraph/Layout/aux_node.h	/^    inline void setPriority( int p) $/;"	f	class:AuxNode
1826setRank	showgraph/Layout/aux_graph.h	/^    inline void setRank( Rank r)$/;"	f	class:Level
1827setRank	showgraph/Layout/aux_node.h	/^    inline void setRank( Rank r)$/;"	f	class:AuxNode
1828setRight	showgraph/Layout/node_group.h	/^    inline void setRight( qreal pos)$/;"	f	class:NodeGroup
1829setSelf	showgraph/Layout/aux_edge.h	/^    inline void setSelf()$/;"	f	class:AuxEdge
1830setShape	showgraph/GraphView/gstyle.h	/^inline void GStyle::setShape( NodeShape new_shape)$/;"	f	class:GStyle
1831setSrc	showgraph/GraphView/edge_helper.h	/^EdgeHelper::setSrc( NodeItem *item)$/;"	f	class:EdgeHelper
1832setStable	showgraph/Layout/aux_node.h	/^    inline void setStable( bool st = true)$/;"	f	class:AuxNode
1833setState	showgraph/GraphView/gstyle.h	/^inline void GStyle::setState( bool default_state)$/;"	f	class:GStyle
1834setStringVal	showgraph/Utils/conf.h	/^    inline void setStringVal( QString val)$/;"	f	class:Option
1835setStyle	showgraph/GraphView/edge_item.h	/^inline void GEdge::setStyle( GStyle *st)$/;"	f	class:GEdge
1836setStyle	showgraph/GraphView/node_item.h	/^    inline void setStyle( GStyle *st)$/;"	f	class:GNode
1837setStyleEditInfo	showgraph/GraphView/graph_view.h	/^    inline void setStyleEditInfo( StyleEditInfo* info)$/;"	f	class:GraphView
1838setSucc	showgraph/Graph/edge_inline.h	/^inline void Edge::setSucc( Node *n)$/;"	f	class:Edge
1839setSucc	showgraph/GraphView/edge_item.h	/^    inline void setSucc( GNode *n)$/;"	f	class:GEdge
1840setTabWidth	gui/fileviewsettingsdialog.cpp	/^void cqDialogFileViewSettings::setTabWidth(const int& width)$/;"	f	class:cqDialogFileViewSettings
1841setTextDock	showgraph/GraphView/node_item.h	/^	inline void setTextDock( QDockWidget *dock)$/;"	f	class:NodeItem
1842setTextShown	showgraph/GraphView/node_item.h	/^	inline void setTextShown( bool shown = true)$/;"	f	class:GNode
1843setTheme	gui/themes.cpp	/^void themes::setTheme(const QString& theme, int lang, QsciLexer* lexer, const QFont& fontt)$/;"	f	class:themes
1844setTree	showgraph/Layout/aux_edge.h	/^    inline void setTree()$/;"	f	class:AuxEdge
1845setType	showgraph/Layout/aux_edge.h	/^    inline void setType( AuxEdgeType t = UNKNOWN_TYPE_EDGE)$/;"	f	class:AuxEdge
1846setType	showgraph/Layout/aux_node.h	/^    inline void setType( AuxNodeType t)$/;"	f	class:AuxNode
1847setTypeEdgeControl	showgraph/Layout/aux_node.h	/^    inline void setTypeEdgeControl()$/;"	f	class:AuxNode
1848setTypeEdgeLabel	showgraph/Layout/aux_node.h	/^    inline void setTypeEdgeLabel()$/;"	f	class:AuxNode
1849setTypeSimple	showgraph/Layout/aux_node.h	/^    inline void setTypeSimple()$/;"	f	class:AuxNode
1850setUnknown	showgraph/Layout/aux_edge.h	/^    inline void setUnknown()$/;"	f	class:AuxEdge
1851setVal	showgraph/Utils/mem_utest.cpp	/^    void setVal( quint32 val)$/;"	f	class:MyPoolObj
1852setWidth	showgraph/Layout/aux_node.h	/^    inline void setWidth( double w) $/;"	f	class:AuxNode
1853setX	showgraph/Layout/aux_node.h	/^    inline void setX( double x)$/;"	f	class:AuxNode
1854setY	showgraph/Layout/aux_graph.h	/^    inline void setY( qreal yy)$/;"	f	class:Level
1855setY	showgraph/Layout/aux_node.h	/^    inline void setY( double y)$/;"	f	class:AuxNode
1856set_header	makedb/csdbheader.cpp	/^void csdbheader::set_header(const char* hdr)$/;"	f	class:csdbheader
1857set_header	makedb/csdbheader.cpp	/^void csdbheader::set_header(tStr hdr)$/;"	f	class:csdbheader
1858setme	querylib/small_lib.cpp	/^void smartFILE::setme(FILE *fptr) {close_file(); m_fp = fptr;}$/;"	f	class:smartFILE
1859setupGraphFromXML	gui/graphdialog.cpp	/^void cqDialogGraph::setupGraphFromXML(QString grpxml, QString grpdot, QString desc)$/;"	f	class:cqDialogGraph
1860setup_CPP	gui/obsolete/highlighter.cpp	/^ void Highlighter::setup_CPP(void)$/;"	f	class:Highlighter
1861setup_Java	gui/obsolete/highlighter.cpp	/^ void Highlighter::setup_Java(void)$/;"	f	class:Highlighter
1862setup_Python	gui/obsolete/highlighter.cpp	/^ void Highlighter::setup_Python(void)$/;"	f	class:Highlighter
1863setup_fileviewer	gui/mainwindow.cpp	/^void mainwindow::setup_fileviewer(void)$/;"	f	class:mainwindow
1864setup_listhandler	gui/mainwindow.cpp	/^void mainwindow::setup_listhandler(void)$/;"	f	class:mainwindow
1865setup_searchhandler	gui/mainwindow.cpp	/^void mainwindow::setup_searchhandler(void)$/;"	f	class:mainwindow
1866setup_srcfil_read	makedb/csdbparser.cpp	/^csdbparser::enResult csdbparser::setup_srcfil_read(void)$/;"	f	class:csdbparser
1867setup_symbol_read	makedb/csdbparser.cpp	/^csdbparser::enResult csdbparser::setup_symbol_read(void)$/;"	f	class:csdbparser
1868setup_tables	makedb/cs2sq.cpp	/^cs2sq::enResult cs2sq::setup_tables(void)$/;"	f	class:cs2sq
1869shape	showgraph/GraphView/edge_helper.cpp	/^EdgeHelper::shape() const$/;"	f	class:EdgeHelper
1870shape	showgraph/GraphView/edge_item.cpp	/^EdgeItem::shape() const$/;"	f	class:EdgeItem
1871shape	showgraph/GraphView/gstyle.h	/^inline NodeShape GStyle::shape() const$/;"	f	class:GStyle
1872shape	showgraph/GraphView/node_item.cpp	/^NodeItem::shape() const$/;"	f	class:NodeItem
1873shape2Path	showgraph/GraphView/node_item.cpp	/^shape2Path( NodeShape shape, QRectF rect)$/;"	f
1874shape2Rect	showgraph/GraphView/node_item.cpp	/^shape2Rect( NodeShape shape, QRectF rect)$/;"	f
1875shapeChanged	showgraph/GraphView/node_item.cpp	/^void NodeItem::shapeChanged()$/;"	f	class:NodeItem
1876shape_combo	showgraph/GraphView/style_edit.h	/^    QComboBox *shape_combo;$/;"	m	class:StyleEdit
1877shape_label	showgraph/GraphView/style_edit.h	/^    QLabel *shape_label;$/;"	m	class:StyleEdit
1878shape_priv	showgraph/GraphView/gstyle.h	/^    NodeShape shape_priv;$/;"	m	class:GStyle
1879shiftEdge	showgraph/Layout/layout.cpp	/^    void shiftEdge()$/;"	f	struct:DfsStepInfo
1880shortName	showgraph/Utils/conf.h	/^    inline QString shortName() const$/;"	f	class:Option
1881shortOption	showgraph/Utils/conf.h	/^    inline Option* shortOption( QString name)$/;"	f	class:Conf
1882short_name	showgraph/Utils/conf.h	/^    QString short_name;$/;"	m	class:Option
1883short_opts	showgraph/Utils/conf.h	/^    QHash< QString, Option *> short_opts;$/;"	m	class:Conf
1884showEdgePred	showgraph/GraphView/graph_view.cpp	/^void GGraph::showEdgePred()$/;"	f	class:GGraph
1885showEdgePred	showgraph/GraphView/graph_view.cpp	/^void GraphView::showEdgePred()$/;"	f	class:GraphView
1886showEdgeSucc	showgraph/GraphView/graph_view.cpp	/^void GGraph::showEdgeSucc()$/;"	f	class:GGraph
1887showEdgeSucc	showgraph/GraphView/graph_view.cpp	/^void GraphView::showEdgeSucc()$/;"	f	class:GraphView
1888showEditEdgeStyle	showgraph/GraphView/graph_view.cpp	/^void GGraph::showEditEdgeStyle()$/;"	f	class:GGraph
1889showEditEdgeStyle	showgraph/GraphView/graph_view.cpp	/^void GraphView::showEditEdgeStyle()$/;"	f	class:GraphView
1890showEditEdgeStyleAct	showgraph/GraphView/graph_view.h	/^    QAction *showEditEdgeStyleAct;$/;"	m	class:GraphView
1891showEditNodeStyle	showgraph/GraphView/graph_view.cpp	/^void GGraph::showEditNodeStyle()$/;"	f	class:GGraph
1892showEditNodeStyle	showgraph/GraphView/graph_view.cpp	/^void GraphView::showEditNodeStyle()$/;"	f	class:GraphView
1893showEditNodeStyleAct	showgraph/GraphView/graph_view.h	/^    QAction *showEditNodeStyleAct;$/;"	m	class:GraphView
1894showHelper	showgraph/GraphView/graph_view.h	/^    inline void showHelper()$/;"	f	class:GraphView
1895showNodeText	showgraph/GraphView/graph_view.h	/^    inline void showNodeText( GNode * n)$/;"	f	class:GraphView
1896showNodesText	showgraph/GraphView/graph_view.cpp	/^void GGraph::showNodesText()$/;"	f	class:GGraph
1897showPredAct	showgraph/GraphView/graph_view.h	/^    QAction *showPredAct;$/;"	m	class:GraphView
1898showSelectedNodesText	showgraph/GraphView/graph_view.cpp	/^void GraphView::showSelectedNodesText()$/;"	f	class:GraphView
1899showSuccAct	showgraph/GraphView/graph_view.h	/^    QAction *showSuccAct;$/;"	m	class:GraphView
1900showTextAct	showgraph/GraphView/graph_view.h	/^    QAction *showTextAct;$/;"	m	class:GraphView
1901showWholeGraph	showgraph/GraphView/graph_view.cpp	/^void GGraph::showWholeGraph()$/;"	f	class:GGraph
1902show_menus	showgraph/GraphView/graph_view.h	/^    bool show_menus;$/;"	m	class:GraphView
1903showgraph	showgraph/showgraph.cpp	/^showgraph::showgraph()$/;"	f	class:showgraph
1904showgraph	showgraph/showgraph.h	/^class showgraph$/;"	c
1905singleLineCommentFormat	gui/obsolete/highlighter.h	/^     QTextCharFormat singleLineCommentFormat;$/;"	m	class:Highlighter
1906single_line_symbol	makedb/csdbparser.cpp	/^csdbparser::enResult csdbparser::single_line_symbol(bool& endOfSymbData, bool& foundSomething)$/;"	f	class:csdbparser
1907singlequotationFormat	gui/obsolete/highlighter.h	/^     QTextCharFormat singlequotationFormat;$/;"	m	class:Highlighter
1908size	querylib/small_lib.cpp	/^unsigned int tempbuf::size(void) const {return m_size;}$/;"	f	class:tempbuf
1909sizeHint	gui/obsolete/CodeEditor.h	/^     QSize sizeHint() const {$/;"	f	class:LineNumberArea
1910sizeHint	showgraph/GraphView/style_edit.cpp	/^QSize ColorButton::sizeHint() const$/;"	f	class:ColorButton
1911smartFILE	querylib/small_lib.cpp	/^smartFILE::smartFILE() :m_fp(NULL) {}$/;"	f	class:smartFILE
1912smartFILE	querylib/small_lib.cpp	/^smartFILE::smartFILE(FILE *fptr) :m_fp(fptr) {}$/;"	f	class:smartFILE
1913smartFILE	querylib/small_lib.cpp	/^smartFILE::smartFILE(const smartFILE& sfp) :m_fp(sfp.m_fp) {}$/;"	f	class:smartFILE
1914smartFILE	querylib/small_lib.h	/^class smartFILE$/;"	c
1915smooth_focus	showgraph/GraphView/graph_view.h	/^    bool smooth_focus;$/;"	m	class:GraphView
1916smooth_layout_adjustment	showgraph/GraphView/graph_view.h	/^    bool smooth_layout_adjustment;$/;"	m	class:GraphView
1917sortNodesByOrder	showgraph/Layout/layout.cpp	/^void Level::sortNodesByOrder()$/;"	f	class:Level
1918spacing	showgraph/Layout/aux_node.h	/^    inline qreal spacing( AuxNodeType prev_type) const$/;"	f	class:AuxNode
1919splitCmdLine	gui/winmain.cpp	/^vector<string> splitCmdLine()$/;"	f
1920splitstr	querylib/small_lib.cpp	/^std::vector<std::string> splitstr(const char* inpstr, const char delim)$/;"	f
1921sq	gui/searchhandler.cpp	/^sqlqueryadv* searchhandler::sq = NULL;$/;"	m	class:searchhandler	file:
1922sq	gui/searchhandler.h	/^static sqlqueryadv* sq;$/;"	m	class:searchhandler
1923sqlbase	makedb/sqlbase.cpp	/^sqlbase::sqlbase()$/;"	f	class:sqlbase
1924sqlbase	makedb/sqlbase.h	/^class sqlbase$/;"	c
1925sqlerrmsg	querylib/sqlquery.h	/^	tStr sqlerrmsg;$/;"	m	class:sqlqueryresultlist
1926sqlerrormsg	gui/searchhandler.cpp	/^QString searchhandler::sqlerrormsg(sqlquery::en_filereadstatus status)$/;"	f	class:searchhandler
1927sqlfileINCORRECTVER	querylib/sqlquery.h	/^		sqlfileINCORRECTVER,$/;"	e	enum:sqlquery::en_filereadstatus
1928sqlfileNOTCORRECTDB	querylib/sqlquery.h	/^		sqlfileNOTCORRECTDB,$/;"	e	enum:sqlquery::en_filereadstatus
1929sqlfileOK	querylib/sqlquery.h	/^		sqlfileOK = 0,$/;"	e	enum:sqlquery::en_filereadstatus
1930sqlfileOPENERROR	querylib/sqlquery.h	/^		sqlfileOPENERROR,$/;"	e	enum:sqlquery::en_filereadstatus
1931sqlfileUNKNOWNERROR	querylib/sqlquery.h	/^		sqlfileUNKNOWNERROR$/;"	e	enum:sqlquery::en_filereadstatus
1932sqlquery	querylib/sqlquery.cpp	/^sqlquery::sqlquery()$/;"	f	class:sqlquery
1933sqlquery	querylib/sqlquery.h	/^class sqlquery$/;"	c
1934sqlquerySYMBOL	querylib/sqlquery.h	/^		sqlquerySYMBOL = 0,$/;"	e	enum:sqlquery::en_queryType
1935sqlqueryadv	gui/sqlqueryadv.cpp	/^sqlqueryadv::sqlqueryadv()$/;"	f	class:sqlqueryadv
1936sqlqueryadv	gui/sqlqueryadv.h	/^class sqlqueryadv : public sqlquery$/;"	c
1937sqlqueryresult	querylib/sqlquery.h	/^	sqlqueryresult() : linenum((const char*)"1"){}$/;"	f	class:sqlqueryresult
1938sqlqueryresult	querylib/sqlquery.h	/^class sqlqueryresult$/;"	c
1939sqlqueryresultlist	querylib/sqlquery.cpp	/^sqlqueryresultlist::sqlqueryresultlist()$/;"	f	class:sqlqueryresultlist
1940sqlqueryresultlist	querylib/sqlquery.cpp	/^sqlqueryresultlist::sqlqueryresultlist(const sqlqueryresultlist& copy)$/;"	f	class:sqlqueryresultlist
1941sqlqueryresultlist	querylib/sqlquery.h	/^class sqlqueryresultlist$/;"	c
1942sqlresultAUTOCOMPLETE	querylib/sqlquery.h	/^		sqlresultAUTOCOMPLETE,$/;"	e	enum:sqlquery::en_queryType
1943sqlresultCALLEDFUNC	querylib/sqlquery.h	/^		sqlresultCALLEDFUNC,$/;"	e	enum:sqlquery::en_queryType
1944sqlresultCALLINGFUNC	querylib/sqlquery.h	/^		sqlresultCALLINGFUNC,$/;"	e	enum:sqlquery::en_queryType
1945sqlresultCALLSOFFUNC	querylib/sqlquery.h	/^		sqlresultCALLSOFFUNC,$/;"	e	enum:sqlquery::en_queryType
1946sqlresultCHILDCLASS	querylib/sqlquery.h	/^		sqlresultCHILDCLASS,$/;"	e	enum:sqlquery::en_queryType
1947sqlresultCLASS_STRUCT	querylib/sqlquery.h	/^		sqlresultCLASS_STRUCT,$/;"	e	enum:sqlquery::en_queryType
1948sqlresultDEFAULT	querylib/sqlquery.h	/^		sqlresultDEFAULT = 100$/;"	e	enum:sqlquery::en_queryType
1949sqlresultERROR	querylib/sqlquery.h	/^		sqlresultERROR$/;"	e	enum:sqlqueryresultlist::en_resultType
1950sqlresultFILEPATH	querylib/sqlquery.h	/^		sqlresultFILEPATH,$/;"	e	enum:sqlquery::en_queryType
1951sqlresultFILE_LINE	querylib/sqlquery.h	/^		sqlresultFILE_LINE,$/;"	e	enum:sqlqueryresultlist::en_resultType
1952sqlresultFILE_ONLY	querylib/sqlquery.h	/^		sqlresultFILE_ONLY,$/;"	e	enum:sqlqueryresultlist::en_resultType
1953sqlresultFULL	querylib/sqlquery.h	/^		sqlresultFULL = 0,$/;"	e	enum:sqlqueryresultlist::en_resultType
1954sqlresultFUNCSINFILE	querylib/sqlquery.h	/^		sqlresultFUNCSINFILE,$/;"	e	enum:sqlquery::en_queryType
1955sqlresultFUNC_MACRO	querylib/sqlquery.h	/^		sqlresultFUNC_MACRO,$/;"	e	enum:sqlquery::en_queryType
1956sqlresultGREP	querylib/sqlquery.h	/^		sqlresultGREP,$/;"	e	enum:sqlquery::en_queryType
1957sqlresultINCLUDE	querylib/sqlquery.h	/^		sqlresultINCLUDE,$/;"	e	enum:sqlquery::en_queryType
1958sqlresultMEMBERS	querylib/sqlquery.h	/^		sqlresultMEMBERS,$/;"	e	enum:sqlquery::en_queryType
1959sqlresultOWNERCLASS	querylib/sqlquery.h	/^		sqlresultOWNERCLASS,$/;"	e	enum:sqlquery::en_queryType
1960sqlresultPARENTCLASS	querylib/sqlquery.h	/^		sqlresultPARENTCLASS,$/;"	e	enum:sqlquery::en_queryType
1961sqlresultSYM_ONLY	querylib/sqlquery.h	/^		sqlresultSYM_ONLY,$/;"	e	enum:sqlqueryresultlist::en_resultType
1962src	showgraph/GraphView/edge_helper.h	/^EdgeHelper::src() const$/;"	f	class:EdgeHelper
1963srcP	showgraph/GraphView/edge_helper.h	/^    QPointF srcP;$/;"	m	class:EdgeHelper
1964srcP	showgraph/GraphView/edge_item.h	/^    QPointF srcP;$/;"	m	class:EdgeItem
1965src_item	showgraph/GraphView/edge_helper.h	/^    NodeItem *src_item;$/;"	m	class:EdgeHelper
1966stClsID	makedb/ctagread.h	/^} stClsID;$/;"	t	typeref:struct:__anon6
1967stIDLE	makedb/csdbparser.h	/^   stIDLE = 0,$/;"	e	enum:csdbparser::enState
1968stSYMB_SETUP_DONE	makedb/csdbparser.h	/^   stSYMB_SETUP_DONE$/;"	e	enum:csdbparser::enState
1969stStrID	makedb/cs2sq.h	/^} stStrID;$/;"	t	typeref:struct:__anon4
1970stable	showgraph/Layout/aux_node.h	/^    bool stable;$/;"	m	class:AuxNode
1971startAnimationNodes	showgraph/GraphView/graph_view.cpp	/^void GraphView::startAnimationNodes()$/;"	f	class:GraphView
1972state	showgraph/GraphView/edge_helper.h	/^    EdgeHelperState state;$/;"	m	class:EdgeHelper
1973str	makedb/cs2sq.h	/^	std::string str;$/;"	m	struct:__anon4
1974str2NodeShape	showgraph/GraphView/gstyle.h	/^str2NodeShape( const QString &str)$/;"	f
1975str2qt	gui/std2qt.h	/^inline QString str2qt(const tStr& inp)$/;"	f
1976strIDList	makedb/cs2sq.h	/^typedef std::vector<stStrID> strIDList;$/;"	t
1977strLst2qt	gui/std2qt.cpp	/^QStringList strLst2qt(const tVecStr& inpLst)$/;"	f
1978strctagIDList	makedb/ctagread.h	/^typedef std::vector<std::string> strctagIDList;$/;"	t
1979string	showgraph/Utils/conf.h	/^    inline QString string() const$/;"	f	class:Option
1980string_val	showgraph/Utils/conf.h	/^    QString string_val;$/;"	m	class:Option
1981strrevcmp	querylib/small_lib.cpp	/^bool strrevcmp(tStr str, tStr cmpstr)$/;"	f
1982strvect	makedb/csdbparser.h	/^typedef std::vector<std::string> strvect;$/;"	t
1983style	showgraph/GraphView/edge_item.h	/^    inline GStyle * style() const$/;"	f	class:GEdge
1984style	showgraph/GraphView/node_item.h	/^    inline GStyle * style() const$/;"	f	class:GNode
1985styleEditFinished	showgraph/GraphView/graph_view.cpp	/^void GraphView::styleEditFinished( int result)$/;"	f	class:GraphView
1986style_edit_info	showgraph/GraphView/graph_view.h	/^    StyleEditInfo *style_edit_info;$/;"	m	class:GraphView
1987styleid	gui/themes.cpp	/^	int styleid;$/;"	m	struct:__anon2	file:
1988styles	showgraph/GraphView/graph_view.h	/^    QHash< QString, GStyle *> styles;$/;"	m	class:GGraph
1989succ	showgraph/Graph/agraph.h	/^    inline ANode *succ() const $/;"	f	class:AEdge
1990succ	showgraph/Graph/edge_inline.h	/^inline Node *Edge::succ() const$/;"	f	class:Edge
1991succ	showgraph/GraphView/edge_item.h	/^    inline GNode *succ() const $/;"	f	class:GEdge
1992succ	showgraph/GraphView/edge_item.h	/^    inline GNode* succ() const$/;"	f	class:EdgeItem
1993succ	showgraph/GraphView/visible_edge.h	/^GNode *VEdge::succ() const$/;"	f	class:VEdge
1994succ	showgraph/Layout/aux_edge.h	/^    inline AuxNode *succ() const $/;"	f	class:AuxEdge
1995succ_priv	showgraph/GraphView/visible_edge.h	/^    GNode *succ_priv;$/;"	m	class:VEdge
1996succsBegin	showgraph/Graph/node_inline.h	/^inline Node::Succ Node::succsBegin()$/;"	f	class:Node
1997succsEnd	showgraph/Graph/node_inline.h	/^inline Node::Succ Node::succsEnd()$/;"	f	class:Node
1998switchToRegular	showgraph/GraphView/edge_helper.h	/^EdgeHelper::switchToRegular()$/;"	f	class:EdgeHelper
1999symClass	makedb/csdbparser.h	/^   symClass,$/;"	e	enum:sym_data::enSymType
2000symDrctAssgnIncrDecr	makedb/csdbparser.h	/^   symDrctAssgnIncrDecr,$/;"	e	enum:sym_data::enSymType
2001symEnum	makedb/csdbparser.h	/^   symEnum,$/;"	e	enum:sym_data::enSymType
2002symFile	makedb/csdbparser.h	/^   symFile$/;"	e	enum:sym_data::enSymType
2003symFuncCall	makedb/csdbparser.h	/^   symFuncCall,$/;"	e	enum:sym_data::enSymType
2004symFuncDef	makedb/csdbparser.h	/^   symFuncDef,$/;"	e	enum:sym_data::enSymType
2005symFuncParam	makedb/csdbparser.h	/^   symFuncParam,$/;"	e	enum:sym_data::enSymType
2006symGlobal	makedb/csdbparser.h	/^   symGlobal,$/;"	e	enum:sym_data::enSymType
2007symGlobalEnumStructUnion	makedb/csdbparser.h	/^   symGlobalEnumStructUnion,$/;"	e	enum:sym_data::enSymType
2008symIncl	makedb/csdbparser.h	/^   symIncl,$/;"	e	enum:sym_data::enSymType
2009symLocalFuncBlockDef	makedb/csdbparser.h	/^   symLocalFuncBlockDef,$/;"	e	enum:sym_data::enSymType
2010symMacroDef	makedb/csdbparser.h	/^   symMacroDef,$/;"	e	enum:sym_data::enSymType
2011symNone	makedb/csdbparser.h	/^   symNone = 0,$/;"	e	enum:sym_data::enSymType
2012symStruct	makedb/csdbparser.h	/^   symStruct,$/;"	e	enum:sym_data::enSymType
2013symTypeDef	makedb/csdbparser.h	/^   symTypeDef,$/;"	e	enum:sym_data::enSymType
2014symUnion	makedb/csdbparser.h	/^   symUnion,$/;"	e	enum:sym_data::enSymType
2015sym_data	makedb/csdbparser.cpp	/^sym_data::sym_data()$/;"	f	class:sym_data
2016sym_data	makedb/csdbparser.cpp	/^sym_data::sym_data(const sym_data& copy)$/;"	f	class:sym_data
2017sym_data	makedb/csdbparser.h	/^class sym_data$/;"	c
2018sym_type	makedb/csdbparser.h	/^enSymType sym_type;$/;"	m	class:sym_data
2019symbname	makedb/csdbparser.h	/^std::string symbname;$/;"	m	class:sym_data
2020symbname_escaped	makedb/csdbparser.cpp	/^std::string sym_data::symbname_escaped(void)$/;"	f	class:sym_data
2021symbolread	makedb/csdbparser.cpp	/^csdbparser::enResult csdbparser::symbolread(sym_data *data, symdata_pack* pack)$/;"	f	class:csdbparser
2022symbols	makedb/csdbparser.h	/^symdatalist symbols;$/;"	m	class:symdata_pack
2023symbtypetbl	makedb/csdbparser.cpp	/^static const chr2enum symbtypetbl[] =$/;"	v	file:
2024symbtypetbl_SIZE	makedb/csdbparser.cpp	/^#define symbtypetbl_SIZE /;"	d	file:
2025symdata_pack	makedb/csdbparser.cpp	/^symdata_pack::symdata_pack()$/;"	f	class:symdata_pack
2026symdata_pack	makedb/csdbparser.cpp	/^symdata_pack::symdata_pack(const symdata_pack& copy)$/;"	f	class:symdata_pack
2027symdata_pack	makedb/csdbparser.h	/^class symdata_pack$/;"	c
2028symdatalist	makedb/csdbparser.h	/^typedef std::vector<sym_data> symdatalist;$/;"	t
2029symname	querylib/sqlquery.h	/^	tStr symname;$/;"	m	class:sqlqueryresult
2030symtype	querylib/sqlquery.h	/^	tStr symtype;$/;"	m	class:sqlqueryresult
2031tStr	querylib/small_lib.h	/^typedef std::string tStr;$/;"	t
2032tVecStr	querylib/small_lib.h	/^typedef std::vector<std::string> tVecStr;$/;"	t
2033tabWidthSelectionTemporary	gui/fileviewer.cpp	/^void fileviewer::tabWidthSelectionTemporary(const QString &width)$/;"	f	class:fileviewer
2034tempbuf	querylib/small_lib.cpp	/^tempbuf::tempbuf(unsigned int n)$/;"	f	class:tempbuf
2035tempbuf	querylib/small_lib.h	/^class tempbuf$/;"	c
2036tempstmt	querylib/sqlquery.cpp	/^tempstmt::tempstmt()$/;"	f	class:tempstmt
2037tempstmt	querylib/sqlquery.h	/^class tempstmt$/;"	c
2038test	gui/obsolete/highlighter.cpp	/^void test(void)$/;"	f
2039test_csdb	makedb/cs2sq.cpp	/^csdbparser::enResult cs2sq::test_csdb(void)$/;"	f	class:cs2sq
2040textDock	showgraph/GraphView/node_item.h	/^	inline QDockWidget *textDock() const$/;"	f	class:NodeItem
2041textRect	showgraph/GraphView/node_item.h	/^    inline QRectF textRect() const$/;"	f	class:NodeItem
2042textSizeChange	gui/fileviewer.cpp	/^void fileviewer::textSizeChange(int n)$/;"	f	class:fileviewer
2043text_dock	showgraph/GraphView/node_item.h	/^	QDockWidget *text_dock;$/;"	m	class:NodeItem
2044text_shown	showgraph/GraphView/node_item.h	/^	bool text_shown;$/;"	m	class:GNode
2045themeSelectionTemporary	gui/fileviewer.cpp	/^void fileviewer::themeSelectionTemporary(const QString &themetxt)$/;"	f	class:fileviewer
2046themelist	gui/themes_gen.cpp	/^static const char* themelist[] = {$/;"	v	file:
2047themename	gui/themes.cpp	/^	const char *themename;$/;"	m	struct:__anon3	file:
2048themes	gui/themes.h	/^class themes$/;"	c
2049timerEvent	showgraph/GraphView/graph_view.cpp	/^void GraphView::timerEvent( QTimerEvent *event)$/;"	f	class:GraphView
2050timer_id	showgraph/GraphView/graph_view.h	/^    int timer_id;$/;"	m	class:GraphView
2051tmpSrc	showgraph/GraphView/graph_view.h	/^    GNode *tmpSrc;$/;"	m	class:GraphView
2052toBeDeleted	showgraph/Utils/mem_pool.h	/^        inline void toBeDeleted()$/;"	f	class:Mem::PoolObj
2053toRegular	showgraph/GraphView/node_item.h	/^    inline void toRegular()$/;"	f	class:NodeItem
2054to_be_deleted	showgraph/Utils/mem_pool.h	/^        bool to_be_deleted;$/;"	m	class:Mem::PoolObj
2055toggleEditableAction	showgraph/GraphView/graph_view.h	/^    inline QAction* toggleEditableAction() const$/;"	f	class:GraphView
2056toggleEdition	showgraph/GraphView/graph_view.cpp	/^void GraphView::toggleEdition( bool e)$/;"	f	class:GraphView
2057toggleSmoothFocus	showgraph/GraphView/graph_view.cpp	/^void GraphView::toggleSmoothFocus( bool smooth)$/;"	f	class:GraphView
2058toggleViewMode	showgraph/GraphView/graph_view.cpp	/^void GraphView::toggleViewMode( bool context)$/;"	f	class:GraphView
2059toolTip	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.cpp	/^ QString CodeEditorWidgetPlugin::toolTip() const$/;"	f	class:CodeEditorWidgetPlugin
2060topLeft	showgraph/GraphView/edge_helper.h	/^    QPointF topLeft;$/;"	m	class:EdgeHelper
2061topLeft	showgraph/GraphView/edge_item.h	/^    QPointF topLeft;$/;"	m	class:EdgeItem
2062translatedoc	gui/translations/dowebtranslate.pl	/^sub translatedoc$/;"	s
2063type	makedb/csdbparser.cpp	/^sym_data::enSymType type;$/;"	m	struct:__anon5	file:
2064type	showgraph/GraphView/edge_helper.h	/^inline int EdgeHelper::type() const$/;"	f	class:EdgeHelper
2065type	showgraph/GraphView/edge_item.h	/^    int type() const$/;"	f	class:EdgeItem
2066type	showgraph/GraphView/graph_view.h	/^    NavEventType type;$/;"	m	class:NavEvent
2067type	showgraph/GraphView/node_item.h	/^    inline int type() const$/;"	f	class:NodeItem
2068type	showgraph/Layout/aux_edge.h	/^	inline AuxEdgeType type() const$/;"	f	class:AuxEdge
2069type	showgraph/Layout/aux_node.h	/^    inline AuxNodeType type() const$/;"	f	class:AuxNode
2070type	showgraph/Utils/conf.h	/^    inline OptType type() const$/;"	f	class:Option
2071uTestConf	showgraph/Utils/conf_utest.cpp	/^bool uTestConf()$/;"	f
2072uTestList	showgraph/Utils/list_utest.cpp	/^bool uTestList()$/;"	f
2073uTestMList	showgraph/Utils/list_utest.cpp	/^static bool uTestMList()$/;"	f	file:
2074uTestMem	showgraph/Utils/mem_utest.cpp	/^bool uTestMem()$/;"	f
2075uTestPools	showgraph/Utils/mem_utest.cpp	/^uTestPools()$/;"	f	file:
2076uTestRef	showgraph/Utils/mem_utest.cpp	/^uTestRef()$/;"	f	file:
2077uTestSingle	showgraph/Utils/utils_utest.cpp	/^bool uTestSingle()$/;"	f
2078uTestUtils	showgraph/Utils/utils_utest.cpp	/^bool uTestUtils()$/;"	f
2079ui	gui/mainwindow.h	/^Ui::MainWindow *ui;$/;"	m	class:mainwindow
2080uid	showgraph/Graph/edge.h	/^    GraphUid uid; \/\/Unique ID$/;"	m	class:Edge
2081uid	showgraph/Graph/node.h	/^    GraphUid uid;   \/**< Unique id        *\/$/;"	m	class:Node
2082unNumber	showgraph/Graph/num.h	/^Numbered::unNumber( Numeration num)$/;"	f	class:Numbered
2083unique_symnames	gui/sqlqueryadv.cpp	/^void sqlqueryadv::unique_symnames(sqlqueryresultlist& res)$/;"	f	class:sqlqueryadv
2084unknownOptsNum	showgraph/Utils/conf.h	/^    inline int unknownOptsNum() const$/;"	f	class:Conf
2085unknown_options	showgraph/Utils/conf.h	/^    QList< QString> unknown_options;$/;"	m	class:Conf
2086unmark	showgraph/Graph/marker.h	/^inline bool Marked::unmark( Marker marker)$/;"	f	class:Marked
2087updateAssociates	showgraph/GraphView/node_item.cpp	/^void NodeItem::updateAssociates()$/;"	f	class:NodeItem
2088updateElement	showgraph/Graph/edge.cpp	/^Edge::updateElement()$/;"	f	class:Edge
2089updateElement	showgraph/Graph/node_inline.h	/^Node::updateElement()$/;"	f	class:Node
2090updateElement	showgraph/GraphView/edge_item.cpp	/^GEdge::updateElement()$/;"	f	class:GEdge
2091updateElement	showgraph/GraphView/node_item.cpp	/^GNode::updateElement()$/;"	f	class:GNode
2092updateFilePathLabel	gui/fileviewer.cpp	/^void fileviewer::updateFilePathLabel(void)$/;"	f	class:fileviewer
2093updateFilterHistory	gui/searchhandler.cpp	/^void searchhandler::updateFilterHistory(QString filtertxt)$/;"	f	class:searchhandler
2094updateLineNumberArea	gui/obsolete/CodeEditor.cpp	/^ void CodeEditor::updateLineNumberArea(const QRect &rect, int dy)$/;"	f	class:CodeEditor
2095updateLineNumberAreaWidth	gui/obsolete/CodeEditor.cpp	/^ void CodeEditor::updateLineNumberAreaWidth(int \/* newBlockCount *\/)$/;"	f	class:CodeEditor
2096updateList	gui/listhandler.cpp	/^void listhandler::updateList(void)$/;"	f	class:listhandler
2097updateListHeaders	gui/listhandler.cpp	/^void listhandler::updateListHeaders(void)$/;"	f	class:listhandler
2098updateListItemRowNum	gui/searchhandler.cpp	/^void searchhandler::updateListItemRowNum(const int& row)$/;"	f	class:searchhandler
2099updateMatrix	showgraph/GraphView/graph_view.cpp	/^void GraphView::updateMatrix()$/;"	f	class:GraphView
2100updateSearchHistory	gui/searchhandler.cpp	/^void searchhandler::updateSearchHistory(const QString& searchtxt)$/;"	f	class:searchhandler
2101updateTextEdit	gui/fileviewer.cpp	/^void fileviewer::updateTextEdit(void)$/;"	f	class:fileviewer
2102vacuum	makedb/sqlbase.cpp	/^int sqlbase::vacuum(const char* fn, const bool& debug)$/;"	f	class:sqlbase
2103val	showgraph/Utils/mem_utest.cpp	/^    quint32 val() const$/;"	f	class:MyPoolObj
2104valid	makedb/csdbparser.h	/^bool valid;$/;"	m	class:sym_data
2105valid	makedb/csdbparser.h	/^bool valid;$/;"	m	class:symdata_pack
2106validateRanking	showgraph/Layout/aux_graph.h	/^    inline void validateRanking()$/;"	f	class:AuxGraph
2107value	showgraph/Graph/marker.h	/^    MarkerValue value;$/;"	m	class:Marker
2108value	showgraph/Graph/num.h	/^    NumValue value;$/;"	m	class:Numeration
2109values	showgraph/Utils/conf.h	/^    OptValues values;$/;"	m	class:Option
2110view	showgraph/GraphView/graph_view.h	/^    inline GraphView *view() const$/;"	f	class:GGraph
2111viewEvent	showgraph/GraphView/graph_view.cpp	/^void GraphViewHistory::viewEvent( NavEventType t, GNode *n)$/;"	f	class:GraphViewHistory
2112viewHistory	showgraph/GraphView/graph_view.h	/^    inline GraphViewHistory * viewHistory() const$/;"	f	class:GraphView
2113view_history	showgraph/GraphView/graph_view.h	/^    GraphViewHistory *view_history;$/;"	m	class:GraphView
2114view_mode	showgraph/GraphView/graph_view.h	/^    GraphViewMode view_mode;$/;"	m	class:GraphView
2115view_p	showgraph/GraphView/graph_view.h	/^    GraphView *view_p;$/;"	m	class:GGraph
2116watcher	showgraph/Layout/aux_graph.h	/^    QFutureWatcher< void> *watcher;$/;"	m	class:AuxGraph
2117weight	showgraph/Layout/node_group.h	/^    inline float weight() const$/;"	f	class:NodeGroup
2118whatsThis	gui/obsolete/CodeEditorWidgetPlugin/CodeEditorWidgetPlugin.cpp	/^ QString CodeEditorWidgetPlugin::whatsThis() const$/;"	f	class:CodeEditorWidgetPlugin
2119wheelEvent	showgraph/GraphView/graph_view.cpp	/^void GraphView::wheelEvent(QWheelEvent *event)$/;"	f	class:GraphView
2120width	showgraph/GraphView/node_item.h	/^    virtual inline double width() const$/;"	f	class:GNode
2121width	showgraph/Layout/aux_node.h	/^    virtual double width() const$/;"	f	class:AuxNode
2122writeElement	showgraph/GraphView/gstyle.h	/^GStyle::writeElement( QDomElement e, bool save_name)$/;"	f	class:GStyle
2123writeSettings	gui/mainwindow.cpp	/^void mainwindow::writeSettings()$/;"	f	class:mainwindow
2124writeToXML	showgraph/Graph/graph.cpp	/^Graph::writeToXML( QString filename)$/;"	f	class:Graph
2125writeToXML	showgraph/GraphView/graph_view.cpp	/^GGraph::writeToXML( QString filename)$/;"	f	class:GGraph
2126y	showgraph/Layout/aux_graph.h	/^    inline qreal y() const$/;"	f	class:Level
2127y_pos	showgraph/Layout/aux_graph.h	/^    qreal y_pos;$/;"	m	class:Level
2128zeroLinks	showgraph/Utils/list.h	/^    inline void zeroLinks()$/;"	f	class:MListItem
2129zoomIn	showgraph/GraphView/graph_view.cpp	/^void GraphView::zoomIn()$/;"	f	class:GraphView
2130zoomOrig	showgraph/GraphView/graph_view.cpp	/^void GraphView::zoomOrig()$/;"	f	class:GraphView
2131zoomOut	showgraph/GraphView/graph_view.cpp	/^void GraphView::zoomOut()$/;"	f	class:GraphView
2132zoom_out_done	showgraph/GraphView/graph_view.h	/^    bool zoom_out_done;$/;"	m	class:GraphView
2133zoom_scale	showgraph/GraphView/graph_view.h	/^    qreal zoom_scale;$/;"	m	class:GraphView
2134zoomin	gui/graphdialog.cpp	/^void cqDialogGraph::zoomin()$/;"	f	class:cqDialogGraph
2135zoomout	gui/graphdialog.cpp	/^void cqDialogGraph::zoomout()$/;"	f	class:cqDialogGraph
2136~AuxGraph	showgraph/Layout/aux_graph.cpp	/^AuxGraph::~AuxGraph()$/;"	f	class:AuxGraph
2137~AuxNode	showgraph/Layout/aux_graph.cpp	/^AuxNode::~AuxNode()$/;"	f	class:AuxNode
2138~Conf	showgraph/Utils/conf.h	/^    ~Conf()$/;"	f	class:Conf
2139~Edge	showgraph/Graph/edge.cpp	/^Edge::~Edge()$/;"	f	class:Edge
2140~EdgeIterIface	showgraph/Graph/node_inline.h	/^inline EdgeIterIface< EdgeIterImpl>::~EdgeIterIface()$/;"	f	class:EdgeIterIface
2141~Entry	showgraph/Utils/mem_entry.h	/^    Entry< Data>::~Entry()$/;"	f	class:MemImpl::Entry
2142~FixedPool	showgraph/Utils/mem_fixed_pool.h	/^    FixedPool< Data>::~FixedPool()$/;"	f	class:Mem::FixedPool
2143~GEdge	showgraph/GraphView/edge_item.cpp	/^GEdge::~GEdge()$/;"	f	class:GEdge
2144~GGraph	showgraph/GraphView/graph_view.cpp	/^GGraph::~GGraph()$/;"	f	class:GGraph
2145~GNode	showgraph/GraphView/node_item.cpp	/^GNode::~GNode()$/;"	f	class:GNode
2146~GStyle	showgraph/GraphView/gstyle.h	/^    virtual ~GStyle(){};$/;"	f	class:GStyle
2147~Graph	showgraph/Graph/graph.cpp	/^Graph::~Graph()$/;"	f	class:Graph
2148~GraphView	showgraph/GraphView/graph_view.cpp	/^GraphView::~GraphView()$/;"	f	class:GraphView
2149~GraphViewHistory	showgraph/GraphView/graph_view.h	/^    ~GraphViewHistory()$/;"	f	class:GraphViewHistory
2150~ListItem	showgraph/Utils/list.h	/^    ~ListItem()$/;"	f	class:ListItem
2151~MListItem	showgraph/Utils/list.h	/^    virtual ~MListItem()$/;"	f	class:MListItem
2152~MemInfo	showgraph/Utils/mem_mgr.h	/^        ~MemInfo(){};$/;"	f	class:MemImpl::MemInfo
2153~MyPoolObj	showgraph/Utils/mem_utest.cpp	/^    ~MyPoolObj()$/;"	f	class:MyPoolObj
2154~Node	showgraph/Graph/node.cpp	/^Node::~Node()$/;"	f	class:Node
2155~Obj	showgraph/Utils/mem_obj.h	/^		~Obj()$/;"	f	class:Mem::Obj
2156~Pool	showgraph/Utils/mem_pool.h	/^        virtual ~Pool(){};$/;"	f	class:Mem::Pool
2157~PoolObj	showgraph/Utils/mem_pool.h	/^        virtual ~PoolObj()$/;"	f	class:Mem::PoolObj
2158~Ref	showgraph/Utils/mem_ref.h	/^		~Ref()$/;"	f	class:Mem::Ref
2159~classA	showgraph/Utils/utils_utest.cpp	/^    ~classA(){};$/;"	f	class:classA	file:
2160~cqDialogAbout	gui/aboutdialog.cpp	/^cqDialogAbout::~cqDialogAbout()$/;"	f	class:cqDialogAbout
2161~cqDialogFileViewSettings	gui/fileviewsettingsdialog.cpp	/^cqDialogFileViewSettings::~cqDialogFileViewSettings()$/;"	f	class:cqDialogFileViewSettings
2162~cqDialogGraph	gui/graphdialog.cpp	/^cqDialogGraph::~cqDialogGraph()$/;"	f	class:cqDialogGraph
2163~cs2sq	makedb/cs2sq.cpp	/^cs2sq::~cs2sq()$/;"	f	class:cs2sq
2164~csdbparser	makedb/csdbparser.cpp	/^csdbparser::~csdbparser()$/;"	f	class:csdbparser
2165~ctagread	makedb/ctagread.cpp	/^ctagread::~ctagread()$/;"	f	class:ctagread
2166~fileviewer	gui/fileviewer.cpp	/^fileviewer::~fileviewer()$/;"	f	class:fileviewer
2167~idxcounter	querylib/small_lib.cpp	/^idxcounter::~idxcounter(){}$/;"	f	class:idxcounter
2168~listhandler	gui/listhandler.cpp	/^listhandler::~listhandler()$/;"	f	class:listhandler
2169~mainwindow	gui/mainwindow.cpp	/^mainwindow::~mainwindow()$/;"	f	class:mainwindow
2170~searchhandler	gui/searchhandler.cpp	/^searchhandler::~searchhandler()$/;"	f	class:searchhandler
2171~searchitem	gui/searchhandler.h	/^	~searchitem(){}$/;"	f	class:searchitem
2172~showgraph	showgraph/showgraph.cpp	/^showgraph::~showgraph()$/;"	f	class:showgraph
2173~smartFILE	querylib/small_lib.cpp	/^smartFILE::~smartFILE() {close_file();}$/;"	f	class:smartFILE
2174~sqlbase	makedb/sqlbase.cpp	/^sqlbase::~sqlbase()$/;"	f	class:sqlbase
2175~sqlquery	querylib/sqlquery.cpp	/^sqlquery::~sqlquery()$/;"	f	class:sqlquery
2176~sqlqueryadv	gui/sqlqueryadv.cpp	/^sqlqueryadv::~sqlqueryadv()$/;"	f	class:sqlqueryadv
2177~sym_data	makedb/csdbparser.h	/^~sym_data() { \/* nothing to do *\/ }$/;"	f	class:sym_data
2178~symdata_pack	makedb/csdbparser.h	/^~symdata_pack() { \/* nothing to do *\/ }$/;"	f	class:symdata_pack
2179~tempbuf	querylib/small_lib.cpp	/^tempbuf::~tempbuf()$/;"	f	class:tempbuf
2180~tempstmt	querylib/sqlquery.cpp	/^tempstmt::~tempstmt()$/;"	f	class:tempstmt
2181