00001 #ifndef PAGEMODESCREENVIEW_H 00002 #define PAGEMODESCREENVIEW_H 00003 #include "ScreenView.h" 00004 /* 00005 * * 00006 * It is a scalable environnement i.e : The zoom will work, placing the oject in 00007 * a PageView, this defines a mode. In the future the various mode will be grouped with 00008 * an ancestor, but I first try to make the PageMode rendering on a screen 00009 * 00010 * **/ 00011 class PageMode:public ScreenView 00012 { 00013 }; 00014 #endif
1.3.6