• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Aug-2020-

PluginExample/H17-Aug-2020-389332

HelloWorldExample.cppH A D17-Aug-20201,003 4734

InputExample.cppH A D17-Aug-20202.3 KiB10078

ModelExample.cppH A D17-Aug-20202.6 KiB12193

PaintExample.cppH A D17-Aug-20201.8 KiB8061

READMEH A D17-Aug-2020502 118

SignalExample.cppH A D17-Aug-20202.6 KiB11287

SimpleAnimationExample.cppH A D17-Aug-20201 KiB5441

ToolkitExample.cppH A D17-Aug-20203.4 KiB126107

TreeExpansionExample.cppH A D17-Aug-20201.5 KiB7863

run-example.plH A D03-May-20221.8 KiB9777

README

1This directory contains the example programs from the C++ API Tutorial. Except
2for the PluginExample, you can run the examples easily with the help of
3run-example.pl. For example:
4
5  perl run-example.pl HelloWorldExample.cpp
6
7If you want to run the PluginExample, then you would have to copy all the files
8from the PluginExample directory tree into the Eagle Mode source directory tree
9(see that they have the same directory structure), and then you could compile,
10install and run Eagle Mode as usual.
11