![]() |
Paradox Game Engine
v1.0.0 beta06
|
Go to the source code of this file.
Functions | |
function | parseJsonText (fileText) |
function | handleFileSelect (evt) |
function | updateFilter (selectBox) |
function | radioChange (evt) |
function | selectTest (evt) |
function | loadLocalChange (evt) |
function | clearTable () |
function | clearSelect () |
function | radioDisplaySuccess () |
function | radioDisplayFail () |
function | extractJsonInformations (data) |
function | displayTestResults (displayTestName, displaySuccess, displayFail) |
function | createImageCellElement (imageName) |
function | addTestSelect (testValue, testName) |
document | getElementById ('files').addEventListener('change' |
Variables | |
var | GOLD_SERVER = "\\\\paradoxbuild/GraphicsTestShare/" |
var | BUILD_FOLDER = "build/" |
var | USER_FOLDER = "user/" |
var | GOLD_FOLDER = "gold/" |
var | jsonData = null |
var | nbFileToRead = 0 |
var | nbFileRead = 0 |
var | loadOnServer = true |
document | handleFileSelect |
document | false |
document | selectTest |
document | radioChange |
document | loadLocalChange |
function addTestSelect | ( | testValue, | |
testName | |||
) |
Definition at line 226 of file tableBuilder.js.
Referenced by extractJsonInformations().
function clearSelect | ( | ) |
Definition at line 79 of file tableBuilder.js.
Referenced by extractJsonInformations().
function clearTable | ( | ) |
Definition at line 68 of file tableBuilder.js.
Referenced by displayTestResults().
function createImageCellElement | ( | imageName | ) |
Definition at line 212 of file tableBuilder.js.
Referenced by displayTestResults().
function displayTestResults | ( | displayTestName, | |
displaySuccess, | |||
displayFail | |||
) |
Definition at line 144 of file tableBuilder.js.
References BUILD_FOLDER, clearTable(), createImageCellElement(), GOLD_FOLDER, GOLD_SERVER, jsonData, loadOnServer, and USER_FOLDER.
Referenced by extractJsonInformations(), and updateFilter().
function extractJsonInformations | ( | data | ) |
Definition at line 103 of file tableBuilder.js.
References addTestSelect(), clearSelect(), displayTestResults(), jsonData, radioDisplayFail(), and radioDisplaySuccess().
Referenced by parseJsonText().
document getElementById | ( | 'files' | ) |
function handleFileSelect | ( | evt | ) |
Definition at line 34 of file tableBuilder.js.
References jsonData, nbFileRead, nbFileToRead, and parseJsonText().
function loadLocalChange | ( | evt | ) |
Definition at line 63 of file tableBuilder.js.
References loadOnServer, and updateFilter().
function parseJsonText | ( | fileText | ) |
Definition at line 20 of file tableBuilder.js.
References extractJsonInformations(), jsonData, nbFileRead, and nbFileToRead.
Referenced by handleFileSelect().
function radioChange | ( | evt | ) |
Definition at line 55 of file tableBuilder.js.
References updateFilter().
function radioDisplayFail | ( | ) |
Definition at line 96 of file tableBuilder.js.
Referenced by extractJsonInformations(), and updateFilter().
function radioDisplaySuccess | ( | ) |
Definition at line 89 of file tableBuilder.js.
Referenced by extractJsonInformations(), and updateFilter().
function selectTest | ( | evt | ) |
Definition at line 59 of file tableBuilder.js.
References updateFilter().
function updateFilter | ( | selectBox | ) |
Definition at line 48 of file tableBuilder.js.
References displayTestResults(), radioDisplayFail(), and radioDisplaySuccess().
Referenced by loadLocalChange(), radioChange(), and selectTest().
var BUILD_FOLDER = "build/" |
Definition at line 5 of file tableBuilder.js.
Referenced by displayTestResults().
document false |
Definition at line 236 of file tableBuilder.js.
var GOLD_FOLDER = "gold/" |
Definition at line 7 of file tableBuilder.js.
Referenced by displayTestResults().
var GOLD_SERVER = "\\\\paradoxbuild/GraphicsTestShare/" |
Definition at line 4 of file tableBuilder.js.
Referenced by displayTestResults().
document handleFileSelect |
Definition at line 236 of file tableBuilder.js.
var jsonData = null |
Definition at line 12 of file tableBuilder.js.
Referenced by displayTestResults(), extractJsonInformations(), handleFileSelect(), and parseJsonText().
document loadLocalChange |
Definition at line 241 of file tableBuilder.js.
var loadOnServer = true |
Definition at line 15 of file tableBuilder.js.
Referenced by displayTestResults(), and loadLocalChange().
var nbFileRead = 0 |
Definition at line 14 of file tableBuilder.js.
Referenced by handleFileSelect(), and parseJsonText().
var nbFileToRead = 0 |
Definition at line 13 of file tableBuilder.js.
Referenced by handleFileSelect(), and parseJsonText().
document radioChange |
Definition at line 238 of file tableBuilder.js.
document selectTest |
Definition at line 237 of file tableBuilder.js.
var USER_FOLDER = "user/" |
Definition at line 6 of file tableBuilder.js.
Referenced by displayTestResults().