Code::Blocks  SVN r11506
Classes | Typedefs | Enumerations
cctreectrl.h File Reference
#include <wx/treectrl.h>
#include <queue>
#include "parser/parser.h"
#include "parser/token.h"
Include dependency graph for cctreectrl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CCTreeCtrlData
 Actual data stored with each node in the symbol tree. More...
 
class  CCTreeCtrlExpandedItemData
 
class  CCTreeCtrl
 

Typedefs

typedef std::deque< CCTreeCtrlExpandedItemDataExpandedItemVect
 
typedef std::deque< CCTreeCtrlDataSelectedItemPath
 

Enumerations

enum  SpecialFolder {
  sfToken = 0x0001, sfRoot = 0x0002, sfGFuncs = 0x0004, sfGVars = 0x0008,
  sfPreproc = 0x0010, sfTypedef = 0x0020, sfBase = 0x0040, sfDerived = 0x0080,
  sfMacro = 0x0100
}
 Specify which kind of node it is. More...
 

Typedef Documentation

◆ ExpandedItemVect

Definition at line 88 of file cctreectrl.h.

◆ SelectedItemPath

typedef std::deque<CCTreeCtrlData> SelectedItemPath

Definition at line 89 of file cctreectrl.h.

Enumeration Type Documentation

◆ SpecialFolder

Specify which kind of node it is.

Enumerator
sfToken 
sfRoot 
sfGFuncs 
sfGVars 
sfPreproc 
sfTypedef 
sfBase 
sfDerived 
sfMacro 

Definition at line 23 of file cctreectrl.h.