Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

Image.h

Go to the documentation of this file.
00001 /*********************************************************************** 00002 00003 ColorBox2: Image.h 00004 (c) 2004 by Martin Decky 00005 00006 Distributed under the terms of Lesser General Public Licence, see 00007 COPYING. 00008 00009 0.4 10th September 2004 initial 00010 00011 ***********************************************************************/ 00012 00013 00014 #ifndef __CB2__IMAGE_H__ 00015 #define __CB2__IMAGE_H__ 00016 00017 00018 #include <cb2/utils.h> 00019 #include <cb2/Widgets.h> 00020 #include <cb2/DS.h> 00021 00022 00023 namespace CB2 { 00024 00025 class Image : public Widget { 00026 public: 00027 Image(Container & parent, const String & file); 00028 Image(Application & parent, const String & file); 00029 00030 virtual ~Image(); 00031 }; 00032 00033 00034 class ImageDS : public Image { 00035 public: 00036 ImageDS(Container & parent, DataSource & ds, const Domain & domain, const String & key); 00037 ImageDS(Application & parent, DataSource & ds, const Domain & domain, const String & key); 00038 00039 virtual ~ImageDS(); 00040 }; 00041 00042 } 00043 00044 00045 #endif

Generated on Thu Sep 16 23:26:49 2004 for ColorBox2 by doxygen 1.3.7