Lines Matching refs:GetEditorCtrl
255 GetEditorCtrl()->Init(); in initialize()
259 GetEditorCtrl()->Show(); in initialize()
262 GetEditorCtrl()->DisplayData(0); in initialize()
285 GetEditorCtrl()->GrabFocus();
289 …::boost::shared_ptr<OTableRow> pRow = (*GetEditorCtrl()->GetRowList())[GetEditorCtrl()->GetCurRow…
294 GetEditorCtrl()->GrabFocus();
308 else if ( GetEditorCtrl() && GetEditorCtrl()->HasChildPathFocus() ) in PreNotify()
327 pTest = GetEditorCtrl(); in getActiveChild()
378 GetEditorCtrl()->SetReadOnly(_bReadOnly); in setReadOnly()
383 GetEditorCtrl()->DeactivateCell(); in reSync()
384 …::boost::shared_ptr<OTableRow> pRow = (*GetEditorCtrl()->GetRowList())[GetEditorCtrl()->GetCurRow… in reSync()
392 if ( GetEditorCtrl() ) in GetFocus()
393 GetEditorCtrl()->GrabFocus(); in GetFocus()