Searched refs:GetEditorCtrl (Results 1 – 6 of 6) sorted by relevance
255 GetEditorCtrl()->Init(); in initialize()259 GetEditorCtrl()->Show(); in initialize()262 GetEditorCtrl()->DisplayData(0); in initialize()285 GetEditorCtrl()->GrabFocus();294 GetEditorCtrl()->GrabFocus();308 else if ( GetEditorCtrl() && GetEditorCtrl()->HasChildPathFocus() ) in PreNotify()327 pTest = GetEditorCtrl(); in getActiveChild()383 GetEditorCtrl()->DeactivateCell(); in reSync()384 …::boost::shared_ptr<OTableRow> pRow = (*GetEditorCtrl()->GetRowList())[GetEditorCtrl()->GetCurRow… in reSync()392 if ( GetEditorCtrl() ) in GetFocus()[all …]
74 DBG_ASSERT(GetEditorCtrl() != NULL, "OFieldDescGenWin::Init : have no editor control !"); in Init()114 OTableEditorCtrl* OFieldDescGenWin::GetEditorCtrl() in GetEditorCtrl() function in OFieldDescGenWin118 return pDesignWin->GetEditorCtrl(); in GetEditorCtrl()
62 OTableEditorCtrl* GetEditorCtrl();
76 return pDesignWin->GetEditorCtrl(); in GetCtrl()
287 static_cast<OTableDesignView*>(getView())->GetEditorCtrl()->SaveCurRow(); in Execute()1024 static_cast<OTableDesignView*>(getView())->GetEditorCtrl()->Invalidate(); in checkColumns()1025 static_cast<OTableDesignView*>(getView())->GetEditorCtrl()->RowInserted(0); in checkColumns()
66 OTableEditorCtrl* GetEditorCtrl() const { return m_pEditorCtrl; } in GetEditorCtrl() function in dbaui::OTableBorderWindow102 OTableEditorCtrl* GetEditorCtrl() const { return m_pWin ? m_pWin->GetEditorCtrl() : NULL; } in GetEditorCtrl() function in dbaui::OTableDesignView
Completed in 34 milliseconds