| 
    KiCad PCB EDA Suite
    
   | 
 
#include <grid_icon_text_helpers.h>
  
Public Member Functions | |
| GRID_CELL_MARK_AS_NULLABLE () | |
| GRID_CELL_MARK_AS_NULLABLE (const bool aIsNullable) | |
| wxGridCellEditor * | Clone () const override | 
| void | Reset () override | 
| wxDECLARE_NO_COPY_CLASS (GRID_CELL_MARK_AS_NULLABLE) | |
| virtual bool | IsNullable () const | 
Protected Attributes | |
| bool | m_isNullable { false } | 
Definition at line 166 of file grid_icon_text_helpers.h.
      
  | 
  inline | 
Definition at line 169 of file grid_icon_text_helpers.h.
References GRID_CELL_NULLABLE_INTERFACE::GRID_CELL_NULLABLE_INTERFACE().
Referenced by Clone(), and wxDECLARE_NO_COPY_CLASS().
      
  | 
  inline | 
Definition at line 173 of file grid_icon_text_helpers.h.
References GRID_CELL_NULLABLE_INTERFACE::GRID_CELL_NULLABLE_INTERFACE().
      
  | 
  inlineoverride | 
Definition at line 178 of file grid_icon_text_helpers.h.
References GRID_CELL_MARK_AS_NULLABLE(), and GRID_CELL_NULLABLE_INTERFACE::IsNullable().
      
  | 
  inlinevirtualinherited | 
Definition at line 156 of file grid_icon_text_helpers.h.
References m_isNullable.
Referenced by GRID_CELL_MARK_AS_NULLABLE::Clone(), and GRID_CELL_RUN_FUNCTION_EDITOR::Clone().
      
  | 
  inlineoverride | 
Definition at line 180 of file grid_icon_text_helpers.h.
| GRID_CELL_MARK_AS_NULLABLE::wxDECLARE_NO_COPY_CLASS | ( | GRID_CELL_MARK_AS_NULLABLE | ) | 
References GRID_CELL_MARK_AS_NULLABLE().
      
  | 
  protectedinherited | 
Definition at line 159 of file grid_icon_text_helpers.h.
Referenced by GRID_CELL_NULLABLE_INTERFACE(), GRID_CELL_NULLABLE_INTERFACE(), and IsNullable().