KiCad PCB EDA Suite
|
#include <property.h>
Public Member Functions | |
SETTER (FuncType aFunc) | |
void | operator() (Owner *aOwner, T aValue) override |
Private Attributes | |
FuncType | m_func |
Definition at line 113 of file property.h.
|
inline |
Definition at line 116 of file property.h.
References SETTER< Owner, T, FuncType >::m_func.
|
inlineoverridevirtual |
Implements SETTER_BASE< Owner, T >.
Definition at line 122 of file property.h.
References SETTER< Owner, T, FuncType >::m_func.
|
private |
Definition at line 128 of file property.h.
Referenced by SETTER< Owner, T, FuncType >::operator()(), and SETTER< Owner, T, FuncType >::SETTER().