D:/Zythum/DinoKod/Mod_Aeternis_Client/A_WinContact.h

00001 //---------------------------------------------------------------------------------------------
00002 //      This file is a part of "DinoKod".
00003 //      Copyright © 2003 Dino Productions. All Rights Reserved.
00004 //      
00005 //      File                    : A_WinContact.h
00006 //      Author                  : Sebastien LEIX        sebastien.leix@wanadoo.fr
00007 //      Date                    : 03/06/2003
00008 //      Modification    :
00009 //
00010 //---------------------------------------------------------------------------------------------
00011 #ifndef __AWINCONTACT_H__
00012 #define __AWINCONTACT_H__
00013 
00014 #include "Mod_Aeternis_Client/Mod_Aeternis_ClientDll.h"
00015 #include "Interface/Win.h"
00016 #include "Interface/Button.h"
00017 
00018 //------------------------------------------------------------------------------------------
00019 class MOD_AETERNIS_CLIENT_API KAWinContact : public KWin
00020 {
00021 protected:
00022         KSHADER                         m_hBackGround;
00023         KButton*                        m_pButtonBack;
00024 
00025 public:
00026         KAWinContact( KWin* pFather, KFPt& Pos, KFPt& Size, KInterface* pInterface );
00027         ~KAWinContact();
00028 
00029         virtual void    Display();
00030         virtual void    Manage();
00031 
00032         // Load/Unload
00033         virtual void    Load();
00034         virtual void    Unload();
00035 };
00036 
00037 #endif  __AWINCONTACT_H__

Generated on Sun Mar 25 20:02:14 2007 for Zythum Project by  doxygen 1.5.1-p1