| BuildMenu(wxMenuBar *menuBar) | CodeCompletion | virtual |
| cbCodeCompletionPlugin::BuildMenu(cb_optional wxMenuBar *menuBar) | cbPlugin | inlinevirtual |
| BuildModuleMenu(const ModuleType type, wxMenu *menu, const FileTreeData *data=0) | CodeCompletion | virtual |
| cbCodeCompletionPlugin::BuildModuleMenu(cb_optional const ModuleType type, cb_optional wxMenu *menu, cb_optional const FileTreeData *data=nullptr) | cbPlugin | inlinevirtual |
| BuildToolBar(wxToolBar *toolBar) | CodeCompletion | virtual |
| cbCodeCompletionPlugin::BuildToolBar(cb_optional wxToolBar *toolBar) | cbPlugin | inlinevirtual |
| CanDetach() const | cbPlugin | inlinevirtual |
| cbCodeCompletionPlugin() | cbCodeCompletionPlugin | |
| cbPlugin() | cbPlugin | |
| CCProviderStatus enum name | cbCodeCompletionPlugin | |
| ccpsActive enum value | cbCodeCompletionPlugin | |
| ccpsInactive enum value | cbCodeCompletionPlugin | |
| ccpsUniversal enum value | cbCodeCompletionPlugin | |
| CodeCompletion() | CodeCompletion | |
| CreateStatusField(cbStatusBar *statusBar) | cbPlugin | inlinevirtual |
| DoAllMethodsImpl() | CodeCompletion | private |
| DoAutocomplete(const CCToken &token, cbEditor *ed) | CodeCompletion | virtual |
| cbCodeCompletionPlugin::DoAutocomplete(const wxString &token, cbEditor *ed) | cbCodeCompletionPlugin | virtual |
| DoClassMethodDeclImpl() | CodeCompletion | private |
| DoCodeComplete(int caretPos, cbEditor *ed, std::vector< CCToken > &tokens, bool preprocessorOnly=false) | CodeCompletion | private |
| DoCodeCompleteIncludes(cbEditor *ed, int &tknStart, int tknEnd, std::vector< CCToken > &tokens) | CodeCompletion | private |
| DoCodeCompletePreprocessor(int tknStart, int tknEnd, cbEditor *ed, std::vector< CCToken > &tokens) | CodeCompletion | private |
| DocumentationHelper::OnDocumentationLink(wxHtmlLinkEvent &, bool &) | CodeCompletion | friend |
| DoParseOpenedProjectAndActiveEditor() | CodeCompletion | private |
| EditorEventHook(cbEditor *editor, wxScintillaEvent &event) | CodeCompletion | |
| EnableToolbarTools(bool enable=true) | CodeCompletion | private |
| FindFunctionAndUpdate(int currentLine) | CodeCompletion | private |
| FunctionPosition(int &scopeItem, int &functionItem) const | CodeCompletion | private |
| FunctionsScopeMap typedef | CodeCompletion | |
| FunctionsScopeVec typedef | CodeCompletion | |
| GetAbsolutePath(const wxString &basePath, const wxArrayString &targets, wxArrayString &dirs) | CodeCompletion | |
| GetAutocompList(bool isAuto, cbEditor *ed, int &tknStart, int &tknEnd) | CodeCompletion | virtual |
| GetCallTips(int pos, int style, cbEditor *ed, int &argsPos) | CodeCompletion | virtual |
| GetConfigurationGroup() const | CodeCompletion | inlinevirtual |
| GetConfigurationPanel(wxWindow *parent) | CodeCompletion | virtual |
| cbCodeCompletionPlugin::GetConfigurationPanel(cb_optional wxWindow *parent) | cbPlugin | inlinevirtual |
| GetConfigurationPriority() const | cbPlugin | inlinevirtual |
| GetDocumentation(const CCToken &token) | CodeCompletion | virtual |
| GetLocalIncludeDirs(cbProject *project, const wxArrayString &buildTargets) | CodeCompletion | |
| GetProjectConfigurationPanel(wxWindow *parent, cbProject *project) | CodeCompletion | virtual |
| cbCodeCompletionPlugin::GetProjectConfigurationPanel(cb_optional wxWindow *parent, cb_optional cbProject *project) | cbPlugin | inlinevirtual |
| GetProviderStatusFor(cbEditor *ed) | CodeCompletion | virtual |
| GetSystemIncludeDirs(cbProject *project, bool force) | CodeCompletion | |
| GetTokenAt(int pos, cbEditor *ed, bool &allowCallTip) | CodeCompletion | virtual |
| GetToolBarPriority() | CodeCompletion | inlinevirtual |
| GetType() const | cbPlugin | inlinevirtual |
| GotoFunctionPrevNext(bool next=false) | CodeCompletion | private |
| IsAttached() const | cbPlugin | inline |
| IsProviderFor(cbEditor *ed) | cbCodeCompletionPlugin | protected |
| m_AllFunctionsScopes | CodeCompletion | private |
| m_CCAutoAddParentheses | CodeCompletion | private |
| m_CCDetectImplementation | CodeCompletion | private |
| m_CCEnableHeaders | CodeCompletion | private |
| m_CCEnablePlatformCheck | CodeCompletion | private |
| m_CCFillupChars | CodeCompletion | private |
| m_CCMaxMatches | CodeCompletion | private |
| m_CodeRefactoring | CodeCompletion | private |
| m_CurrentLength | CodeCompletion | private |
| m_CurrentLine | CodeCompletion | private |
| m_DocHelper | CodeCompletion | private |
| m_EditMenu | CodeCompletion | private |
| m_EditorHookId | CodeCompletion | private |
| m_Function | CodeCompletion | private |
| m_FunctionsScope | CodeCompletion | private |
| m_InitDone | CodeCompletion | private |
| m_IsAttached | cbPlugin | protected |
| m_LastEditor | CodeCompletion | private |
| m_LastFile | CodeCompletion | private |
| m_LexerKeywordsToInclude | CodeCompletion | private |
| m_NameSpaces | CodeCompletion | private |
| m_NativeParser | CodeCompletion | private |
| m_NeedReparse | CodeCompletion | private |
| m_NeedsBatchColour | CodeCompletion | private |
| m_ProjectMenu | CodeCompletion | private |
| m_ReparsingMap | CodeCompletion | private |
| m_Scope | CodeCompletion | private |
| m_ScopeMarks | CodeCompletion | private |
| m_SearchMenu | CodeCompletion | private |
| m_SystemHeadersMap | CodeCompletion | private |
| m_SystemHeadersThreadCS | CodeCompletion | private |
| m_SystemHeadersThreads | CodeCompletion | private |
| m_TimerEditorActivated | CodeCompletion | private |
| m_TimerProjectSaved | CodeCompletion | private |
| m_TimerRealtimeParsing | CodeCompletion | private |
| m_TimerReparsing | CodeCompletion | private |
| m_TimerToolbar | CodeCompletion | private |
| m_ToolBar | CodeCompletion | private |
| m_ToolbarNeedRefresh | CodeCompletion | private |
| m_ToolbarNeedReparse | CodeCompletion | private |
| m_Type | cbPlugin | protected |
| m_ViewMenu | CodeCompletion | private |
| MatchCodeStyle(wxString &str, int eolStyle=wxSCI_EOL_LF, const wxString &indent=wxEmptyString, bool useTabs=false, int tabSize=4) | CodeCompletion | private |
| NameSpacePosition() const | CodeCompletion | private |
| NotImplemented(const wxString &log) const | cbPlugin | protectedvirtual |
| OnAppDoneStartup(CodeBlocksEvent &event) | CodeCompletion | private |
| OnAttach() | CodeCompletion | virtual |
| OnCCDebugLogger(CodeBlocksThreadEvent &event) | CodeCompletion | private |
| OnCCLogger(CodeBlocksThreadEvent &event) | CodeCompletion | private |
| OnClassMethod(wxCommandEvent &event) | CodeCompletion | private |
| OnCurrentProjectReparse(wxCommandEvent &event) | CodeCompletion | private |
| OnDocumentationLink(wxHtmlLinkEvent &event, bool &dismissPopup) | CodeCompletion | virtual |
| OnEditorActivated(CodeBlocksEvent &event) | CodeCompletion | private |
| OnEditorActivatedTimer(wxTimerEvent &event) | CodeCompletion | private |
| OnEditorClosed(CodeBlocksEvent &event) | CodeCompletion | private |
| OnEditorOpen(CodeBlocksEvent &event) | CodeCompletion | private |
| OnEditorSave(CodeBlocksEvent &event) | CodeCompletion | private |
| OnFindReferences(wxCommandEvent &event) | CodeCompletion | private |
| OnFunction(wxCommandEvent &event) | CodeCompletion | private |
| OnGotoDeclaration(wxCommandEvent &event) | CodeCompletion | private |
| OnGotoFunction(wxCommandEvent &event) | CodeCompletion | private |
| OnGotoNextFunction(wxCommandEvent &event) | CodeCompletion | private |
| OnGotoPrevFunction(wxCommandEvent &event) | CodeCompletion | private |
| OnOpenIncludeFile(wxCommandEvent &event) | CodeCompletion | private |
| OnParserEnd(wxCommandEvent &event) | CodeCompletion | private |
| OnParserStart(wxCommandEvent &event) | CodeCompletion | private |
| OnProjectActivated(CodeBlocksEvent &event) | CodeCompletion | private |
| OnProjectClosed(CodeBlocksEvent &event) | CodeCompletion | private |
| OnProjectFileAdded(CodeBlocksEvent &event) | CodeCompletion | private |
| OnProjectFileChanged(CodeBlocksEvent &event) | CodeCompletion | private |
| OnProjectFileRemoved(CodeBlocksEvent &event) | CodeCompletion | private |
| OnProjectSaved(CodeBlocksEvent &event) | CodeCompletion | private |
| OnProjectSavedTimer(wxTimerEvent &event) | CodeCompletion | private |
| OnRealtimeParsingTimer(wxTimerEvent &event) | CodeCompletion | private |
| OnRelease(bool appShutDown) | CodeCompletion | virtual |
| cbCodeCompletionPlugin::OnRelease(cb_optional bool appShutDown) | cbPlugin | inlineprotectedvirtual |
| OnRenameSymbols(wxCommandEvent &event) | CodeCompletion | private |
| OnReparsingTimer(wxTimerEvent &event) | CodeCompletion | private |
| OnScope(wxCommandEvent &event) | CodeCompletion | private |
| OnSelectedFileReparse(wxCommandEvent &event) | CodeCompletion | private |
| OnSelectedProjectReparse(wxCommandEvent &event) | CodeCompletion | private |
| OnSystemHeadersThreadFinish(CodeBlocksThreadEvent &event) | CodeCompletion | private |
| OnSystemHeadersThreadMessage(CodeBlocksThreadEvent &event) | CodeCompletion | private |
| OnToolbarTimer(wxTimerEvent &event) | CodeCompletion | private |
| OnUnimplementedClassMethods(wxCommandEvent &event) | CodeCompletion | private |
| OnUpdateUI(wxUpdateUIEvent &event) | CodeCompletion | private |
| OnViewClassBrowser(wxCommandEvent &event) | CodeCompletion | private |
| OnWorkspaceChanged(CodeBlocksEvent &event) | CodeCompletion | private |
| ParseFunctionsAndFillToolbar() | CodeCompletion | private |
| ReparsingMap typedef | CodeCompletion | private |
| RereadOptions() | CodeCompletion | |
| ScopeMarksVec typedef | CodeCompletion | |
| UpdateEditorSyntax(cbEditor *ed=NULL) | CodeCompletion | private |
| UpdateFunctions(unsigned int scopeItem) | CodeCompletion | private |
| UpdateToolBar() | CodeCompletion | private |
| ~cbPlugin() override | cbPlugin | |
| ~CodeCompletion() | CodeCompletion | virtual |