|
Code::Blocks
SVN r11506
|
#include <sdk.h>#include <wx/tokenzr.h>#include <cbstyledtextctrl.h>#include "classbrowser.h"#include "nativeparser.h"#include "parser/ccdebuginfo.h"Go to the source code of this file.
Macros | |
| #define | CC_CLASS_BROWSER_DEBUG_OUTPUT 0 |
| #define | TRACE(format, args...) |
| #define | TRACE2(format, args...) |
Variables | |
| int | idMenuJumpToDeclaration = wxNewId() |
| int | idMenuJumpToImplementation = wxNewId() |
| int | idMenuRefreshTree = wxNewId() |
| int | idCBViewInheritance = wxNewId() |
| int | idCBExpandNS = wxNewId() |
| int | idMenuForceReparse = wxNewId() |
| int | idMenuDebugSmartSense = wxNewId() |
| int | idCBNoSort = wxNewId() |
| int | idCBSortByAlpabet = wxNewId() |
| int | idCBSortByKind = wxNewId() |
| int | idCBSortByScope = wxNewId() |
| int | idCBSortByLine = wxNewId() |
| int | idCBBottomTree = wxNewId() |
| int | idThreadEvent = wxNewId() |
| the event ID which will be sent from worker thread to ClassBrowser More... | |
| #define CC_CLASS_BROWSER_DEBUG_OUTPUT 0 |
Definition at line 48 of file classbrowser.cpp.
| #define TRACE | ( | format, | |
| args... | |||
| ) |
Definition at line 75 of file classbrowser.cpp.
Referenced by ClassBrowser::ThreadedBuildTree(), and ClassBrowser::UpdateClassBrowserView().
| #define TRACE2 | ( | format, | |
| args... | |||
| ) |
Definition at line 76 of file classbrowser.cpp.
| int idCBBottomTree = wxNewId() |
Definition at line 91 of file classbrowser.cpp.
Referenced by ClassBrowser::OnCBViewMode(), and ClassBrowser::ShowMenu().
| int idCBExpandNS = wxNewId() |
Definition at line 83 of file classbrowser.cpp.
Referenced by ClassBrowser::OnCBExpandNS(), ClassBrowser::OnCBViewMode(), and ClassBrowser::ShowMenu().
| int idCBNoSort = wxNewId() |
Definition at line 86 of file classbrowser.cpp.
Referenced by ClassBrowser::ShowMenu().
| int idCBSortByAlpabet = wxNewId() |
Definition at line 87 of file classbrowser.cpp.
Referenced by ClassBrowser::OnSetSortType(), and ClassBrowser::ShowMenu().
| int idCBSortByKind = wxNewId() |
Definition at line 88 of file classbrowser.cpp.
Referenced by ClassBrowser::OnSetSortType(), and ClassBrowser::ShowMenu().
| int idCBSortByLine = wxNewId() |
Definition at line 90 of file classbrowser.cpp.
Referenced by ClassBrowser::OnSetSortType(), and ClassBrowser::ShowMenu().
| int idCBSortByScope = wxNewId() |
Definition at line 89 of file classbrowser.cpp.
Referenced by ClassBrowser::OnSetSortType(), and ClassBrowser::ShowMenu().
| int idCBViewInheritance = wxNewId() |
Definition at line 82 of file classbrowser.cpp.
Referenced by ClassBrowser::OnCBViewMode(), and ClassBrowser::ShowMenu().
| int idMenuDebugSmartSense = wxNewId() |
Definition at line 85 of file classbrowser.cpp.
Referenced by ClassBrowser::ShowMenu().
| int idMenuForceReparse = wxNewId() |
Definition at line 84 of file classbrowser.cpp.
Referenced by ClassBrowser::ShowMenu().
| int idMenuJumpToDeclaration = wxNewId() |
Definition at line 79 of file classbrowser.cpp.
Referenced by ClassBrowser::ShowMenu().
| int idMenuJumpToImplementation = wxNewId() |
Definition at line 80 of file classbrowser.cpp.
Referenced by ClassBrowser::OnJumpTo(), and ClassBrowser::ShowMenu().
| int idMenuRefreshTree = wxNewId() |
Definition at line 81 of file classbrowser.cpp.
Referenced by ClassBrowser::ShowMenu().
| int idThreadEvent = wxNewId() |
the event ID which will be sent from worker thread to ClassBrowser
Definition at line 94 of file classbrowser.cpp.
Referenced by ClassBrowserBuilderThread::Init(), and ClassBrowser::ThreadedBuildTree().
1.8.13