Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

SetGetDimensions2dIntI.h

Go to the documentation of this file.
00001 #ifndef SetGetDimensions2dIntI_h
00002 #define SetGetDimensions2dIntI_h
00003 
00004 namespace OglGui {
00005 
00006 class SetGetDimensions2dIntI
00007 {
00008 public:
00009     virtual void GetDimensions(int& x, int& y, int& w, int& h) = 0;
00010     virtual void SetDimensions(int x, int y, int w, int h) = 0;
00011 };
00012 
00013 } // namespace OglGui
00014 
00015 #endif // SetGetDimensions2dIntI_h

Generated on Fri Mar 19 09:31:38 2010 for ImpalaSrc by  doxygen 1.5.1