KiCad PCB EDA Suite
Loading...
Searching...
No Matches
GRID_CELL_NULLABLE_INTERFACE Class Reference

#include <grid_icon_text_helpers.h>

Inheritance diagram for GRID_CELL_NULLABLE_INTERFACE:
GRID_CELL_MARK_AS_NULLABLE GRID_CELL_RUN_FUNCTION_EDITOR

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 }
 

Detailed Description

Definition at line 143 of file grid_icon_text_helpers.h.

Constructor & Destructor Documentation

◆ GRID_CELL_NULLABLE_INTERFACE() [1/2]

◆ GRID_CELL_NULLABLE_INTERFACE() [2/2]

GRID_CELL_NULLABLE_INTERFACE::GRID_CELL_NULLABLE_INTERFACE ( bool aIsNullable)
inline

Definition at line 150 of file grid_icon_text_helpers.h.

References m_isNullable.

◆ ~GRID_CELL_NULLABLE_INTERFACE()

virtual GRID_CELL_NULLABLE_INTERFACE::~GRID_CELL_NULLABLE_INTERFACE ( )
virtualdefault

Member Function Documentation

◆ IsNullable()

virtual bool GRID_CELL_NULLABLE_INTERFACE::IsNullable ( ) const
inlinevirtual

Member Data Documentation

◆ m_isNullable

bool GRID_CELL_NULLABLE_INTERFACE::m_isNullable { false }
protected

The documentation for this class was generated from the following file: