bbtk::WxTextCtrlGettingKeyEvents Class Reference

List of all members.

Public Member Functions

 WxTextCtrlGettingKeyEvents (wxWindow *parent, wxWindowID id, const wxString &value, const wxPoint &pos, const wxSize &size, int style=0)
void SetWxGUITextEditor (WxGUITextEditor *e)
void OnKeyDown (wxKeyEvent &event)
void OnKeyUp (wxKeyEvent &event)
void OnChar (wxKeyEvent &event)

Private Attributes

WxGUITextEditormWxGUITextEditor


Detailed Description

Definition at line 78 of file bbtkWxGUITextEditor.cxx.


Constructor & Destructor Documentation

bbtk::WxTextCtrlGettingKeyEvents::WxTextCtrlGettingKeyEvents ( wxWindow *  parent,
wxWindowID  id,
const wxString &  value,
const wxPoint &  pos,
const wxSize &  size,
int  style = 0 
) [inline]

Definition at line 81 of file bbtkWxGUITextEditor.cxx.

00083       : wxTextCtrl(parent, id, value, pos, size, style)
00084     {
00085     }


Member Function Documentation

void bbtk::WxTextCtrlGettingKeyEvents::SetWxGUITextEditor ( WxGUITextEditor e  )  [inline]

Definition at line 87 of file bbtkWxGUITextEditor.cxx.

References mWxGUITextEditor, and SetWxGUITextEditor().

Referenced by SetWxGUITextEditor(), and bbtk::WxGUITextEditorPage::WxGUITextEditorPage().

00088     { mWxGUITextEditor = e; }

Here is the call graph for this function:

Here is the caller graph for this function:

void bbtk::WxTextCtrlGettingKeyEvents::OnKeyDown ( wxKeyEvent &  event  ) 

Definition at line 117 of file bbtkWxGUITextEditor.cxx.

References mWxGUITextEditor, and bbtk::WxGUITextEditor::OnKeyDown().

00118   {
00119     mWxGUITextEditor->OnKeyDown(event);
00120     event.Skip();
00121   }

Here is the call graph for this function:

void bbtk::WxTextCtrlGettingKeyEvents::OnKeyUp ( wxKeyEvent &  event  ) 

Definition at line 111 of file bbtkWxGUITextEditor.cxx.

References mWxGUITextEditor, and bbtk::WxGUITextEditor::OnKeyUp().

00112   {
00113     mWxGUITextEditor->OnKeyUp(event);
00114     event.Skip();
00115   }

Here is the call graph for this function:

void bbtk::WxTextCtrlGettingKeyEvents::OnChar ( wxKeyEvent &  event  ) 

Definition at line 106 of file bbtkWxGUITextEditor.cxx.

00107   {
00108     event.Skip();
00109   }


Member Data Documentation

WxGUITextEditor* bbtk::WxTextCtrlGettingKeyEvents::mWxGUITextEditor [private]

Definition at line 94 of file bbtkWxGUITextEditor.cxx.

Referenced by OnKeyDown(), OnKeyUp(), and SetWxGUITextEditor().


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

Generated on Wed Nov 12 11:39:03 2008 for BBTK by  doxygen 1.5.6