Code::Blocks  SVN r11506
Classes
codecompletion.h File Reference
#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>
Include dependency graph for codecompletion.h:
This graph shows which files directly or indirectly include this file:

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
 

Class Documentation

◆ CodeCompletion::FunctionsScopePerFile

struct CodeCompletion::FunctionsScopePerFile

Definition at line 72 of file codecompletion.h.

Collaboration diagram for CodeCompletion::FunctionsScopePerFile:
Class Members
FunctionsScopeVec m_FunctionsScope
NameSpaceVec m_NameSpaces
bool parsed