| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cstdio>#include <string>#include <tool/delegate.h>Go to the source code of this file.
Classes | |
| class | MyClass | 
Typedefs | |
| typedef DELEGATE< int, const string & > | MyDelegate | 
Functions | |
| main () | |
| typedef DELEGATE<int, const string&> MyDelegate | 
Definition at line 34 of file delegate_example.cpp.
| main | ( | void | ) | 
Definition at line 36 of file delegate_example.cpp.
References MyClass::MyMethod().
Referenced by EC_LINE::Apply(), and EC_PERPLINE::Apply().