|
MaterialXWeb 1.39.4
Utilities for using MaterialX Packages with Web clients
|
Public Member Functions | |
| constructor (socketLibrary, server) | |
| convertTableToBootstrapRowCol (container) | |
| updateConfigInfo (message) | |
| updateMaterialXInfo (data) | |
| updateStatus (message, force=false) | |
| emitGetConfigInfo () | |
| getMaterialXInfo () | |
| handleServerConfigInfo (data) | |
| handleServerMaterialXInfo (data) | |
| handleServerVersionInfo (data) | |
| setupEventHandlers () | |
| setupXML () | |
Public Member Functions inherited from WebSocketClient | |
| constructor (socketLibrary, server) | |
| async | initialize (socketLibrary, server) |
| setupEventHandlers () | |
| emit (message, data) | |
| constructor (socketLibrary, server) | |
| async | initialize (socketLibrary, server) |
| setupEventHandlers () | |
| emit (message, data) | |
| constructor (socketLibrary, server) | |
| async | initialize (socketLibrary, server) |
| setupEventHandlers () | |
| emit (message, data) | |
Definition at line 3 of file materialx_ocio_app.js.
| MaterialXOCIOClient::constructor | ( | socketLibrary, | |
| server ) |
Definition at line 4 of file materialx_ocio_app.js.
| MaterialXOCIOClient::convertTableToBootstrapRowCol | ( | container | ) |
Definition at line 14 of file materialx_ocio_app.js.
| MaterialXOCIOClient::emitGetConfigInfo | ( | ) |
Definition at line 106 of file materialx_ocio_app.js.
| MaterialXOCIOClient::getMaterialXInfo | ( | ) |
Definition at line 111 of file materialx_ocio_app.js.
| MaterialXOCIOClient::handleServerConfigInfo | ( | data | ) |
Definition at line 121 of file materialx_ocio_app.js.
| MaterialXOCIOClient::handleServerMaterialXInfo | ( | data | ) |
Definition at line 126 of file materialx_ocio_app.js.
| MaterialXOCIOClient::handleServerVersionInfo | ( | data | ) |
Definition at line 131 of file materialx_ocio_app.js.
| MaterialXOCIOClient::setupEventHandlers | ( | ) |
Definition at line 143 of file materialx_ocio_app.js.
| MaterialXOCIOClient::setupXML | ( | ) |
Definition at line 169 of file materialx_ocio_app.js.
| MaterialXOCIOClient::updateConfigInfo | ( | message | ) |
Definition at line 45 of file materialx_ocio_app.js.
| MaterialXOCIOClient::updateMaterialXInfo | ( | data | ) |
Definition at line 52 of file materialx_ocio_app.js.
| MaterialXOCIOClient::updateStatus | ( | message, | |
| force = false ) |
Definition at line 96 of file materialx_ocio_app.js.