| 
    KiCad PCB EDA Suite
    
   | 
 
#include <grid_text_button_helpers.h>
  
Public Member Functions | |
| GRID_CELL_TEXT_BUTTON () | |
| wxString | GetValue () const override | 
| void | SetSize (const wxRect &aRect) override | 
| void | StartingKey (wxKeyEvent &event) override | 
| void | BeginEdit (int aRow, int aCol, wxGrid *aGrid) override | 
| bool | EndEdit (int, int, const wxGrid *, const wxString &, wxString *aNewVal) override | 
| void | ApplyEdit (int aRow, int aCol, wxGrid *aGrid) override | 
| void | Reset () override | 
Protected Member Functions | |
| wxComboCtrl * | Combo () const | 
| wxDECLARE_NO_COPY_CLASS (GRID_CELL_TEXT_BUTTON) | |
Protected Attributes | |
| wxString | m_value | 
Definition at line 43 of file grid_text_button_helpers.h.
      
  | 
  inline | 
Definition at line 46 of file grid_text_button_helpers.h.
Referenced by wxDECLARE_NO_COPY_CLASS().
      
  | 
  override | 
Definition at line 153 of file grid_text_button_helpers.cpp.
References m_value.
      
  | 
  override | 
Definition at line 123 of file grid_text_button_helpers.cpp.
References Combo(), and m_value.
Referenced by GRID_CELL_RUN_FUNCTION_EDITOR::BeginEdit().
      
  | 
  inlineprotected | 
Definition at line 63 of file grid_text_button_helpers.h.
Referenced by BeginEdit(), GRID_CELL_FPID_EDITOR::Create(), GRID_CELL_PATH_EDITOR::Create(), GRID_CELL_RUN_FUNCTION_EDITOR::Create(), GRID_CELL_SYMBOL_ID_EDITOR::Create(), GRID_CELL_URL_EDITOR::Create(), EndEdit(), GetValue(), Reset(), and StartingKey().
      
  | 
  override | 
Definition at line 137 of file grid_text_button_helpers.cpp.
      
  | 
  override | 
Definition at line 57 of file grid_text_button_helpers.cpp.
References Combo().
      
  | 
  override | 
Definition at line 159 of file grid_text_button_helpers.cpp.
      
  | 
  override | 
Definition at line 63 of file grid_text_button_helpers.cpp.
References WX_GRID::CellEditorTransformSizeRect().
      
  | 
  override | 
Definition at line 72 of file grid_text_button_helpers.cpp.
References Combo().
      
  | 
  protected | 
References GRID_CELL_TEXT_BUTTON().
      
  | 
  protected | 
Definition at line 69 of file grid_text_button_helpers.h.
Referenced by ApplyEdit(), BeginEdit(), EndEdit(), and Reset().