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:

Public Member Functions

 GRID_CELL_MARK_AS_NULLABLE ()
 
 GRID_CELL_MARK_AS_NULLABLE (bool aIsNullable)
 
wxGridCellEditor * Clone () const override
 
void Reset () override
 
bool IsNullable ()
 

Protected Member Functions

 wxDECLARE_NO_COPY_CLASS (GRID_CELL_MARK_AS_NULLABLE)
 

Protected Attributes

bool m_isNullable
 

Detailed Description

Definition at line 127 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

Definition at line 130 of file grid_icon_text_helpers.h.

Referenced by Clone().

◆ GRID_CELL_MARK_AS_NULLABLE() [2/2]

GRID_CELL_MARK_AS_NULLABLE::GRID_CELL_MARK_AS_NULLABLE ( bool  aIsNullable)
inline

Definition at line 131 of file grid_icon_text_helpers.h.

Member Function Documentation

◆ Clone()

wxGridCellEditor * GRID_CELL_MARK_AS_NULLABLE::Clone ( ) const
inlineoverride

Definition at line 133 of file grid_icon_text_helpers.h.

References GRID_CELL_MARK_AS_NULLABLE(), and m_isNullable.

◆ IsNullable()

bool GRID_CELL_MARK_AS_NULLABLE::IsNullable ( )
inline

Definition at line 140 of file grid_icon_text_helpers.h.

References m_isNullable.

Referenced by WX_GRID::onCellEditorHidden().

◆ Reset()

void GRID_CELL_MARK_AS_NULLABLE::Reset ( )
inlineoverride

Definition at line 138 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  )
protected

Member Data Documentation

◆ m_isNullable

bool GRID_CELL_MARK_AS_NULLABLE::m_isNullable
protected

Definition at line 143 of file grid_icon_text_helpers.h.

Referenced by Clone(), and IsNullable().


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