GSI Object Oriented Online Offline (Go4)  GO4-6.1.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Variables
condition.js File Reference

Go to the source code of this file.

Variables

function GO4 ConditionEditor
 
GO4 ConditionEditor prototype isPolyCond
 

Variable Documentation

function GO4 ConditionEditor
Initial value:
= function(divid, cond) {
BasePainter.call(this, divid);
if (this.SetDivId) this.SetDivId(divid);
this.cond = cond;
this.changes = ["dummy", "init"];
this.ClearChanges();
}
GO4.ConditionEditor.prototype = Object.create(BasePainter.prototype)
let BasePainter
function GO4
Definition: go4canvas.js:17

Definition at line 19 of file condition.js.

GO4 ConditionEditor prototype isPolyCond

Definition at line 29 of file condition.js.