root/branches/pigment-experiments/slides_canvas.hh
| Revision 44, 231 bytes (checked in by mirko, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef __PDFCUBE__SLIDES_CANVAS_HH__ |
| 2 | #define __PDFCUBE__SLIDES_CANVAS_HH__ |
| 3 | |
| 4 | #include <pgm/pgm.h> |
| 5 | |
| 6 | namespace PDFCube { |
| 7 | |
| 8 | class SlidesCanvas // : public Pgm::Canvas; |
| 9 | { |
| 10 | |
| 11 | protected: |
| 12 | PgmCanvas* canvas_m; |
| 13 | }; |
| 14 | |
| 15 | } |
| 16 | |
| 17 | #endif |
Note: See TracBrowser
for help on using the browser.

