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

00001 //---------------------------------------------------------------------------------------------
00002 //      This file is a part of "DinoKod".
00003 //      Copyright © 2003 Dino Productions. All Rights Reserved.
00004 //      
00005 //      File                    : A_WinOptionsLanguage.h
00006 //      Author                  : Cedric Stanus
00007 //      Date                    : 05/09/2003
00008 //      Modification    :
00009 //
00010 //---------------------------------------------------------------------------------------------
00011 #ifndef __AWINOPTIONSLANGUAGE_H__
00012 #define __AWINOPTIONSLANGUAGE_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 KAWinOptionsLanguage : public KWin
00020 {
00021 protected:
00022         KSHADER                         m_BackGround;
00023         KButton*                        m_pButtonEnglish;
00024         KButton*                        m_pButtonFrench;
00025         KButton*                        m_pButtonItalian;
00026         KButton*                        m_pButtonGerman;
00027         KButton*                        m_pButtonSpanish;
00028         KButton*                        m_pButtonBack;
00029 
00030 public:
00031         KAWinOptionsLanguage( KWin* pFather, KFPt& Pos, KFPt& Size, KInterface* pInterface );
00032         ~KAWinOptionsLanguage();
00033 
00034         virtual void    Display();
00035         virtual void    Manage();
00036 
00037         // Load/Unload
00038         virtual void    Load();
00039         virtual void    Unload();
00040 };
00041 
00042 #endif  __AWINOPTIONSLANGUAGE_H__

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