| 
    KiCad PCB EDA Suite
    
   | 
 
#include <spice_value.h>
 Public Member Functions | |
| SPICE_VALIDATOR (bool aEmptyAllowed=false) | |
| wxObject * | Clone () const override | 
| bool | Validate (wxWindow *aParent) override | 
Private Attributes | |
| bool | m_emptyAllowed | 
| < Is it valid to get an empty value?   | |
Definition at line 180 of file spice_value.h.
      
  | 
  inline | 
      
  | 
  inlineoverride | 
Definition at line 188 of file spice_value.h.
References SPICE_VALIDATOR().
      
  | 
  override | 
Definition at line 387 of file spice_value.cpp.
References _, DisplayError(), m_emptyAllowed, and text.
      
  | 
  private | 
< Is it valid to get an empty value?
Definition at line 197 of file spice_value.h.
Referenced by SPICE_VALIDATOR(), and Validate().