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
Referencia del Archivo moLunaClasses.cpp
#include "moLunaClasses.h"

Ir al código fuente de este archivo.

'defines'

#define lua_pindexes(L)   ( lua_gettop(L) - 1 )
 
#define lua_pindex(index)   (index + 1)
 

Funciones

 SCRIPT_FUNCTION (moLuaSoundManager, GetSoundCount)
 
 SCRIPT_FUNCTION (moLuaSoundManager, GetSound)
 
END_SCRIPT_CLASS_FUNCTIONS DEFINE_SCRIPT_CLASS_PROPERTIES (moLuaSoundManager)
 
END_SCRIPT_CLASS_PROPERTIES SCRIPT_CONSTRUCTOR_IMPLEMENTATION (moLuaSoundManager)
 
 SCRIPT_FUNCTION_IMPLEMENTATION (moLuaSoundManager, GetSoundCount)
 
 SCRIPT_FUNCTION_IMPLEMENTATION (moLuaSoundManager, GetSound)
 
 SCRIPT_FUNCTION (moLuaTextureManager, GetTextureCount)
 
 SCRIPT_FUNCTION (moLuaTextureManager, GetTextureMOId)
 
 SCRIPT_FUNCTION (moLuaTextureManager, GetTextureBuffer)
 
 SCRIPT_FUNCTION (moLuaTextureManager, AddTexture)
 
 SCRIPT_FUNCTION (moLuaTextureManager, DeleteTexture)
 
 SCRIPT_FUNCTION (moLuaTextureManager, AddTextureBuffer)
 
 SCRIPT_FUNCTION (moLuaTextureManager, DeleteTextureBuffer)
 
 SCRIPT_FUNCTION (moLuaTextureManager, GetGLId)
 
 SCRIPT_FUNCTION (moLuaTextureManager, ValidTexture)
 
 SCRIPT_FUNCTION (moLuaCircularVideoBuffer, PauseRecording)
 
 SCRIPT_FUNCTION (moLuaCircularVideoBuffer, ContinueRecording)
 
 SCRIPT_FUNCTION (moLuaCircularVideoBuffer, StopRecording)
 
 SCRIPT_FUNCTION (moLuaCircularVideoBuffer, GetRecordPosition)
 
 SCRIPT_FUNCTION (moLuaCircularVideoBuffer, GetFrameCount)
 
 SCRIPT_FUNCTION (moLuaCircularVideoBuffer, IsRecording)
 
 SCRIPT_FUNCTION (moLuaVideoBufferPath, GetCompletePath)
 
 SCRIPT_FUNCTION (moLuaVideoBufferPath, GetTotalFiles)
 
 SCRIPT_FUNCTION (moLuaVideoBufferPath, GetImagesProcessed)
 
 SCRIPT_FUNCTION (moLuaVideoBufferPath, LoadCompleted)
 
 SCRIPT_FUNCTION (moLuaVideoManager, GetVideoBuffer)
 
 SCRIPT_FUNCTION (moLuaVideoManager, GetCircularVideoBufferCount)
 
 SCRIPT_FUNCTION (moLuaVideoManager, GetCircularVideoBuffer)
 
 SCRIPT_FUNCTION (moLuaVideoManager, GetVideoBufferPathCount)
 
 SCRIPT_FUNCTION (moLuaVideoManager, GetVideoBufferPath)
 
 SCRIPT_FUNCTION (moLuaResourceManager, GetResource)
 
 SCRIPT_FUNCTION (moLuaResourceManager, GetResourceIndex)
 
 SCRIPT_FUNCTION (moLuaResourceManager, GetResourceByType)
 
 SCRIPT_FUNCTION (moLuaResourceManager, GetResourceName)
 
 SCRIPT_FUNCTION (moLuaResourceManager, GetResourceLabelName)
 
 SCRIPT_FUNCTION (moLuaResourceManager, GetResourceType)
 
 SCRIPT_FUNCTION (moLuaResourceManager, GetTextureMan)
 
 SCRIPT_FUNCTION (moLuaResourceManager, GetVideoMan)
 
 SCRIPT_FUNCTION (moLuaResourceManager, GetSoundMan)
 
 SCRIPT_FUNCTION (moLuaMath, ASin)
 
 SCRIPT_FUNCTION (moLuaMath, ATan)
 
 SCRIPT_FUNCTION (moLuaMath, ATan2)
 
 SCRIPT_FUNCTION (moLuaMath, Ceil)
 
 SCRIPT_FUNCTION (moLuaMath, Cos)
 
 SCRIPT_FUNCTION (moLuaMath, Exp)
 
 SCRIPT_FUNCTION (moLuaMath, FAbs)
 
 SCRIPT_FUNCTION (moLuaMath, Floor)
 
 SCRIPT_FUNCTION (moLuaMath, FMod)
 
 SCRIPT_FUNCTION (moLuaMath, InvSqrt)
 
 SCRIPT_FUNCTION (moLuaMath, Log)
 
 SCRIPT_FUNCTION (moLuaMath, Log2)
 
 SCRIPT_FUNCTION (moLuaMath, Log10)
 
 SCRIPT_FUNCTION (moLuaMath, Pow)
 
 SCRIPT_FUNCTION (moLuaMath, Sin)
 
 SCRIPT_FUNCTION (moLuaMath, Sqr)
 
 SCRIPT_FUNCTION (moLuaMath, Sqrt)
 
 SCRIPT_FUNCTION (moLuaMath, Tan)
 
 SCRIPT_FUNCTION (moLuaMath, UnitRandom)
 
 SCRIPT_FUNCTION (moLuaMath, SymmetricRandom)
 
 SCRIPT_FUNCTION (moLuaMath, IntervalRandom)
 
 SCRIPT_FUNCTION (moLuaP5, line)
 
 SCRIPT_FUNCTION (moLuaP5, arc)
 
 SCRIPT_FUNCTION (moLuaP5, point)
 
 SCRIPT_FUNCTION (moLuaP5, quad)
 
 SCRIPT_FUNCTION (moLuaP5, ellipse)
 
 SCRIPT_FUNCTION (moLuaP5, rect)
 
 SCRIPT_FUNCTION (moLuaP5, strokeWeight)
 
 SCRIPT_FUNCTION (moLuaP5, background)
 
 SCRIPT_FUNCTION (moLuaP5, colorMode)
 
 SCRIPT_FUNCTION (moLuaP5, stroke)
 
 SCRIPT_FUNCTION (moLuaP5, noFill)
 
 SCRIPT_FUNCTION (moLuaP5, noStroke)
 
 SCRIPT_FUNCTION (moLuaP5, fill)
 
 SCRIPT_FUNCTION (moLuaP5, pushMatrix)
 
 SCRIPT_FUNCTION (moLuaP5, popMatrix)
 
 SCRIPT_FUNCTION (moLuaP5, resetMatrix)
 
 SCRIPT_FUNCTION (moLuaP5, scale)
 
 SCRIPT_FUNCTION (moLuaP5, translate)
 
 SCRIPT_FUNCTION (moLuaP5, rotate)
 
 SCRIPT_FUNCTION (moLuaP5, PRGB)
 
 SCRIPT_FUNCTION (moLuaP5, PHSB)
 
 SCRIPT_FUNCTION (moLuaP5, PHALF_PI)
 
 SCRIPT_FUNCTION (moLuaP5, PTWO_PI)
 
 SCRIPT_FUNCTION (moLuaP5, PPI)
 

