Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

CSPanel.cpp

Go to the documentation of this file.
00001 #ifdef WIN32
00002 #pragma warning(disable : 4786 )
00003 #endif
00004 
00005 #include "CSPanel.h"
00006 #include "CSFont.h"
00007 #include "CSLAF.h"
00008 
00009 const char *CSPanel::CLASS = "CSPanel";
00010 
00011 CSPanel::CSPanel(int w, int h) : CSGrafikElement(w, h)
00012 {
00013     static char *functionName="CSPanel";
00014     LOG_ENTER 
00015     LOG_EXIT
00016 }
00017 
00018 

Generated on Wed Jul 14 00:43:31 2004 for CSLib by doxygen 1.3.6