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

CascadeDims.h

Go to the documentation of this file.
00001 //
00002 // CascadeDims.h - header file for class CascadeDims
00003 //
00004 // Copyright (c) 2003, Roku, LLC.  All rights reserved.
00005 //
00008 
00009 #ifndef _ROKU_INCLUDE_CASCADE_GRAPHICS_CASCADEDIMS_H
00010 #define _ROKU_INCLUDE_CASCADE_GRAPHICS_CASCADEDIMS_H
00011 
00012 #include <cascade/CascadeObject.h>
00013 
00024 class CascadeDims : public CascadeObject
00025 {
00026 public:
00027         CascadeDims()                           { w = h = 0;              }
00031     CascadeDims(u32 ww, u32 hh)             { w = ww; h = hh;         }
00037     CascadeDims(const CascadeDims & dims)   { w = dims.w; h = dims.h; }
00042 public:
00043     u32 w;      
00047     u32 h;    
00051 };
00052 
00053 #endif // #ifndef _ROKU_INCLUDE_CASCADE_GRAPHICS_CASCADEDIMS_H
00054 
00056 //  LOG
00058 //  20-Jan-03   dwoodward   created
00059 //  20-Jan-03   dwoodward   1.0 STATUS: 100% complete
00060 //  05-May-03   dwoodward   doxygenated

Generated on Sun Jul 24 14:27:17 2005 for Cascade Library by  doxygen 1.4.1