Documentación de los 'defines'

#define lua_pindex (   index)    (index + 1)

Definición en la línea 39 del archivo moLunaClasses.cpp.

#define lua_pindexes (   L)    ( lua_gettop(L) - 1 )

Definición en la línea 38 del archivo moLunaClasses.cpp.

Documentación de las funciones

END_SCRIPT_CLASS_FUNCTIONS DEFINE_SCRIPT_CLASS_PROPERTIES ( moLuaSoundManager  )

Definición en la línea 57 del archivo moLunaClasses.cpp.

END_SCRIPT_CLASS_PROPERTIES SCRIPT_CONSTRUCTOR_IMPLEMENTATION ( moLuaSoundManager  )

Definición en la línea 62 del archivo moLunaClasses.cpp.

SCRIPT_FUNCTION ( moLuaSoundManager  ,
GetSoundCount   
)
SCRIPT_FUNCTION ( moLuaSoundManager  ,
GetSound   
)
SCRIPT_FUNCTION ( moLuaTextureManager  ,
GetTextureCount   
)
SCRIPT_FUNCTION ( moLuaTextureManager  ,
GetTextureMOId   
)
SCRIPT_FUNCTION ( moLuaTextureManager  ,
GetTextureBuffer   
)
SCRIPT_FUNCTION ( moLuaTextureManager  ,
AddTexture   
)
SCRIPT_FUNCTION ( moLuaTextureManager  ,
DeleteTexture   
)
SCRIPT_FUNCTION ( moLuaTextureManager  ,
AddTextureBuffer   
)
SCRIPT_FUNCTION ( moLuaTextureManager  ,
DeleteTextureBuffer   
)
SCRIPT_FUNCTION ( moLuaTextureManager  ,
GetGLId   
)
SCRIPT_FUNCTION ( moLuaTextureManager  ,
ValidTexture   
)
SCRIPT_FUNCTION ( moLuaCircularVideoBuffer  ,
PauseRecording   
)
SCRIPT_FUNCTION ( moLuaCircularVideoBuffer  ,
ContinueRecording   
)
SCRIPT_FUNCTION ( moLuaCircularVideoBuffer  ,
StopRecording   
)
SCRIPT_FUNCTION ( moLuaCircularVideoBuffer  ,
GetRecordPosition   
)
SCRIPT_FUNCTION ( moLuaCircularVideoBuffer  ,
GetFrameCount   
)
SCRIPT_FUNCTION ( moLuaCircularVideoBuffer  ,
IsRecording   
)
SCRIPT_FUNCTION ( moLuaVideoBufferPath  ,
GetCompletePath   
)
SCRIPT_FUNCTION ( moLuaVideoBufferPath  ,
GetTotalFiles   
)
SCRIPT_FUNCTION ( moLuaVideoBufferPath  ,
GetImagesProcessed   
)
SCRIPT_FUNCTION ( moLuaVideoBufferPath  ,
LoadCompleted   
)
SCRIPT_FUNCTION ( moLuaVideoManager  ,
GetVideoBuffer   
)
SCRIPT_FUNCTION ( moLuaVideoManager  ,
GetCircularVideoBufferCount   
)
SCRIPT_FUNCTION ( moLuaVideoManager  ,
GetCircularVideoBuffer   
)
SCRIPT_FUNCTION ( moLuaVideoManager  ,
GetVideoBufferPathCount   
)
SCRIPT_FUNCTION ( moLuaVideoManager  ,
GetVideoBufferPath   
)
SCRIPT_FUNCTION ( moLuaResourceManager  ,
GetResource   
)
SCRIPT_FUNCTION ( moLuaResourceManager  ,
GetResourceIndex   
)
SCRIPT_FUNCTION ( moLuaResourceManager  ,
GetResourceByType   
)
SCRIPT_FUNCTION ( moLuaResourceManager  ,
GetResourceName   
)
SCRIPT_FUNCTION ( moLuaResourceManager  ,
GetResourceLabelName   
)
SCRIPT_FUNCTION ( moLuaResourceManager  ,
GetResourceType   
)
SCRIPT_FUNCTION ( moLuaResourceManager  ,
GetTextureMan   
)
SCRIPT_FUNCTION ( moLuaResourceManager  ,
GetVideoMan   
)
SCRIPT_FUNCTION ( moLuaResourceManager  ,
GetSoundMan   
)
SCRIPT_FUNCTION ( moLuaMath  ,
ASin   
)
SCRIPT_FUNCTION ( moLuaMath  ,
ATan   
)
SCRIPT_FUNCTION ( moLuaMath  ,
ATan2   
)
SCRIPT_FUNCTION ( moLuaMath  ,
Ceil   
)
SCRIPT_FUNCTION ( moLuaMath  ,
Cos   
)
SCRIPT_FUNCTION ( moLuaMath  ,
Exp   
)
SCRIPT_FUNCTION ( moLuaMath  ,
FAbs   
)
SCRIPT_FUNCTION ( moLuaMath  ,
Floor   
)
SCRIPT_FUNCTION ( moLuaMath  ,
FMod   
)
SCRIPT_FUNCTION ( moLuaMath  ,
InvSqrt   
)
SCRIPT_FUNCTION ( moLuaMath  ,
Log   
)
SCRIPT_FUNCTION ( moLuaMath  ,
Log2   
)
SCRIPT_FUNCTION ( moLuaMath  ,
Log10   
)
SCRIPT_FUNCTION ( moLuaMath  ,
Pow   
)
SCRIPT_FUNCTION ( moLuaMath  ,
Sin   
)
SCRIPT_FUNCTION ( moLuaMath  ,
Sqr   
)
SCRIPT_FUNCTION ( moLuaMath  ,
Sqrt   
)
SCRIPT_FUNCTION ( moLuaMath  ,
Tan   
)
SCRIPT_FUNCTION ( moLuaMath  ,
UnitRandom   
)
SCRIPT_FUNCTION ( moLuaMath  ,
SymmetricRandom   
)
SCRIPT_FUNCTION ( moLuaMath  ,
IntervalRandom   
)
SCRIPT_FUNCTION ( moLuaP5  ,
line   
)
SCRIPT_FUNCTION ( moLuaP5  ,
arc   
)
SCRIPT_FUNCTION ( moLuaP5  ,
point   
)
SCRIPT_FUNCTION ( moLuaP5  ,
quad   
)
SCRIPT_FUNCTION ( moLuaP5  ,
ellipse   
)
SCRIPT_FUNCTION ( moLuaP5  ,
rect   
)
SCRIPT_FUNCTION ( moLuaP5  ,
strokeWeight   
)
SCRIPT_FUNCTION ( moLuaP5  ,
background   
)
SCRIPT_FUNCTION ( moLuaP5  ,
colorMode   
)
SCRIPT_FUNCTION ( moLuaP5  ,
stroke   
)
SCRIPT_FUNCTION ( moLuaP5  ,
noFill   
)
SCRIPT_FUNCTION ( moLuaP5  ,
noStroke   
)
SCRIPT_FUNCTION ( moLuaP5  ,
fill   
)
SCRIPT_FUNCTION ( moLuaP5  ,
pushMatrix   
)
SCRIPT_FUNCTION ( moLuaP5  ,
popMatrix   
)
SCRIPT_FUNCTION ( moLuaP5  ,
resetMatrix   
)
SCRIPT_FUNCTION ( moLuaP5  ,
scale   
)
SCRIPT_FUNCTION ( moLuaP5  ,
translate   
)
SCRIPT_FUNCTION ( moLuaP5  ,
rotate   
)
SCRIPT_FUNCTION ( moLuaP5  ,
PRGB   
)
SCRIPT_FUNCTION ( moLuaP5  ,
PHSB   
)
SCRIPT_FUNCTION ( moLuaP5  ,
PHALF_PI   
)
SCRIPT_FUNCTION ( moLuaP5  ,
PTWO_PI   
)
SCRIPT_FUNCTION ( moLuaP5  ,
PPI   
)
SCRIPT_FUNCTION_IMPLEMENTATION ( moLuaSoundManager  ,
GetSoundCount   
)

Definición en la línea 73 del archivo moLunaClasses.cpp.

SCRIPT_FUNCTION_IMPLEMENTATION ( moLuaSoundManager  ,
GetSound   
)

Definición en la línea 85 del archivo moLunaClasses.cpp.