Code::Blocks  SVN r11506
Namespaces | Typedefs | Variables
editor_hooks.cpp File Reference
#include "sdk_precomp.h"
#include "editor_hooks.h"
#include "wx/wxscintilla.h"
#include <map>
Include dependency graph for editor_hooks.cpp:

Go to the source code of this file.

Namespaces

 EditorHooks
 Provides static functions to add hooks to the editor modification operations.
 

Typedefs

typedef std::map< int, HookFunctorBase * > EditorHooks::HookFunctorsMap
 

Variables

static HookFunctorsMap EditorHooks::s_HookFunctorsMap
 
static int EditorHooks::s_UniqueID = 0