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