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 15 of file delegate_example.cpp.
main | ( | void | ) |
Definition at line 17 of file delegate_example.cpp.
References MyClass::MyMethod().
Referenced by EC_PERPLINE::Apply(), and EC_LINE::Apply().