►CAbstractJob | |
►CLoaderBase | |
CEditorReuser | |
CFileLoader | |
CNullLoader | |
CURLLoader | |
CAgony | |
CAssociations::Assoc | |
CBackgroundThreadPool | |
►CBasicSearchTree | This class is generally a string -> size_t map, the tree details (graph) is already show in the declaration of |
CSearchTree< T > | This is a class template derived from BasicSearchTree class, the type T was stored in a vector, and instead of returning a item number, the new class template can return an instance of T |
CSearchTree< TokenIdxSet > | |
CSearchTree< wxString > | |
CBasicSearchTreeIterator | SearchTreeIterator lets us iterate through the nodes of a BasicSearchTree |
CBlockAllocated< T, pool_size, debug > | |
CBlockAllocator< T, pool_size, debug > | |
CBrowserOptions | Options for the symbol browser, this specify how the symbol browser will shown |
CBufState | |
CCompilerGCC::BuildJobTarget | |
►CcbBacktraceDlg | |
CBacktraceDlg | |
►CcbBreakpoint | |
CDebuggerBreakpoint | Debugger breakpoint interface |
►CcbBreakpointsDlg | |
CBreakpointsDlg | |
►CcbCPURegistersDlg | |
CCPURegistersDlg | |
CcbDebuggerCommonConfig | |
►CcbDebuggerConfiguration | |
CDebuggerConfiguration | |
CcbDebuggerFeature | |
►CcbDebuggerMenuHandler | |
CDebuggerMenuHandler | |
CcbDebuggerWindowMenuItem | |
►CcbDebugInterfaceFactory | |
CDebugInterfaceFactory | |
►CcbDisassemblyDlg | |
CDisassemblyDlg | |
CcbEditorInternalData | |
►CcbExamineMemoryDlg | |
CExamineMemoryDlg | |
CcbException | Code::Blocks error handling unit |
CcbFindReplaceData | |
CcbNotebookStack | |
►CcbProjectManagerUI | |
CBatchProjectManagerUI | Almost empty implementation used in batch mode |
CNullProjectManagerUI | |
CProjectManagerUI | |
CcbProjectTreeImages | |
CcbSettingsType | |
CcbStackFrame | |
CcbStatusBar::cbStatusBarElement | |
CcbStringHash | |
CcbThread | |
►CcbThreadedTask | This is what you have to use instead of wxThread to add tasks to the Thread Pool |
CMarkFileAsLocalThreadedTask | Mark all the tokens belong to the project as "local" E.g |
CParserThread | A parser threaded task, which can be assigned to the thread task pool, and run there |
CParserThreadedTask | CbThreadedTask can be executed in cbThreadPool to do a lot of parsing jobs in the begining stage of the batch parsing |
CcbThreadPool::cbThreadedTaskElement | All tasks are added to one of these. It'll also save the autodelete value |
CcbThreadPool | A Thread Pool implementation |
►CcbThreadsDlg | |
CThreadsDlg | |
CcbTool | |
►CcbWatch | |
CGDBWatch | |
►CcbWatchesDlg | |
CWatchesDlg | |
CcbWorkspace | A workspace class |
CcbCodeCompletionPlugin::CCCallTip | Structure representing an individual calltip with an optional highlighted range |
CCCLogger | |
CccSearchData | Search location combination, a pointer to cbStyledTextCtrl and a filename is enough |
CcbCodeCompletionPlugin::CCToken | Structure representing a generic token, passed between CC plugins and CCManager |
CCCTreeCtrlExpandedItemData | |
CCodeRefactoring | |
CColourManager::ColourDef | |
CCommentToken | |
CCompileError | |
►CCompileOptionsBase | This is a base class for all classes needing compilation parameters |
►CCompiler | Abstract base class for compilers |
CCompilerG95 | |
CCompilerGDC | |
CCompilerGNUARM | |
CCompilerGNUFortran | |
CCompilerIAR | |
CCompilerICC | |
►CCompilerKeilC51 | |
CCompilerKeilCX51 | |
CCompilerLCC | |
►CCompilerMINGW | |
CCompilerCYGWIN | |
CCompilerMSVC | |
CCompilerMSVC10 | |
CCompilerMSVC8 | |
CCompilerOW | |
CCompilerXML | |
►CCompileTargetBase | Base class for build target classes Each Code::Blocks project consists of at least one target |
CcbProject | Represents a Code::Blocks project |
CProjectBuildTarget | Represents a Code::Blocks project build target |
CCompilerCommand | |
►CCompilerCommandGenerator | Generate command-lines needed to produce a build |
CCompilerMINGWGenerator | |
CCompilerOWGenerator | |
CCompilerErrors | |
CCompilerFactory | |
CCompilerOptions | |
CCompilerGCC::CompilerProcess | |
CCompilerPrograms | Struct to keep programs |
CCompilerQueue | |
CCompilerSwitches | Struct to keep switches |
CCompilerTool | Struct for compiler/linker commands |
CCompilerGCC::CompilerValidResult | |
CCompOption | |
CDebuggerSettingsDlg::Config | |
CConfigManager | |
CConfigManagerWrapper | Wrapper class for reading or writing config values, without the need for the full path |
CcbThreadPool::CountedPtr< T > | Josuttis' implementation of CountedPtr |
CcbThreadPool::CountedPtr< wxSemaphore > | |
CCrashHandler | |
CcrSearchData | |
CCSS | Cascading Style Sheets class for HTML logger |
CCursor | Debugger cursor info |
CCompilerOptionsDlg::CustomVarAction | |
CDeath | |
►CDebuggerCmd | Basic interface for debugger commands |
CCdbCmd_AddBreakpoint | Command to add a breakpoint |
CCdbCmd_AddSourceDir | Command to add a search directory for source files in debugger's paths |
CCdbCmd_AddSymbolFile | Command to the add symbol files |
CCdbCmd_AttachToProcess | Command to the attach to a process |
CCdbCmd_Backtrace | Command to run a backtrace |
CCdbCmd_Detach | Command to the detach from the process |
CCdbCmd_Disassembly | Command to run a disassembly |
CCdbCmd_DisassemblyInit | Command to run a disassembly |
CCdbCmd_GetPID | Command to find the PID of the active child |
CCdbCmd_InfoRegisters | Command to run a disassembly |
CCdbCmd_RemoveBreakpoint | Command to remove a breakpoint |
CCdbCmd_SetArguments | Command to set the arguments to the debuggee |
CCdbCmd_SetDebuggee | Command to the set the file to be debugged |
CCdbCmd_SwitchFrame | |
CCdbCmd_TooltipEvaluation | Command to display a tooltip about a variables value |
CCdbCmd_Watch | Command to get info about a watched variable |
CDbgCmd_UpdateWatchesTree | Action-only debugger command to signal the watches tree to update |
►CDebuggerContinueBaseCmd | Base class for all Continue type of commands |
CCdbCmd_Continue | Command to continue execution and notify the debugger plugin |
CGdbCmd_Continue | Command that notifies the debugger plugin that the debuggee has been continued |
CGdbCmd_Start | |
►CGdbCmd_StepOrNextInstruction | |
CGdbCmd_StepInstruction | |
CGdbCmd_StepIntoInstruction | |
CDebuggerInfoCmd | This command is similar to DebuggerCmd The only difference is that instead of logging its output in the debugger log, it displays it in a dialog |
CGdbCmd_AddBreakpoint | Command to add a breakpoint |
CGdbCmd_AddBreakpointCondition | Utility command to set a breakpoint condition |
CGdbCmd_AddDataBreakpoint | Command to add a data breakpoint |
CGdbCmd_AddSourceDir | Command to add a search directory for source files in debugger's paths |
CGdbCmd_AddSymbolFile | Command to the add symbol files |
CGdbCmd_AttachToProcess | Command to the attach to a process |
CGdbCmd_Backtrace | Command to run a backtrace |
CGdbCmd_ChangeFrame | Command to change the current frame |
CGdbCmd_DebugLanguage | Command to determine the debugging (working) language |
CGdbCmd_Detach | Command to the detach from the process |
CGdbCmd_Disassembly | Command to run a disassembly |
CGdbCmd_DisassemblyInit | Command to initialize a disassembly |
CGdbCmd_ExamineMemory | Command to examine a memory region |
CGdbCmd_FindCursor | Command which tries to find the current cursor position |
CGdbCmd_FindTooltipAddress | Command to get a symbol's type and use it for tooltip evaluation |
CGdbCmd_FindTooltipType | Command to get a symbol's type and use it for tooltip evaluation |
CGdbCmd_FindWatchType | Command to get a watched variable's type |
CGdbCmd_InfoProgram | Command to get info about current program and state |
CGdbCmd_InfoRegisters | Command to obtain register info |
CGdbCmd_LocalsFuncArgs | |
CGdbCmd_RemoteBaud | |
CGdbCmd_RemoteTarget | |
CGdbCmd_RemoveBreakpoint | Command to remove a breakpoint |
CGdbCmd_SetArguments | Command to set the arguments to the debuggee |
CGdbCmd_SetCatch | Command to setup an exception breakpoint (for a throw or a catch) |
CGdbCmd_SetDebuggee | Command to the set the file to be debugged |
CGdbCmd_Threads | Command to get info about running threads |
CGdbCmd_TooltipEvaluation | Command to display a tooltip about a variables value |
CGdbCmd_Watch | Command to get info about a watched variable |
►CDebuggerDriver | |
CCDB_driver | |
CGDB_driver | |
CDebuggerState | |
►Cstd::deque< T > | STL class |
CJobQueue | |
CDirectCommands | |
CDocumentationHelper | |
CDoxygen::DoxygenParser | |
CEditorBaseInternalData | |
CEditorColourSet | |
CEditorLexerLoader | |
CEditorManagerInternalData |
struct EditorManagerInternalData * This is the private data holder for the EditorManager * All data not relevant to other classes should go here * |
CTokenizer::ExpandedMacro | Replaced buffer information Here is an example of how macro are expanded |
CExpression | |
CExpressionNode | |
CExpState | |
CLogger::Feature | |
CFileGroups | |
CFileSet | |
CFileSetFile | |
CFilesGroupsAndMasks | |
CFindBreakpointPred | |
CFindReplace | |
CCodeCompletion::FunctionScope | Identify a function body's position, the underline data structure of the second wxChoice of CC's toolbar |
CCodeCompletion::FunctionsScopePerFile | |
CGotoFunctionDlg::FunctionToken | |
CGDBLocalVariable | |
CcbProject::Glob | |
CCodeCompletionHelper::GotoDeclarationItem | Used to record the position of a token when user click find declaration or implementation |
►CEditorHooks::HookFunctorBase | Abstract base hook functor interface |
CEditorHooks::cbSmartIndentEditorHookFunctor | Provides a HookFunctor which redirects the Call() of a cbSmartIndentPlugin so only the interface of cbSmartIndentPlugin has to be implemented for a new language |
CEditorHooks::HookFunctor< T > | Functor class for use as a editor modification operations hook |
►CProjectLoaderHooks::HookFunctorBase | Abstract base hook functor interface |
CProjectLoaderHooks::HookFunctor< T > | Functor class for use as a project loading/saving hook |
►CIBaseLoader | Base interface for project loaders |
CProjectLoader | Code::Blocks project file loader |
►CIBaseWorkspaceLoader | |
CWorkspaceLoader | |
CID | |
►CIFunctorBase | Base abstract functor class |
►CIEventFunctorBase< EventType > | Base abstract event functor class |
CcbEventFunctor< ClassType, EventType > | Event functor class |
►CIncrementalSelectIterator | |
►CIncrementalSelectIteratorIndexed | |
CGotoFunctionDlg::Iterator | |
CIncrementalSelectArrayIterator | Simple iterator that uses wxArrayString as data source |
►CLogManager::InstantiatorBase | |
CLogManager::Instantiator< type, requires_filename > | |
CScriptBindings::IONamespace | |
CISerializable | |
CBreakpointsDlg::Item | |
CBlockAllocator< T, pool_size, debug >::LinkedBlock< U > | |
CBlockAllocator< T, pool_size, debug >::LinkedBlock< T > | |
CListItemData | |
CListCtrlLogger::ListStyles | |
Cappglobals::Localisation | |
►CLogger | The base class for all kinds of loggers, see loggers.h for its derived classes |
►CFileLogger | Logger which prints messages to a file |
CHTMLFileLogger | Logger which prints messages to an HTML file |
►CListCtrlLogger | Logger which prints messages to a wxListCtrl |
CcbSearchResultsLog | |
CCompilerMessages | |
CNullLogger | Logger simply does nothing |
CStdoutLogger | Logger which prints messages to the standard console IO |
►CTextCtrlLogger | Logger which prints messages to a wxTextCtrl |
CBuildLogger | |
CDebugTextCtrlLogger | |
CTimestampTextCtrlLogger | Extended logger from TextCtrlLogger, since it add time stamps for each log message |
CLogSlot | |
CManager | |
CMatchDataAndTempBreakpoints | |
CMatchProject | |
CMatchSetTempBreakpoint | |
CScriptingManager::MenuBoundScript | |
CScriptBindings::ScriptPluginWrapper::MenuCallback | |
CEditorConfigurationDlg::MenuItemLanguageOptionID | |
CMenuItemsManager | Manager for wxMenuItem pointers |
CMgr< MgrT > | |
►CMgr< CCManager > | |
CCCManager | Code Completion Plugin Manager |
►CMgr< CfgMgrBldr > | |
CCfgMgrBldr | |
►CMgr< ColourManager > | |
CColourManager | |
►CMgr< DebuggerManager > | |
CDebuggerManager | |
►CMgr< EditorManager > | |
CEditorManager | |
►CMgr< FileManager > | |
CFileManager | |
►CMgr< LogManager > | |
CLogManager | |
►CMgr< MacrosManager > | |
CMacrosManager | |
►CMgr< PersonalityManager > | |
CPersonalityManager | Manage different personalities |
►CMgr< PluginManager > | |
CPluginManager | PluginManager manages plugins |
►CMgr< ProjectManager > | |
CProjectManager | The entry point singleton for working with projects |
►CMgr< ScriptingManager > | |
CScriptingManager | Provides scripting in Code::Blocks |
►CMgr< TemplateManager > | |
CTemplateManager | |
►CMgr< ToolsManager > | |
CToolsManager | |
►CMgr< UserVariableManager > | |
CUserVariableManager | |
CCompiler::MirrorSettings | |
CNameSpace | |
►CNativeParserBase | |
CNativeParser | NativeParser class is just like a manager class to control Parser objects |
►CnsUniversalDetector | |
CEncodingDetector | Try to detect the encoding of a file on disk |
COpenContainingFolderData | |
COptionColour | |
COptionSet | |
CInfoPane::Page | |
CNativeParserBase::ParserComponent | Long statement can be divided to a ParserComponent chain |
CParserOptions | Setting of the Parser, some of them will be passed down to ParserThreadOptions |
CParserThreadOptions | |
CpfCustomBuild | |
CpfDetails | This is a helper class that caches various filenames for one ProjectFile |
CDebuggerManager::PluginData | |
CPluginElement | |
CPluginInfo | Information about the plugin |
CPluginRegistrant< T > | Plugin registration object |
CPluginManager::PluginRegistration | |
CProfileTimer | |
CProfileTimerData | |
CProfileTimerHelper | |
CProjectFile | Represents a file in a Code::Blocks project |
CProjectFileRelativePathCmp | |
CProjectLayoutLoader | |
CProjectTemplateLoader | |
CRecentItemsList | |
CLibLoader::RefCountedLib | |
CRegExStruct | |
CRemoteDebugging | |
CRunAll | |
CScriptEntry | |
CSearchTreeNode | This class represents a node of the tree, we still take an example E.g |
CSearchTreePoint | This class is used to access items of the tree, each node may contains a lot of items, E.g |
CSeqDelete | |
CSharedMemory | |
CSQCompiler | |
CSQRex | |
►CSQStream | |
CSQFile | |
CtagSQRexNode | |
CTemplateOption | |
CToken | Symbol found in the parsed files, it can be many kinds, such as a variable, a class and so on |
CTokenizer | This is just a simple lexer class |
CTokenizerOptions | Whether we need to handle C-preprocessor directives |
CTokenSorter | |
CTokenTree | Container class to hold all the Tokens getting from parsing stage |
CToolbarInfo | |
CScriptingManager::TrustedScriptProps | Script trusts container struct |
CSqPlus::TypeInfo< unsigned short > | |
CcbDebuggerPlugin::WatchesDisabledMenuItems | |
CWatchesDlg::WatchItem | |
CWatchesDlg::WatchItemPredicate | |
CDebuggerMenuHandler::WindowMenuItem | |
CWizardInfo | |
►CwxAuiTabArt [external] | |
►CwxAuiDefaultTabArt [external] | |
CNbStyleFF2 | |
CNbStyleVC71 | |
►CwxClientData [external] | |
CDebuggerClientData | |
CTargetListData | Store target UI data for every target in the list box control in the SelectTargetDlg |
CVariableListClientData | |
►CwxTreeItemData [external] | |
CCCTreeCtrlData | Actual data stored with each node in the symbol tree |
CClassTreeData | Tree data associate with the symbol tree item |
►CMiscTreeItemData | |
CFileTreeData | |
CScopeTreeData | |
►CwxDialogXmlHandler | |
CwxScrollingDialogXmlHandler | |
►CwxDirTraverser [external] | |
CHeaderDirTraverser | |
CNativeParserHelper::ParserDirTraverser | |
CwxIccDirTraverser | |
►CwxDropTarget [external] | |
►CwxFileDropTarget [external] | |
CcbFileDropTarget | |
►CwxTextDropTarget [external] | |
CWatchesDropTarget | |
►CwxEventFilter [external] | |
►CwxAppConsole [external] | |
►CwxApp [external] | |
CCodeBlocksApp | |
►CwxHtmlWindow [external] | |
CMyHtmlWin | |
►CwxObject [external] | |
►CwxEvent [external] | |
CCodeBlocksDockEvent | Event used to request from the main app to add a window to the docking system |
CCodeBlocksLayoutEvent | Event used to request from the main app to manage the view layouts |
CCodeBlocksLogEvent | Event used to request from the main app to add a log |
►CwxCommandEvent [external] | |
CCodeBlocksEvent | A generic Code::Blocks event |
CCodeBlocksThreadEvent | |
CwxScintillaEvent | |
►CwxEvtHandler [external] | |
►CcbPlugin | Base class for plugins |
►CcbCodeCompletionPlugin | Base class for code-completion plugins |
CCodeCompletion | Code completion plugin has those features: show tool-tip when the mouse hover over the variables/functions |
►CcbCompilerPlugin | Base class for compiler plugins |
CCompilerGCC | |
►CcbDebuggerPlugin | Base class for debugger plugins |
CDebuggerGDB | |
CcbMimePlugin | Base class for mime plugins |
CcbSmartIndentPlugin | |
CcbToolPlugin | Base class for tool plugins |
►CcbWizardPlugin | Base class for wizard plugins |
CWiz | |
CcbSearchResultsLog | |
CCCManager | Code Completion Plugin Manager |
CCompilerMessages | |
CDebuggerMenuHandler | |
CDebuggerToolbarHandler | |
CEditorManager | |
CIncrementalSelectHandler | |
CNativeParser | NativeParser class is just like a manager class to control Parser objects |
►CParserBase | |
CParser | Parser class holds all the tokens of a C::B project |
CPluginManager | PluginManager manages plugins |
CProjectManager | The entry point singleton for working with projects |
CProjectManagerUI | |
CScriptingManager | Provides scripting in Code::Blocks |
CTemplateManager | |
CToolsManager | |
CwxAppConsole [external] | |
►CwxProcess [external] | |
CcbExecuteProcess | |
CPipedProcess | |
►CwxWindow [external] | |
►CwxControl [external] | |
►CwxBookCtrlBase [external] | |
►CwxAuiNotebook [external] | |
►CcbAuiNotebook | A notebook class This class is derived from wxAuiNotebook, to enhance its abilities |
CInfoPane | |
►CwxListCtrl [external] | |
CIncrementalListCtrl | Class that implements a virtual list control that uses an IncrementalSelectIterator to populate the list items |
CwxMultiColumnListCtrl | |
►CwxScintilla | |
CcbStyledTextCtrl | |
►CwxStaticText [external] | |
CForwardingTextControl | |
►CwxStatusBar [external] | |
CcbStatusBar | A custom status bar which can contain controls, icons.. |
►CwxTreeCtrl [external] | |
CcbTreeCtrl | |
CCCTreeCtrl | |
►CwxNonOwnedWindow [external] | |
►CwxPopupWindow [external] | |
CInfoWindow | |
CUnfocusablePopupWindow | |
CValueTooltip | |
►CwxTopLevelWindow [external] | |
►CwxDialog [external] | |
CCompilerFlagDlg | |
CGotoFile | |
CGotoFunctionDlg | The goto function dialog allow user to type a function name, and filter out the functions |
CIncrementalSelectDialog | Simple incremental select dialog that shows a single column and doesn't have much ui elements, except the text and list controls |
CScopeDialog | |
►CwxGenericProgressDialog [external] | |
►CwxProgressDialog [external] | |
CProgressDialog | |
►CwxPropertySheetDialog [external] | |
CwxScrollingPropertySheetDialog | |
►CwxScrollingDialog | |
CAdvancedCompilerOptionsDlg | |
CAnnoyingDialog | Dialog that contains a "Don't annoy me" checkbox |
CAskAssocDialog | |
CAutoDetectCompilers | |
CBatchLogWindow | |
CcbConfigurationDialog | A simple dialog that wraps a cbConfigurationPanel |
CCCDebugInfo | |
CCompilerSettingsDlg | |
CConfigureToolsDlg | |
CConfirmReplaceDlg | |
CDataBreakpointDlg | |
CDebuggerInfoWindow | |
CDebuggerSettingsDlg | |
CdlgAbout | |
CdlgAboutPlugin | |
CEditArrayFileDlg | |
CEditArrayOrderDlg | |
CEditArrayStringDlg | |
CEditBreakpointDlg | |
CEditKeywordsDlg | |
CEditorConfigurationDlg | |
CEditPairDlg | |
CEditPathDlg | |
CEditToolDlg | |
CEditWatchDlg | |
CEnvironmentSettingsDlg | |
CExternalDepsDlg | |
►CFindReplaceBase | |
CFindReplaceDlg | |
CGenericMultiLineNotesDlg | |
CGetUserVariableDialog | |
CInsertClassMethodDlg | |
CManageAssocsDialog | |
CMultiSelectDlg | |
CNewFromTemplateDlg | |
CPluginsConfigurationDlg | Dialog for Enabling/Disabling/Installing/Uninstalling a plug-in |
CPrintDialog | |
CProjectDepsDlg | |
CProjectFileOptionsDlg | |
CProjectOptionsDlg | |
CProjectsFileMasksDlg | |
CScriptBindings::XrcDialog | |
CScriptingSettingsDlg | |
CScriptSecurityWarningDlg | |
CSelectIncludeFile | |
CSelectTargetDlg | |
CUsrGlblMgrEditDialog | |
CVirtualBuildTargetsDlg | |
CWatchRawDialog | Dialog to show the value of a watch |
CwxSwitcherDialog | |
►CwxFrame [external] | |
CMainFrame | |
►CwxSplashScreen [external] | |
CcbSplashScreen | |
►CwxPanel [external] | |
CBacktraceDlg | |
CBreakpointsDlg | |
CBuildTargetPanel | |
►CcbConfigurationPanel | Base class for plugin configuration panels |
CCCOptionsDlg | |
CCCOptionsProjectDlg | |
CCompilerOptionsDlg | |
CDebuggerOptionsProjectDlg | |
CClassBrowser | Symbol browser panel is shown in the Management panel besides projects browser panel |
CCompilerPanel | |
CCPURegistersDlg | |
CDebuggerConfigurationPanel | |
CDebuggerSettingsCommonPanel | |
CDebuggerSettingsPanel | |
CDebugLogPanel | |
CDisassemblyDlg | |
►CEditorBase | Base class that all "editors" should inherit from |
CcbEditor | A file editor |
CStartHerePage | |
CExamineMemoryDlg | |
CFilePathPanel | |
CGenericSelectPath | |
CGenericSingleChoiceList | |
CInfoPanel | |
CProjectPathPanel | |
CScriptConsole | |
CThreadsDlg | |
CWatchesDlg | |
►CwxWizardPage [external] | |
►CwxWizardPageSimple [external] | |
►CWizPageBase | |
CWizBuildTargetPanel | |
CWizCompilerPanel | |
CWizFilePathPanel | |
CWizGenericSelectPathPanel | |
CWizGenericSingleChoiceList | |
CWizInfoPanel | |
CWizPage | |
CWizProjectPathPanel | |
►CwxPGEditor [external] | |
CcbDummyEditor | |
►CwxPrintout [external] | |
CcbEditorPrintout | |
CwxSwitcherItem | |
CwxSwitcherItems | |
►CwxXmlResourceHandler [external] | |
CwxToolBarAddOnXmlHandler | |
►CwxPGEditorDialogAdapter | |
CWatchRawDialogAdapter | |
►CwxPGTextCtrlAndButtonEditor | |
CcbTextCtrlAndButtonTooltipEditor | |
►CwxStringProperty | |
CWatchesProperty | |
►CwxTextInputStream [external] | |
CcbTextInputStream | |
►CwxThread [external] | |
CBackgroundThread | |
CcbThreadPool::cbWorkerThread | A Worker Thread class |
CClassBrowserBuilderThread | Worker thread to build the symbol browser tree controls(both the top tree and the bottom tree) When the thread is started, it is waiting for the semaphore, and once the GUI post the semaphore the builder will do the dirty job, once finished, it will wait again |
CIPC | |
CSystemHeadersThread | Collect all the header files, so they can be used in auto suggestion after #include<| directive |
►CwxTrackable [external] | |
CwxEvtHandler [external] | |
►CwxWithImages [external] | |
CwxBookCtrlBase [external] | |