bbtk::WxTextCtrlGettingKeyEvents Class Reference

Collaboration diagram for bbtk::WxTextCtrlGettingKeyEvents:

Collaboration graph
[legend]

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 82 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 85 of file bbtkWxGUITextEditor.cxx.

00087       : wxTextCtrl(parent, id, value, pos, size, style)
00088     {
00089     }


Member Function Documentation

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

Definition at line 110 of file bbtkWxGUITextEditor.cxx.

00111   {
00112     event.Skip();
00113   }

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

Definition at line 121 of file bbtkWxGUITextEditor.cxx.

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

00122   {
00123     mWxGUITextEditor->OnKeyDown(event);
00124     event.Skip();
00125   }

Here is the call graph for this function:

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

Definition at line 115 of file bbtkWxGUITextEditor.cxx.

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

00116   {
00117     mWxGUITextEditor->OnKeyUp(event);
00118     event.Skip();
00119   }

Here is the call graph for this function:

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

Definition at line 91 of file bbtkWxGUITextEditor.cxx.

References mWxGUITextEditor.

Referenced by bbtk::WxGUITextEditorPage::WxGUITextEditorPage().

00092     { mWxGUITextEditor = e; }

Here is the caller graph for this function:


Member Data Documentation

Definition at line 98 of file bbtkWxGUITextEditor.cxx.

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


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

Generated on Thu May 31 14:15:35 2012 for BBTK by  doxygen 1.5.7.1