TAPs 0.7.7.3
TAPsBitmapImageHandler.cpp
Go to the documentation of this file.
00001 /******************************************************************************
00002 TAPsSkeleton.cpp
00003 
00004 Skeleton class (cpp file).
00005 
00006 SUKITTI PUNAK   (07/14/2007)
00007 UPDATE          (07/14/2007)
00008 ******************************************************************************/
00009 #include "TAPsBitmapImageHandler.hpp"
00010 // Using Inclusion Model (i.e. definitions are included in declarations)
00011 //                       (this name.cpp is included in name.hpp)
00012 // Each friend is defined directly inside its declaration.
00013 
00014 BEGIN_NAMESPACE_TAPs
00015 //=============================================================================
00016 // define static member
00017 const WORD BitmapImage::SM_BITMAP_ID = 0x4D42;
00018 //=============================================================================
00019 // Constructors
00020 //-----------------------------------------------------------------------------
00021 //-----------------------------------------------------------------------------
00022 //-----------------------------------------------------------------------------
00023 //-----------------------------------------------------------------------------
00024 //=============================================================================
00025 // Assignment Operator
00026 //-----------------------------------------------------------------------------
00027 //=============================================================================
00028 // Comparison Operators
00029 //-----------------------------------------------------------------------------
00030 //-----------------------------------------------------------------------------
00031 //-----------------------------------------------------------------------------
00032 //-----------------------------------------------------------------------------
00033 //-----------------------------------------------------------------------------
00034 //-----------------------------------------------------------------------------
00035 //-----------------------------------------------------------------------------
00036 //=============================================================================
00037 END_NAMESPACE_TAPs
00038 //34567890123456789012345678901234567890123456789012345678901234567890123456789
00039 //--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines