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

component_move_handler.h

Go to the documentation of this file.
00001 
00003 
00004 #ifndef header_componentmovehandler
00005 #define header_componentmovehandler
00006 
00007 class CL_Rect;
00008 class CL_Component;
00009 
00010 class CL_ComponentMoveHandler
00011 {
00012 public:
00013         CL_ComponentMoveHandler(const CL_Rect &move_area, CL_Component *owner, class CL_StyleManager *style);
00014         virtual ~CL_ComponentMoveHandler();
00015 
00016         void set_move_area(const CL_Rect &move_area);
00017 
00018 private:
00019         class CL_ComponentMoveHandler_Generic *impl;
00020 };
00021 
00022 #endif

Generated at Wed Apr 4 19:53:59 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001