blob: f25bd7ee65281496f56a8a06cfad703c0eac9be8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
*/
/*! \page drawdemo-example.html
\ingroup examples
\title Draw Demo
This example demonstrates several drawing functions and printer output.
You can easily add you own drawing functions.
<hr>
Implementation:
\include drawdemo/drawdemo.cpp
*/
|