Code::Blocks
SVN r11506
|
#include "nativeparser_base.h"
#include "parser/parser.h"
#include <queue>
#include <map>
#include <wx/event.h>
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 *, wxArrayString > | ProjectSearchDirsMap |
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 |
struct ccSearchData |
Search location combination, a pointer to cbStyledTextCtrl and a filename is enough.
Definition at line 36 of file nativeparser.h.
Class Members | ||
---|---|---|
cbStyledTextCtrl * | control | |
wxString | file |
typedef std::map<cbProject*, wxArrayString> ProjectSearchDirsMap |
Definition at line 29 of file nativeparser.h.
enum BrowserViewMode |
Symbol browser tree showing option.
Enumerator | |
---|---|
bvmRaw | |
bvmInheritance |
Definition at line 43 of file nativeparser.h.
const int g_EditorActivatedDelay |
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.