SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
WAIAppTest.cpp File Reference
#include "WAIAppTest.h"
#include <AppCommon.h>
#include <SLGLTexture.h>
#include <SLGLProgram.h>
#include <SLAssimpImporter.h>
#include <SLSceneView.h>
#include <SLLightSpot.h>
#include <SLTexFont.h>
#include <SLSphere.h>
#include <SLText.h>
#include <SENSCamera.h>
Include dependency graph for WAIAppTest.cpp:

Go to the source code of this file.

Macros

#define WAIAPP_DEBUG(...)   Utils::log("WAIApp", __VA_ARGS__)
 
#define WAIAPP_INFO(...)   Utils::log("WAIApp", __VA_ARGS__)
 
#define WAIAPP_WARN(...)   Utils::log("WAIApp", __VA_ARGS__)
 
#define WAIAPPSTATE_DEBUG(...)   Utils::log("WAIAppStateHandler", __VA_ARGS__)
 
#define WAIAPPSTATE_INFO(...)   Utils::log("WAIAppStateHandler", __VA_ARGS__)
 
#define WAIAPPSTATE_WARN(...)   Utils::log("WAIAppStateHandler", __VA_ARGS__)
 

Macro Definition Documentation

◆ WAIAPP_DEBUG

#define WAIAPP_DEBUG (   ...)    Utils::log("WAIApp", __VA_ARGS__)

Definition at line 14 of file WAIAppTest.cpp.

◆ WAIAPP_INFO

#define WAIAPP_INFO (   ...)    Utils::log("WAIApp", __VA_ARGS__)

Definition at line 15 of file WAIAppTest.cpp.

◆ WAIAPP_WARN

#define WAIAPP_WARN (   ...)    Utils::log("WAIApp", __VA_ARGS__)

Definition at line 16 of file WAIAppTest.cpp.

◆ WAIAPPSTATE_DEBUG

#define WAIAPPSTATE_DEBUG (   ...)    Utils::log("WAIAppStateHandler", __VA_ARGS__)

Definition at line 22 of file WAIAppTest.cpp.

◆ WAIAPPSTATE_INFO

#define WAIAPPSTATE_INFO (   ...)    Utils::log("WAIAppStateHandler", __VA_ARGS__)

Definition at line 23 of file WAIAppTest.cpp.

◆ WAIAPPSTATE_WARN

#define WAIAPPSTATE_WARN (   ...)    Utils::log("WAIAppStateHandler", __VA_ARGS__)

Definition at line 24 of file WAIAppTest.cpp.