Code::Blocks
SVN r11506
|
#include "sdk_precomp.h"
Go to the source code of this file.
const wxEventType cbEVT_ADD_DOCK_WINDOW = wxNewEventType() |
Definition at line 129 of file sdk_events.cpp.
Referenced by DebugInterfaceFactory::CreateBacktrace(), DebugInterfaceFactory::CreateBreapoints(), NativeParser::CreateClassBrowser(), DebugInterfaceFactory::CreateCPURegisters(), DebugInterfaceFactory::CreateDisassembly(), DebugInterfaceFactory::CreateMemory(), DebugInterfaceFactory::CreateThreads(), DebugInterfaceFactory::CreateWatches(), and MainFrame::RegisterEvents().
const wxEventType cbEVT_ADD_LOG_WINDOW = wxNewEventType() |
Definition at line 162 of file sdk_events.cpp.
Referenced by CodeBlocksLogEvent::CodeBlocksLogEvent(), FindReplace::CreateSearchLog(), DebuggerManager::GetLogger(), CompilerGCC::OnAttach(), and MainFrame::RegisterEvents().
const wxEventType cbEVT_APP_ACTIVATED = wxNewEventType() |
Definition at line 70 of file sdk_events.cpp.
Referenced by CodeBlocksApp::OnAppActivate().
const wxEventType cbEVT_APP_CMDLINE = wxNewEventType() |
Definition at line 72 of file sdk_events.cpp.
Referenced by GetResourcesDir().
const wxEventType cbEVT_APP_DEACTIVATED = wxNewEventType() |
Definition at line 71 of file sdk_events.cpp.
Referenced by CCManager::CCManager(), and CodeBlocksApp::OnAppActivate().
const wxEventType cbEVT_APP_START_SHUTDOWN = wxNewEventType() |
Definition at line 69 of file sdk_events.cpp.
Referenced by MainFrame::OnApplicationClose().
const wxEventType cbEVT_APP_STARTUP_DONE = wxNewEventType() |
Definition at line 68 of file sdk_events.cpp.
Referenced by CodeCompletion::OnAttach(), CodeBlocksApp::OnInit(), and ProjectManager::ProjectManager().
const wxEventType cbEVT_BUILDTARGET_ADDED = wxNewEventType() |
Definition at line 116 of file sdk_events.cpp.
Referenced by cbProject::AddBuildTarget(), DebuggerOptionsProjectDlg::DebuggerOptionsProjectDlg(), and cbProject::DuplicateBuildTarget().
const wxEventType cbEVT_BUILDTARGET_REMOVED = wxNewEventType() |
Definition at line 117 of file sdk_events.cpp.
Referenced by DebuggerOptionsProjectDlg::DebuggerOptionsProjectDlg(), and cbProject::RemoveBuildTarget().
const wxEventType cbEVT_BUILDTARGET_RENAMED = wxNewEventType() |
Definition at line 118 of file sdk_events.cpp.
Referenced by DebuggerOptionsProjectDlg::DebuggerOptionsProjectDlg(), and cbProject::RenameBuildTarget().
const wxEventType cbEVT_BUILDTARGET_SELECTED = wxNewEventType() |
Definition at line 119 of file sdk_events.cpp.
Referenced by cbProject::ClearAllProperties(), DebuggerManager::DebuggerManager(), EditorManager::EditorManager(), DebuggerGDB::OnAttachReal(), and cbProject::SetActiveBuildTarget().
const wxEventType cbEVT_CBAUIBOOK_LEFT_DCLICK = wxNewEventType() |
Definition at line 173 of file sdk_events.cpp.
Referenced by cbAuiNotebook::OnTabCtrlDblClick().
const wxEventType cbEVT_CLEAN_PROJECT_STARTED = wxNewEventType() |
Definition at line 151 of file sdk_events.cpp.
Referenced by CompilerGCC::NotifyCleanProject().
const wxEventType cbEVT_CLEAN_WORKSPACE_STARTED = wxNewEventType() |
Definition at line 152 of file sdk_events.cpp.
Referenced by CompilerGCC::NotifyCleanWorkspace().
const wxEventType cbEVT_COMPILE_FILE_REQUEST = wxNewEventType() |
Definition at line 155 of file sdk_events.cpp.
Referenced by CompilerGCC::OnAttach().
const wxEventType cbEVT_COMPILER_FINISHED = wxNewEventType() |
Definition at line 149 of file sdk_events.cpp.
Referenced by CompilerGCC::NotifyJobDone(), cbDebuggerPlugin::OnAttach(), and CodeBlocksApp::OnInit().
const wxEventType cbEVT_COMPILER_SET_BUILD_OPTIONS = wxNewEventType() |
Definition at line 150 of file sdk_events.cpp.
Referenced by CompilerCommandGenerator::Init().
const wxEventType cbEVT_COMPILER_SETTINGS_CHANGED = wxNewEventType() |
Definition at line 153 of file sdk_events.cpp.
Referenced by CompilerFactory::LoadSettings(), and CompilerFactory::SaveSettings().
const wxEventType cbEVT_COMPILER_STARTED = wxNewEventType() |
Definition at line 148 of file sdk_events.cpp.
Referenced by CompilerGCC::DoPrepareQueue().
const wxEventType cbEVT_COMPLETE_CODE = wxNewEventType() |
Definition at line 176 of file sdk_events.cpp.
Referenced by CCManager::CCManager(), MainFrame::OnEditCompleteCode(), CCManager::OnEditorHook(), and CCManager::OnTimer().
const wxEventType cbEVT_DEBUGGER_FINISHED = wxNewEventType() |
Definition at line 159 of file sdk_events.cpp.
Referenced by DebuggerGDB::OnGDBTerminated().
const wxEventType cbEVT_DEBUGGER_PAUSED = wxNewEventType() |
Definition at line 158 of file sdk_events.cpp.
Referenced by DebuggerGDB::DoBreak().
const wxEventType cbEVT_DEBUGGER_STARTED = wxNewEventType() |
Definition at line 157 of file sdk_events.cpp.
Referenced by DebuggerGDB::DoDebug().
const wxEventType cbEVT_DOCK_WINDOW_VISIBILITY = wxNewEventType() |
Definition at line 142 of file sdk_events.cpp.
Referenced by MainFrame::OnRequestHideDockWindow(), MainFrame::OnRequestShowDockWindow(), and MainFrame::RegisterEvents().
const wxEventType cbEVT_EDITOR_ACTIVATED = wxNewEventType() |
Definition at line 83 of file sdk_events.cpp.
Referenced by CodeCompletion::OnAttach(), EditorManager::OnPageChanged(), MainFrame::RegisterEvents(), and EditorManager::SetActiveEditor().
const wxEventType cbEVT_EDITOR_BEFORE_SAVE = wxNewEventType() |
Definition at line 85 of file sdk_events.cpp.
Referenced by cbEditor::Save().
const wxEventType cbEVT_EDITOR_CC_DONE = wxNewEventType() |
Definition at line 93 of file sdk_events.cpp.
Referenced by CCManager::CallSmartIndentCCDone(), and cbSmartIndentPlugin::OnAttach().
const wxEventType cbEVT_EDITOR_CLOSE = wxNewEventType() |
Definition at line 80 of file sdk_events.cpp.
Referenced by CCManager::CCManager(), CodeCompletion::OnAttach(), MainFrame::RegisterEvents(), and EditorBase::~EditorBase().
const wxEventType cbEVT_EDITOR_DEACTIVATED = wxNewEventType() |
Definition at line 84 of file sdk_events.cpp.
Referenced by CCManager::CCManager(), DebugInterfaceFactory::DebugInterfaceFactory(), and EditorManager::OnPageChanging().
const wxEventType cbEVT_EDITOR_MODIFIED = wxNewEventType() |
Definition at line 87 of file sdk_events.cpp.
Referenced by MainFrame::RegisterEvents(), and cbEditor::SetModified().
const wxEventType cbEVT_EDITOR_OPEN = wxNewEventType() |
Definition at line 81 of file sdk_events.cpp.
Referenced by CCManager::CCManager(), EditorManager::New(), CodeCompletion::OnAttach(), cbDebuggerPlugin::OnAttach(), cbEditor::Open(), and MainFrame::RegisterEvents().
const wxEventType cbEVT_EDITOR_SAVE = wxNewEventType() |
Definition at line 86 of file sdk_events.cpp.
Referenced by CodeCompletion::OnAttach(), MainFrame::RegisterEvents(), and cbEditor::Save().
const wxEventType cbEVT_EDITOR_SPLIT = wxNewEventType() |
Definition at line 90 of file sdk_events.cpp.
Referenced by cbEditor::Split().
const wxEventType cbEVT_EDITOR_SWITCHED = wxNewEventType() |
Definition at line 82 of file sdk_events.cpp.
Referenced by EditorManager::OnPageChanged(), EditorManager::OnPageClose(), and EditorManager::SetActiveEditor().
const wxEventType cbEVT_EDITOR_TOOLTIP = wxNewEventType() |
Definition at line 88 of file sdk_events.cpp.
Referenced by CCManager::CCManager(), cbStyledTextCtrl::EmulateDwellStart(), cbEditor::OnEditorDwellStart(), CCManager::OnMenuSelect(), and cbDebuggerPlugin::RegisterValueTooltip().
const wxEventType cbEVT_EDITOR_TOOLTIP_CANCEL = wxNewEventType() |
Definition at line 89 of file sdk_events.cpp.
Referenced by cbEditor::OnEditorDwellEnd(), and cbDebuggerPlugin::RegisterValueTooltip().
const wxEventType cbEVT_EDITOR_UNSPLIT = wxNewEventType() |
Definition at line 91 of file sdk_events.cpp.
Referenced by cbEditor::Unsplit().
const wxEventType cbEVT_EDITOR_UPDATE_UI = wxNewEventType() |
Definition at line 92 of file sdk_events.cpp.
Referenced by cbEditor::OnEditorUpdateUI(), and MainFrame::RegisterEvents().
const wxEventType cbEVT_GET_ACTIVE_LOG_WINDOW = wxNewEventType() |
Definition at line 166 of file sdk_events.cpp.
Referenced by CompilerGCC::OnJobEnd(), and MainFrame::RegisterEvents().
const wxEventType cbEVT_HIDE_DOCK_WINDOW = wxNewEventType() |
Definition at line 132 of file sdk_events.cpp.
Referenced by DebuggerMenuHandler::DebuggerMenuHandler(), CodeCompletion::OnViewClassBrowser(), DebuggerMenuHandler::RegisterDefaultWindowItems(), MainFrame::RegisterEvents(), and MainFrame::ShowHideScriptConsole().
const wxEventType cbEVT_HIDE_LOG_MANAGER = wxNewEventType() |
Definition at line 168 of file sdk_events.cpp.
Referenced by CompilerGCC::NotifyJobDone(), CompilerGCC::OnJobEnd(), and MainFrame::RegisterEvents().
const wxEventType cbEVT_HIDE_LOG_WINDOW = wxNewEventType() |
Definition at line 164 of file sdk_events.cpp.
Referenced by MainFrame::RegisterEvents().
const wxEventType cbEVT_LOCK_LOG_MANAGER = wxNewEventType() |
Definition at line 169 of file sdk_events.cpp.
Referenced by MainFrame::RegisterEvents().
const wxEventType cbEVT_MENUBAR_CREATE_BEGIN = wxNewEventType() |
Definition at line 144 of file sdk_events.cpp.
Referenced by ToolsManager::Configure(), and MainFrame::CreateMenubar().
const wxEventType cbEVT_MENUBAR_CREATE_END = wxNewEventType() |
Definition at line 146 of file sdk_events.cpp.
Referenced by ToolsManager::Configure(), and MainFrame::CreateMenubar().
const wxEventType cbEVT_PIPEDPROCESS_STDERR = wxNewEventType() |
Definition at line 122 of file sdk_events.cpp.
Referenced by PipedProcess::HasInput().
const wxEventType cbEVT_PIPEDPROCESS_STDOUT = wxNewEventType() |
Definition at line 121 of file sdk_events.cpp.
Referenced by PipedProcess::HasInput().
const wxEventType cbEVT_PIPEDPROCESS_TERMINATED = wxNewEventType() |
Definition at line 123 of file sdk_events.cpp.
Referenced by PipedProcess::OnTerminate().
const wxEventType cbEVT_PLUGIN_ATTACHED = wxNewEventType() |
Definition at line 74 of file sdk_events.cpp.
Referenced by cbPlugin::Attach(), and MainFrame::RegisterEvents().
const wxEventType cbEVT_PLUGIN_INSTALLED = wxNewEventType() |
Definition at line 76 of file sdk_events.cpp.
Referenced by PluginManager::InstallPlugin(), and MainFrame::RegisterEvents().
const wxEventType cbEVT_PLUGIN_LOADING_COMPLETE = wxNewEventType() |
Definition at line 78 of file sdk_events.cpp.
Referenced by DebuggerManager::DebuggerManager(), and MainFrame::ScanForPlugins().
const wxEventType cbEVT_PLUGIN_RELEASED = wxNewEventType() |
Definition at line 75 of file sdk_events.cpp.
Referenced by MainFrame::RegisterEvents(), and cbPlugin::Release().
const wxEventType cbEVT_PLUGIN_UNINSTALLED = wxNewEventType() |
Definition at line 77 of file sdk_events.cpp.
Referenced by MainFrame::RegisterEvents(), and PluginManager::UninstallPlugin().
const wxEventType cbEVT_PROJECT_ACTIVATE = wxNewEventType() |
Definition at line 99 of file sdk_events.cpp.
Referenced by DebuggerManager::DebuggerManager(), EditorManager::EditorManager(), CodeCompletion::OnAttach(), CompilerGCC::OnAttach(), cbDebuggerPlugin::OnAttach(), MainFrame::RegisterEvents(), and ProjectManager::SetProject().
const wxEventType cbEVT_PROJECT_BEGIN_ADD_FILES = wxNewEventType() |
Definition at line 100 of file sdk_events.cpp.
Referenced by cbProject::BeginAddFiles().
const wxEventType cbEVT_PROJECT_BEGIN_REMOVE_FILES = wxNewEventType() |
Definition at line 102 of file sdk_events.cpp.
Referenced by cbProject::BeginRemoveFiles().
const wxEventType cbEVT_PROJECT_CLOSE = wxNewEventType() |
Definition at line 96 of file sdk_events.cpp.
Referenced by ProjectManager::CloseProject(), CodeCompletion::OnAttach(), CompilerGCC::OnAttach(), cbDebuggerPlugin::OnAttach(), and MainFrame::RegisterEvents().
const wxEventType cbEVT_PROJECT_END_ADD_FILES = wxNewEventType() |
Definition at line 101 of file sdk_events.cpp.
Referenced by cbProject::EndAddFiles().
const wxEventType cbEVT_PROJECT_END_REMOVE_FILES = wxNewEventType() |
Definition at line 103 of file sdk_events.cpp.
Referenced by cbProject::EndRemoveFiles().
const wxEventType cbEVT_PROJECT_FILE_ADDED = wxNewEventType() |
Definition at line 104 of file sdk_events.cpp.
Referenced by ProjectManager::AddFileToProject(), ProjectManager::AddMultipleFilesToProject(), and CodeCompletion::OnAttach().
const wxEventType cbEVT_PROJECT_FILE_CHANGED = wxNewEventType() |
Definition at line 106 of file sdk_events.cpp.
Referenced by CodeCompletion::OnAttach().
const wxEventType cbEVT_PROJECT_FILE_REMOVED = wxNewEventType() |
Definition at line 105 of file sdk_events.cpp.
Referenced by CodeCompletion::OnAttach(), and ProjectManager::RemoveFileFromProject().
const wxEventType cbEVT_PROJECT_NEW = wxNewEventType() |
Definition at line 95 of file sdk_events.cpp.
Referenced by MainFrame::OnFileNewWhat().
const wxEventType cbEVT_PROJECT_OPEN = wxNewEventType() |
Definition at line 97 of file sdk_events.cpp.
Referenced by DebuggerManager::DebuggerManager(), ProjectManager::EndLoadingProject(), ProjectManager::EndLoadingWorkspace(), TemplateManager::NewProjectFromUserTemplate(), CompilerGCC::OnAttach(), MainFrame::OnFileNewWhat(), and MainFrame::RegisterEvents().
const wxEventType cbEVT_PROJECT_OPTIONS_CHANGED = wxNewEventType() |
Definition at line 110 of file sdk_events.cpp.
Referenced by ProjectManagerUI::CheckForExternallyModifiedProjects().
const wxEventType cbEVT_PROJECT_POPUP_MENU = wxNewEventType() |
Definition at line 107 of file sdk_events.cpp.
const wxEventType cbEVT_PROJECT_RENAMED = wxNewEventType() |
Definition at line 109 of file sdk_events.cpp.
Referenced by cbProject::SetTitle().
const wxEventType cbEVT_PROJECT_SAVE = wxNewEventType() |
Definition at line 98 of file sdk_events.cpp.
Referenced by CodeCompletion::OnAttach(), cbProject::Save(), and cbProject::SaveAs().
const wxEventType cbEVT_PROJECT_TARGETS_MODIFIED = wxNewEventType() |
Definition at line 108 of file sdk_events.cpp.
Referenced by cbProject::AddBuildTarget(), cbProject::DefineVirtualBuildTarget(), cbProject::DuplicateBuildTarget(), ProjectOptionsDlg::OnAddBuildTargetClick(), CompilerGCC::OnAttach(), ProjectOptionsDlg::OnBuildOrderClick(), ProjectOptionsDlg::OnBuildTargetChanged(), ProjectOptionsDlg::OnCopyBuildTargetClick(), ProjectOptionsDlg::OnEditBuildTargetClick(), ProjectOptionsDlg::OnRemoveBuildTargetClick(), cbProject::RemoveBuildTarget(), cbProject::RemoveVirtualBuildTarget(), and cbProject::RenameBuildTarget().
const wxEventType cbEVT_QUERY_VIEW_LAYOUT = wxNewEventType() |
Definition at line 136 of file sdk_events.cpp.
Referenced by MainFrame::RegisterEvents(), and cbDebuggerPlugin::SwitchToDebuggingLayout().
const wxEventType cbEVT_REMOVE_DOCK_WINDOW = wxNewEventType() |
Definition at line 130 of file sdk_events.cpp.
Referenced by MainFrame::RegisterEvents(), NativeParser::RemoveClassBrowser(), and RemoveDockWindow().
const wxEventType cbEVT_REMOVE_LOG_WINDOW = wxNewEventType() |
Definition at line 163 of file sdk_events.cpp.
Referenced by DebuggerManager::HideLogger(), CompilerGCC::OnRelease(), and MainFrame::RegisterEvents().
const wxEventType cbEVT_SETTINGS_CHANGED = wxNewEventType() |
Definition at line 179 of file sdk_events.cpp.
Referenced by DebuggerManager::DebuggerManager(), MainFrame::OnSettingsCompiler(), MainFrame::OnSettingsDebugger(), MainFrame::OnSettingsEditor(), MainFrame::OnSettingsEnvironment(), and MainFrame::OnSettingsPlugins().
const wxEventType cbEVT_SHOW_CALL_TIP = wxNewEventType() |
Definition at line 177 of file sdk_events.cpp.
Referenced by CCManager::CCManager(), CCManager::OnDeferredCallTipShow(), and MainFrame::OnEditShowCallTip().
const wxEventType cbEVT_SHOW_DOCK_WINDOW = wxNewEventType() |
Definition at line 131 of file sdk_events.cpp.
Referenced by DebuggerMenuHandler::DebuggerMenuHandler(), DebuggerMenuHandler::OnAddWatch(), WatchesDlg::OnMenuExamineMemory(), CodeCompletion::OnViewClassBrowser(), DebuggerMenuHandler::RegisterDefaultWindowItems(), MainFrame::RegisterEvents(), DebuggerManager::ShowBacktraceDialog(), MainFrame::ShowHideScriptConsole(), and ProjectManagerUI::SwitchToProjectsPage().
const wxEventType cbEVT_SHOW_LOG_MANAGER = wxNewEventType() |
Definition at line 167 of file sdk_events.cpp.
Referenced by CodeRefactoring::DoFindReferences(), FindReplace::FindInFiles(), CompilerGCC::OnJobEnd(), CompilerGCC::PrintBanner(), MainFrame::RegisterEvents(), and cbDebuggerPlugin::ShowLog().
const wxEventType cbEVT_SWITCH_TO_LOG_WINDOW = wxNewEventType() |
Definition at line 165 of file sdk_events.cpp.
Referenced by CompilerGCC::ClearLog(), CodeRefactoring::DoFindReferences(), CompilerGCC::DoGotoNextError(), CompilerGCC::DoGotoPreviousError(), ToolsManager::Execute(), FindReplace::FindInFiles(), CompilerGCC::OnJobEnd(), MainFrame::RegisterEvents(), cbDebuggerPlugin::ShowLog(), and CompilerGCC::StartCompileFile().
const wxEventType cbEVT_SWITCH_VIEW_LAYOUT = wxNewEventType() |
Definition at line 138 of file sdk_events.cpp.
Referenced by MainFrame::RegisterEvents(), cbDebuggerPlugin::SwitchToDebuggingLayout(), and cbDebuggerPlugin::SwitchToPreviousLayout().
const wxEventType cbEVT_SWITCHED_VIEW_LAYOUT = wxNewEventType() |
Definition at line 140 of file sdk_events.cpp.
Referenced by MainFrame::LoadViewLayout().
const wxEventType cbEVT_THREADTASK_ALLDONE = wxNewEventType() |
Definition at line 127 of file sdk_events.cpp.
Referenced by Parser::ConnectEvents(), Parser::DisconnectEvents(), and cbThreadPool::WaitingThread().
const wxEventType cbEVT_THREADTASK_ENDED = wxNewEventType() |
Definition at line 126 of file sdk_events.cpp.
Referenced by cbThreadPool::TaskDone().
const wxEventType cbEVT_THREADTASK_STARTED = wxNewEventType() |
Definition at line 125 of file sdk_events.cpp.
const wxEventType cbEVT_UNLOCK_LOG_MANAGER = wxNewEventType() |
Definition at line 170 of file sdk_events.cpp.
Referenced by MainFrame::RegisterEvents().
const wxEventType cbEVT_UPDATE_VIEW_LAYOUT = wxNewEventType() |
Definition at line 134 of file sdk_events.cpp.
Referenced by MainFrame::RegisterEvents(), and CodeCompletion::RereadOptions().
const wxEventType cbEVT_WORKSPACE_CHANGED = wxNewEventType() |
Definition at line 111 of file sdk_events.cpp.
Referenced by CodeCompletion::OnAttach(), and ProjectManager::WorkspaceChanged().
const wxEventType cbEVT_WORKSPACE_CLOSING_BEGIN = wxNewEventType() |
Definition at line 113 of file sdk_events.cpp.
Referenced by ProjectManager::CloseWorkspace().
const wxEventType cbEVT_WORKSPACE_CLOSING_COMPLETE = wxNewEventType() |
Definition at line 114 of file sdk_events.cpp.
Referenced by ProjectManager::CloseWorkspace(), and CompilerGCC::OnAttach().
const wxEventType cbEVT_WORKSPACE_LOADING_COMPLETE = wxNewEventType() |
Definition at line 112 of file sdk_events.cpp.
Referenced by EditorManager::EditorManager(), and ProjectManager::LoadWorkspace().