3DCoat  3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
jcc::Element Class Reference

#include <jcc.h>

Detailed Description

The Element class used to send data from the server to client. Each new portion of data passed to the client when he sends /ping request.

// let ls is of type jcc:LocalServer.
ls.console() << "Print this into the browser's console. " << "And this on the same line." << ls; // ls passed at the end as the signal that the data chunk ended.
ls.el("main") << "This text will appear in the DOM element named <b>'main'</b>." << ls;
ls.eval() << "console.log('Hello world!') << ls;

The documentation for this class was generated from the following file: