libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo es el conjunto de objetos y funciones, que permiten ejecutar las operaciones básicas de la plataforma Moldeo, y que compone su núcleo.
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Amigas 'defines' Grupos Páginas
moConsoleState.h
Ir a la documentación de este archivo.
1 /*******************************************************************************
2 
3  moConsoleState.h
4 
5  ****************************************************************************
6  * *
7  * This source is free software; you can redistribute it and/or modify *
8  * it under the terms of the GNU General Public License as published by *
9  * the Free Software Foundation; either version 2 of the License, or *
10  * (at your option) any later version. *
11  * *
12  * This code is distributed in the hope that it will be useful, but *
13  * WITHOUT ANY WARRANTY; without even the implied warranty of *
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
15  * General Public License for more details. *
16  * *
17  * A copy of the GNU General Public License is available on the World *
18  * Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
19  * obtain it by writing to the Free Software Foundation, *
20  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
21  * *
22  ****************************************************************************
23 
24  Copyright(C) 2006 Fabricio Costa
25 
26  Authors:
27  Fabricio Costa
28 
29 *******************************************************************************/
30 
31 #ifndef __MO_CONSOLE_STATE_H__
32 #define __MO_CONSOLE_STATE_H__
33 
34 #include "moTypes.h"
35 #include "moAbstract.h"
36 #include "moTempo.h"
37 #include "moEffectState.h"
38 
39 
41 
46 
47 };
48 
50 
55 {
56  public:
57 
59  virtual ~moConsoleState();
60 
61  MOboolean Init();
62  MOboolean Finish();
63 
64  public:
65 
67 
69 
74 
76  MOuint fps, fps0, fps1;
77 
78  //especiales
80 
83 
85 
86  const moText& ToJSON();
87 };
88 
89 #endif
90 
moConsoleMode
virtual MOboolean Finish()
Finaliza el objeto, libera recursos.
Definition: moAbstract.cpp:147
MOswitch automatic
Estado de la consola.
#define MOboolean
Definition: moTypes.h:385
#define MOswitch
Definition: moTypes.h:386
#define LIBMOLDEO_API
Definition: moTypes.h:180
clase de para manejar textos
Definition: moText.h:75
MOboolean Init()
Inicializa el objeto.
MOswitch savescreen
moConsoleMode m_Mode
moText m_RenderFrameQuality
#define MOuint
Definition: moTypes.h:387
MOswitch stereooutput
virtual const moText & ToJSON()