CrystalSpace

Public API Reference

ivaria/hudmanager.h
Go to the documentation of this file.
00001 /*
00002   Copyright (C) 2010-11 Christian Van Brussel, Institute of Information
00003       and Communication Technologies, Electronics and Applied Mathematics
00004       at Universite catholique de Louvain, Belgium
00005       http://www.uclouvain.be/en-icteam.html
00006 
00007   This library is free software; you can redistribute it and/or
00008   modify it under the terms of the GNU Library General Public
00009   License as published by the Free Software Foundation; either
00010   version 2 of the License, or (at your option) any later version.
00011 
00012   This library is distributed in the hope that it will be useful,
00013   but WITHOUT ANY WARRANTY; without even the implied warranty of
00014   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00015   Library General Public License for more details.
00016 
00017   You should have received a copy of the GNU Library General Public
00018   License along with this library; if not, write to the Free
00019   Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00020 */
00021 #ifndef __CS_IVARIA_HUDMANAGER_H__
00022 #define __CS_IVARIA_HUDMANAGER_H__
00023 
00032 #include "cssysdef.h"
00033 #include "csutil/scf.h"
00034 
00035 struct iStringArray;
00036 
00037 namespace CS {
00038 namespace Utility {
00039 
00052 struct iHUDManager : public virtual iBase
00053 {
00054   SCF_INTERFACE (CS::Utility::iHUDManager, 1, 0, 0);
00055 
00061   virtual void SwitchKeysPage () = 0;
00062 
00068   virtual void WriteShadow (int x, int y, int color, const char *str,...) const = 0;
00074   virtual void Write (int x, int y, int fg, int color, const char *str,...) const = 0;
00075 
00080   virtual void SetEnabled (bool enabled) = 0;
00081 
00086   virtual bool GetEnabled () const = 0;
00087 
00094   virtual iStringArray* GetKeyDescriptions () = 0;
00095 
00100   virtual iStringArray* GetStateDescriptions () = 0;
00101 };
00102 
00103 } //namespace Utility
00104 } //namespace CS
00105 
00108 #endif // __CS_IVARIA_HUDMANAGER_H__

Generated for Crystal Space 2.0 by doxygen 1.7.6.1