libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
moPostEffect.cpp
Ir a la documentación de este archivo.
1
/*******************************************************************************
2
3
moPostEffect.cpp
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
32
#include "
moPostEffect.h
"
33
34
#include "
moArray.h
"
35
moDefineDynamicArray
(moPostEffectsArray)
36
37
moPostEffect::moPostEffect
()
38
{
39
SetType
(
MO_OBJECT_POSTEFFECT
);
40
}
41
42
moPostEffect::~moPostEffect
()
43
{
44
}
45
46
47
moArray.h
moPostEffect.h
moPostEffect::~moPostEffect
virtual ~moPostEffect()
Definition:
moPostEffect.cpp:42
MO_OBJECT_POSTEFFECT
Objeto dibujable, pre-efecto ( primeros efectos en el orden de dibujado )
Definition:
moTypes.h:529
moPostEffect::moPostEffect
moPostEffect()
moDefineDynamicArray
moDefineDynamicArray(moPostEffectsArray) moPostEffect
Definition:
moPostEffect.cpp:35
moMoldeoObject::SetType
void SetType(moMoldeoObjectType p_type)
Definition:
moMoldeoObject.cpp:981
libmoldeo
moPostEffect.cpp
Generado el Martes, 10 de Septiembre de 2019 21:27:08 para libmoldeo (Moldeo 1.0 Core) por
1.8.13