KiCad PCB EDA Suite
|
#include <grid_icon_text_helpers.h>
Public Member Functions | |
GRID_CELL_NULLABLE_INTERFACE () | |
GRID_CELL_NULLABLE_INTERFACE (bool aIsNullable) | |
virtual | ~GRID_CELL_NULLABLE_INTERFACE ()=default |
virtual bool | IsNullable () const |
Protected Attributes | |
bool | m_isNullable { false } |
Definition at line 143 of file grid_icon_text_helpers.h.
|
inline |
Definition at line 146 of file grid_icon_text_helpers.h.
References m_isNullable.
Referenced by GRID_CELL_MARK_AS_NULLABLE::GRID_CELL_MARK_AS_NULLABLE(), GRID_CELL_MARK_AS_NULLABLE::GRID_CELL_MARK_AS_NULLABLE(), and GRID_CELL_RUN_FUNCTION_EDITOR::GRID_CELL_RUN_FUNCTION_EDITOR().
|
inline |
Definition at line 150 of file grid_icon_text_helpers.h.
References m_isNullable.
|
virtualdefault |
|
inlinevirtual |
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().
|
protected |
Definition at line 159 of file grid_icon_text_helpers.h.
Referenced by GRID_CELL_NULLABLE_INTERFACE(), GRID_CELL_NULLABLE_INTERFACE(), and IsNullable().