MCPcopy Create free account

hub / github.com/MaslowCNC/Maslow-Create / functions

Functions429 in github.com/MaslowCNC/Maslow-Create

↓ 1 callersMethodupdateParentName
* Called when the name has changed to updated the name of the parent molecule IO
src/js/molecules/input.js:155
↓ 1 callersMethodupdateSidebar
* Add a dropdown to choose the equation type to the sidebar.
src/js/molecules/equation.js:189
↓ 1 callersMethodupdateSidebar
* Updates sidebar with buttons for user in runMode
src/js/molecules/githubmolecule.js:155
↓ 1 callersMethodupdateSidebar
* Updates the side bar to display information about the atom. By default this is just add a title and to let you edit any unconnected inputs.
src/js/prototypes/atom.js:480
↓ 1 callersMethodupdateValue
* Evaluate the equation adding and removing inputs as needed
src/js/molecules/equation.js:134
↓ 1 callersMethodupdateValue
* Applies a color tag to the object in a worker thread.
src/js/molecules/color.js:110
↓ 1 callersMethodupdateValue
* Update the displayed svg file
src/js/molecules/uploadSVG.js:63
↓ 1 callersMethodupdateValue
* Set's the output value and shows the atom output on the 3D view.
src/js/molecules/constant.js:88
↓ 1 callersMethodupdateValue
* Token update value function to give each atom one by default
src/js/prototypes/atom.js:651
↓ 1 callersMethoduploadSvg
* The function which is called when you press the upload button
src/js/molecules/uploadSVG.js:99
↓ 1 callersMethodwaitOnComingInformation
* Sets the atom to wait on coming information. Basically a pass through, but used for molecules
src/js/prototypes/atom.js:686
↓ 1 callersFunctionwalk
(holder,key)
src/js/lib/svg_util/json.js:1
↓ 1 callersMethodwalkBackForConstants
* Used to walk back out the tree generating a list of constants...used for evolving
src/js/molecules/constant.js:147
↓ 1 callersFunctionwalkForMolecules
(projectObject)
src/js/githubOauth.js:1050
↓ 1 callersMethodwasConnectionMade
* Can be called to see if the target coordinates are within this ap. Returns true/false. * @param {number} x - The x coordinate of the target
src/js/prototypes/attachmentpoint.js:429
FunctionA
()
src/js/lib/svg_util/clipper.js:68
FunctionBuilder
()
src/js/lib/svg_util/pathsegpolyfill.js:542
FunctionCalculation
(config)
src/js/lib/circularmenu.js:98
FunctionClassList
(node)
src/js/lib/circularmenu.js:191
FunctionCreator
(cMenu, config)
src/js/lib/circularmenu.js:602
FunctionGeneticAlgorithm
(adam, bin, config)
src/js/lib/svgnest.js:824
FunctionGitHubModule
()
src/js/githubOauth.js:10
FunctionI
(a,b)
src/js/lib/svg_util/clipper.js:68
FunctionM
(a,b)
src/js/lib/svg_util/clipper.js:68
FunctionMatrix
()
src/js/lib/svg_util/matrix.js:6
FunctionN
(a,b)
src/js/lib/svg_util/clipper.js:68
FunctionO
(a)
src/js/lib/svg_util/clipper.js:68
FunctionOperation
()
src/js/lib/svg_util/parallel.js:20
FunctionParallel
(data, options)
src/js/lib/svg_util/parallel.js:81
FunctionPlacementWorker
(binPolygon, paths, ids, rotations, config, nfpCache)
src/js/lib/svg_util/placementworker.js:49
FunctionQ
(a,b,c,e,d,g)
src/js/lib/svg_util/clipper.js:66
FunctionR
(a,b,c,e,d,g)
src/js/lib/svg_util/clipper.js:66
FunctionS
(a,b,c,e,d,g)
src/js/lib/svg_util/clipper.js:67
FunctionSource
(string)
src/js/lib/svg_util/pathsegpolyfill.js:550
FunctionSvgNest
()
src/js/lib/svgnest.js:17
FunctionSvgParser
()
src/js/lib/svgparser.js:13
FunctionT
(a,b)
src/js/lib/svg_util/clipper.js:68
FunctionVec2
(x, y)
src/js/lib/vec2.js:5
Functionask
(question)
src/js/lib/conversation.js:4
MethodbeginPropagation
* Starts propagation from this atom if it is not waiting for anything up stream.
src/js/molecules/rectangle.js:42
MethodbeginPropagation
* Add or delete ports as needed in addition to the normal begin propogation stuff
src/js/molecules/assembly.js:61
MethodbeginPropagation
* Starts propagation from this atom if it is not waiting for anything up stream.
src/js/molecules/regularPolygon.js:70
MethodbeginPropagation
* Begin propagation from this code atom if it has no inputs or if none of the inputs are connected.
src/js/molecules/code.js:62
MethodbeginPropagation
* Add or delete ports as needed in addition to the normal begin propogation stuff
src/js/molecules/group.js:59
MethodbeginPropagation
* Starts propagation from this atom if it is not waiting for anything up stream.
src/js/molecules/constant.js:103
MethodbeginPropagation
* Starts propagation from this atom if it is not waiting for anything up stream.
src/js/molecules/circle.js:42
MethodbeginPropagation
* Starts propagation placeholder. Most atom types do not begin propagation.
src/js/prototypes/atom.js:736
MethodbeginPropagation
* Starts propagation from this attachmentPoint if it is not waiting for anything up stream.
src/js/prototypes/attachmentpoint.js:461
FunctioncheckBoxChange
()
src/flowDraw.js:395
FunctionclassedFalse
(names)
src/js/lib/circularmenu.js:230
FunctionclassedFunction
(names, value)
src/js/lib/circularmenu.js:234
FunctionclassedTrue
(names)
src/js/lib/circularmenu.js:226
FunctionclickCallBack
(e, data)
src/js/lib/circularmenu.js:378
MethodclickDown
* Handles mouse click down. If the click is inside the AP it's connectors are selected if it is an input. * @param {number} x - The x coordinate
src/js/prototypes/attachmentpoint.js:264
MethodclickMove
* Set the atom's response to a mouse click and drag. Moves the atom around the screen. * @param {number} x - The X cordinate of the click *
src/js/prototypes/atom.js:439
MethodclickMove
* clickMove runs while the connector is being created. As long as the mouse is pressed down, the end of the connector stays attached to the mouse.
src/js/prototypes/connector.js:125
MethodclickUp
* Set the atom's response to a mouse click up. If the atom is moving this makes it stop moving. * @param {number} x - The X coordinate of the cli
src/js/molecules/molecule.js:165
MethodclickUp
* Set the atom's response to a mouse click up. If the atom is moving this makes it stop moving. * @param {number} x - The X cordinate of the clic
src/js/prototypes/atom.js:423
MethodclickUp
* Handles mouse click up. If the click is inside the AP and a connector is currently extending, then a connection is made * @param {number} x - T
src/js/prototypes/attachmentpoint.js:302
MethodclickUp
* clickUp checks to see if the mouse button has been released over an input attachment point. If it has then the connector is created there. If not, t
src/js/prototypes/connector.js:100
MethodcomputeValue
(values, key)
src/js/molecules/nest.js:164
Functionconfig
(config)
src/js/lib/circularmenu.js:638
Methodconstructor
* The constructor returns a new blank BOMEntry object.
src/js/BOM.js:9
Methodconstructor
* The constructor creates a new instance of the Global Variables object.
src/js/globalvariables.js:43
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/output.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/rectangle.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/equation.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/input.js:12
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/extrude.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/box.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/gcode.js:14
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/color.js:14
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/tag.js:13
Methodconstructor
* Creates a new assembly atom. * @param {object} values - An object of values. Each of these values will be applied to the resulting atom.
src/js/molecules/assembly.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/svg.js:14
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/geneticAlgorithm.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/readme.js:12
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/move.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/regularPolygon.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/code.js:14
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/nest.js:16
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/stl.js:14
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/shrinkwrap.js:14
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/rotate.js:13
Methodconstructor
* Creates a new group atom. * @param {object} values - An object of values. Each of these values will be applied to the resulting atom.
src/js/molecules/group.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/extracttag.js:12
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/githubmolecule.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/BOM.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/molecule.js:16
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/uploadSVG.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/cutlayout.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/cutlist.js:13
Methodconstructor
* Creates a new constant atom. * @param {object} values - An object of values. Each of these values will be applied to the resulting atom.
src/js/molecules/constant.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/circle.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/intersection.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/molecules/difference.js:13
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/prototypes/atom.js:14
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/prototypes/attachmentpoint.js:12
Methodconstructor
* The constructor function. * @param {object} values An array of values passed in which will be assigned to the class as this.x
src/js/prototypes/connector.js:12
FunctioncreateAnchor
(parent, data, index)
src/js/lib/circularmenu.js:345
← previousnext →201–300 of 429, ranked by callers