Pyrogenesis  trunk
Macros | Functions
JSInterface_GUITypes.cpp File Reference
#include "precompiled.h"
#include "JSInterface_GUITypes.h"
#include "ps/CStr.h"
Include dependency graph for JSInterface_GUITypes.cpp:

Macros

#define SIDE(side)
 

Functions

CStr ToPercentString (double pix, double per)
 

Macro Definition Documentation

#define SIDE (   side)
Value:
pScriptInterface->GetProperty(rec.thisv(), #side, val); \
pScriptInterface->GetProperty(rec.thisv(), "r"#side, valr); \
buffer += ToPercentString(val, valr);
CStr ToPercentString(double pix, double per)
Definition: JSInterface_GUITypes.cpp:86

Function Documentation

CStr ToPercentString ( double  pix,
double  per 
)