Changeset 2652 in Sophya for trunk/SophyaPI/PI/piimage.h
- Timestamp:
- Feb 18, 2005, 3:16:38 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piimage.h
r2539 r2652 204 204 }; 205 205 206 // Classe regroupant un PIImage, Widget Zoom et Widget Naviguator 207 class PIImageNavigator : public PIContainer 208 { 209 public: 210 enum {ClassId = 5155}; 211 212 PIImageNavigator(PIContainer *par, const char *nom, 213 int sx=500, int sy=500, int px=0, int py=0); 214 virtual ~PIImageNavigator(); 215 virtual long kind() {return ClassId; } 216 217 inline PIImage* ImageWdg() { return piimg; } 218 219 protected: 220 PIImage* piimg; 221 PIPixmap* zoom; 222 PIPixmap* gimv; 223 PICMapView* cmapv; 224 }; 225 206 226 #endif
Note:
See TracChangeset
for help on using the changeset viewer.