00001 #ifndef __DW_CORE_HH__
00002 #define __DW_CORE_HH__
00003
00004 #define __INCLUDED_FROM_DW_CORE_HH__
00005
00013 namespace dw {
00014
00020 namespace core {
00021
00022 typedef unsigned char byte;
00023
00024 class Layout;
00025 class View;
00026 class Widget;
00027 class Iterator;
00028
00029 namespace ui {
00030
00031 class ResourceFactory;
00032
00033 }
00034
00035
00036 }
00037 }
00038
00039 #include "../lout/object.hh"
00040 #include "../lout/container.hh"
00041 #include "../lout/signal.hh"
00042
00043 #include "types.hh"
00044 #include "events.hh"
00045 #include "imgbuf.hh"
00046 #include "style.hh"
00047 #include "view.hh"
00048 #include "platform.hh"
00049 #include "iterator.hh"
00050 #include "findtext.hh"
00051 #include "selection.hh"
00052 #include "layout.hh"
00053 #include "widget.hh"
00054 #include "ui.hh"
00055
00056 #undef __INCLUDED_FROM_DW_CORE_HH__
00057
00058 #endif // __DW_CORE_HH__