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 115 of file property.h.
|
inline |
Definition at line 118 of file property.h.
References m_func.
|
inlineoverridevirtual |
Implements SETTER_BASE< Owner, T >.
Definition at line 124 of file property.h.
|
private |
Definition at line 130 of file property.h.
Referenced by operator()(), and SETTER().