|
Code::Blocks
SVN r11506
|
#include <settings.h>#include <cbplugin.h>#include <cbproject.h>#include <sdk_events.h>#include "coderefactoring.h"#include "nativeparser.h"#include "systemheadersthread.h"#include "doxygen_parser.h"#include <wx/arrstr.h>#include <wx/listctrl.h>#include <wx/string.h>#include <wx/timer.h>#include <map>#include <vector>#include <set>Go to the source code of this file.
Classes | |
| class | CodeCompletion |
| Code completion plugin has those features: show tool-tip when the mouse hover over the variables/functions. More... | |
| struct | CodeCompletion::FunctionScope |
| Identify a function body's position, the underline data structure of the second wxChoice of CC's toolbar. More... | |
| struct | CodeCompletion::FunctionsScopePerFile |
| struct CodeCompletion::FunctionsScopePerFile |
Definition at line 72 of file codecompletion.h.
| Class Members | ||
|---|---|---|
| FunctionsScopeVec | m_FunctionsScope | |
| NameSpaceVec | m_NameSpaces | |
| bool | parsed | |
1.8.13