Code::Blocks
SVN r11506
|
Abstract base hook functor interface. More...
#include <editor_hooks.h>
Public Member Functions | |
virtual | ~HookFunctorBase () |
virtual void | Call (cbEditor *, wxScintillaEvent &) const =0 |
Abstract base hook functor interface.
Similar to cbEventFunctor class
Definition at line 26 of file editor_hooks.h.
|
inlinevirtual |
Definition at line 29 of file editor_hooks.h.
References GetTypeName().
|
pure virtual |
Implemented in EditorHooks::cbSmartIndentEditorHookFunctor, and EditorHooks::HookFunctor< T >.
Referenced by EditorHooks::CallHooks().