Code::Blocks  SVN r11506
Classes | Typedefs | Enumerations | Variables
nativeparser.h File Reference
#include "nativeparser_base.h"
#include "parser/parser.h"
#include <queue>
#include <map>
#include <wx/event.h>
Include dependency graph for nativeparser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ccSearchData
 Search location combination, a pointer to cbStyledTextCtrl and a filename is enough. More...
 
class  NativeParser
 NativeParser class is just like a manager class to control Parser objects. More...
 

Typedefs

typedef std::map< cbProject *, wxArrayStringProjectSearchDirsMap
 

Enumerations

enum  BrowserViewMode { bvmRaw = 0, bvmInheritance }
 Symbol browser tree showing option. More...
 

Variables

bool s_DebugSmartSense
 debug only variable, used to print the AI match related log message More...
 
const int g_EditorActivatedDelay
 

Class Documentation

◆ ccSearchData

struct ccSearchData

Search location combination, a pointer to cbStyledTextCtrl and a filename is enough.

Definition at line 36 of file nativeparser.h.

Collaboration diagram for ccSearchData:
Class Members
cbStyledTextCtrl * control
wxString file

Typedef Documentation

◆ ProjectSearchDirsMap

Definition at line 29 of file nativeparser.h.

Enumeration Type Documentation

◆ BrowserViewMode

Symbol browser tree showing option.

Enumerator
bvmRaw 
bvmInheritance 

Definition at line 43 of file nativeparser.h.

Variable Documentation

◆ g_EditorActivatedDelay

const int g_EditorActivatedDelay

◆ s_DebugSmartSense

bool s_DebugSmartSense

debug only variable, used to print the AI match related log message

debug only variable, used to print the AI match related log message

Definition at line 128 of file nativeparser.cpp.