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 |
Definition at line 183 of file spice_value.h.
|
inlineoverride |
Definition at line 188 of file spice_value.h.
|
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 Validate().