• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/

Lines Matching defs:wxGridCellEditor

285     wxGridCellEditorEvtHandler(wxGrid* grid, wxGridCellEditor* editor)
300 wxGridCellEditor *m_editor;
377 wxGridCellEditor* editor)
389 wxGridCellEditor* m_editor;
407 wxGridCellEditor* editor);
422 wxGridCellEditor* GetEditor(int index);
494 // wxGridCellEditor
497 wxGridCellEditor::wxGridCellEditor()
503 wxGridCellEditor::~wxGridCellEditor()
508 void wxGridCellEditor::Create(wxWindow* WXUNUSED(parent),
516 void wxGridCellEditor::PaintBackground(const wxRect& rectCell,
533 void wxGridCellEditor::Destroy()
544 void wxGridCellEditor::Show(bool show, wxGridCellAttr *attr)
546 wxASSERT_MSG(m_control, wxT("The wxGridCellEditor must be created first!"));
597 void wxGridCellEditor::SetSize(const wxRect& rect)
599 wxASSERT_MSG(m_control, wxT("The wxGridCellEditor must be created first!"));
604 void wxGridCellEditor::HandleReturn(wxKeyEvent& event)
609 bool wxGridCellEditor::IsAcceptedKey(wxKeyEvent& event)
654 void wxGridCellEditor::StartingKey(wxKeyEvent& event)
659 void wxGridCellEditor::StartingClick()
695 wxGridCellEditor::Create(parent, id, evtHandler);
749 wxGridCellEditor::SetSize(rect);
754 wxASSERT_MSG(m_control, wxT("The wxGridCellEditor must be created first!"));
771 wxASSERT_MSG(m_control, wxT("The wxGridCellEditor must be created first!"));
791 wxASSERT_MSG(m_control, wxT("The wxGridCellEditor must be created first!"));
804 return wxGridCellEditor::IsAcceptedKey(event);
915 wxGridCellEditor::Create(parent, id, evtHandler);
1023 if ( wxGridCellEditor::IsAcceptedKey(event) )
1282 if ( wxGridCellEditor::IsAcceptedKey(event) )
1333 wxGridCellEditor::Create(parent, id, evtHandler);
1421 wxT("The wxGridCellEditor must be created first!"));
1453 wxT("The wxGridCellEditor must be created first!"));
1475 wxT("The wxGridCellEditor must be created first!"));
1487 if ( wxGridCellEditor::IsAcceptedKey(event) )
1568 wxGridCellEditor *wxGridCellChoiceEditor::Clone() const
1593 wxGridCellEditor::Create(parent, id, evtHandler);
1605 wxGridCellEditor::PaintBackground(rectCell, attr);
1611 wxT("The wxGridCellEditor must be created first!"));
1843 // wxGridCellRenderer and wxGridCellEditor managing ref counting
2622 wxGridCellEditor* wxGridCellAttr::GetEditor(wxGrid* grid, int row, int col) const
2624 wxGridCellEditor *editor = NULL;
3059 wxGridCellEditor* editor)
3169 wxGridCellEditor *editor = GetEditor(index);
3170 wxGridCellEditor *editorOld = editor;
3198 wxGridCellEditor* wxGridTypeRegistry::GetEditor(int index)
3200 wxGridCellEditor* editor = m_typeinfo[index]->m_editor;
4776 wxGridCellEditor* editor = attr->GetEditor(this, r, c);
6317 wxGridCellEditor *editor = attr->GetEditor(this, coords.GetRow(), coords.GetCol());
7305 wxGridCellEditor *editor = attr->GetEditor(this, row, col);
7766 wxGridCellEditor *editor = attr->GetEditor(this, row, col);
8510 wxGridCellEditor* editor = attr->GetEditor((wxGrid*) this, row, col);
8578 wxGridCellEditor* editor = attr->GetEditor(this, row, col);
8673 wxGridCellEditor *editor = attr->GetEditor(this, row, col);
8712 wxGridCellEditor* editor = attr->GetEditor(this, row, col);
9977 void wxGrid::SetDefaultEditor(wxGridCellEditor *editor)
10018 wxGridCellEditor *wxGrid::GetDefaultEditor() const
10086 wxGridCellEditor* wxGrid::GetCellEditor(int row, int col)
10089 wxGridCellEditor* editor = attr->GetEditor(this, row, col);
10418 void wxGrid::SetCellEditor(int row, int col, wxGridCellEditor* editor)
10444 wxGridCellEditor* editor)
10450 wxGridCellEditor * wxGrid::GetDefaultEditorForCell(int row, int col) const
10462 wxGridCellEditor * wxGrid::GetDefaultEditorForType(const wxString& typeName) const