Code::Blocks  SVN r11506
Public Member Functions | List of all members
EditorHooks::HookFunctorBase Class Referenceabstract

Abstract base hook functor interface. More...

#include <editor_hooks.h>

Inheritance diagram for EditorHooks::HookFunctorBase:
Collaboration diagram for EditorHooks::HookFunctorBase:

Public Member Functions

virtual ~HookFunctorBase ()
 
virtual void Call (cbEditor *, wxScintillaEvent &) const =0
 

Detailed Description

Abstract base hook functor interface.

Similar to cbEventFunctor class

Definition at line 26 of file editor_hooks.h.

Constructor & Destructor Documentation

◆ ~HookFunctorBase()

virtual EditorHooks::HookFunctorBase::~HookFunctorBase ( )
inlinevirtual

Definition at line 29 of file editor_hooks.h.

References GetTypeName().

Member Function Documentation

◆ Call()

virtual void EditorHooks::HookFunctorBase::Call ( cbEditor ,
wxScintillaEvent  
) const
pure virtual

The documentation for this class was generated from the following file: