Home
last modified time | relevance | path

Searched refs:OnAppDoneStartup (Results 1 – 10 of 10) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/todo/
H A Dtodolist.h39 void OnAppDoneStartup(CodeBlocksEvent& event);
H A Dtodolist.cpp129 …PP_STARTUP_DONE, new cbEventFunctor<ToDoList, CodeBlocksEvent>(this, &ToDoList::OnAppDoneStartup)); in OnAttach()
271 void ToDoList::OnAppDoneStartup(CodeBlocksEvent& event) in OnAppDoneStartup() function in ToDoList
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dfortranproject.h82 void OnAppDoneStartup(CodeBlocksEvent& event);
H A Dfortranproject.cpp160 …ONE, new cbEventFunctor<FortranProject, CodeBlocksEvent>(this, &FortranProject::OnAppDoneStartup)); in OnAttach()
247 void FortranProject::OnAppDoneStartup(CodeBlocksEvent& event) in OnAppDoneStartup() function in FortranProject
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dprojectmanager.h456 void OnAppDoneStartup(CodeBlocksEvent& event);
H A Deditormanager.h174 void OnAppDoneStartup(wxCommandEvent& event);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/
H A Dcodecompletion.h196 void OnAppDoneStartup(CodeBlocksEvent& event);
H A Dcodecompletion.cpp477 … new cbEventFunctor<CodeCompletion, CodeBlocksEvent>(this, &CodeCompletion::OnAppDoneStartup)); in OnAttach()
2191 void CodeCompletion::OnAppDoneStartup(CodeBlocksEvent& event) function in CodeCompletion
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dprojectmanager.cpp96 …ONE, new cbEventFunctor<ProjectManager, CodeBlocksEvent>(this, &ProjectManager::OnAppDoneStartup)); in ProjectManager()
957 void ProjectManager::OnAppDoneStartup(CodeBlocksEvent& event) in OnAppDoneStartup() function in ProjectManager
H A Deditormanager.cpp120 EVT_APP_STARTUP_DONE(EditorManager::OnAppDoneStartup) in BEGIN_EVENT_TABLE()
1850 void EditorManager::OnAppDoneStartup(wxCommandEvent& event) in OnAppDoneStartup() function in EditorManager