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

#include <grid_icon_text_helpers.h>

Inheritance diagram for GRID_CELL_MARK_AS_NULLABLE:
GRID_CELL_NULLABLE_INTERFACE

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 }
 

Detailed Description

Definition at line 166 of file grid_icon_text_helpers.h.

Constructor & Destructor Documentation

◆ GRID_CELL_MARK_AS_NULLABLE() [1/2]

GRID_CELL_MARK_AS_NULLABLE::GRID_CELL_MARK_AS_NULLABLE ( )
inline

◆ GRID_CELL_MARK_AS_NULLABLE() [2/2]

GRID_CELL_MARK_AS_NULLABLE::GRID_CELL_MARK_AS_NULLABLE ( const bool aIsNullable)
inline

Member Function Documentation

◆ Clone()

wxGridCellEditor * GRID_CELL_MARK_AS_NULLABLE::Clone ( ) const
inlineoverride

◆ IsNullable()

virtual bool GRID_CELL_NULLABLE_INTERFACE::IsNullable ( ) const
inlinevirtualinherited

◆ Reset()

void GRID_CELL_MARK_AS_NULLABLE::Reset ( )
inlineoverride

Definition at line 180 of file grid_icon_text_helpers.h.

◆ wxDECLARE_NO_COPY_CLASS()

GRID_CELL_MARK_AS_NULLABLE::wxDECLARE_NO_COPY_CLASS ( GRID_CELL_MARK_AS_NULLABLE )

Member Data Documentation

◆ m_isNullable

bool GRID_CELL_NULLABLE_INTERFACE::m_isNullable { false }
protectedinherited

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