Wiki

Clone wiki

aequery / Functions

  • aeq

  • aeq.extend

  • aeq.forEach
  • aeq.filter

  • aeq.select
    • gets called by aeq()

  • aeq.assertIsNull
  • aeq.assertIsNotNull

  • aeq.getCompositions
    • aeq.getComps
  • aeq.getActiveComposition
    • aeq.getActiveComp
    • aeq.activeComp
    • aeq.activeComposition
  • aeq.getComposition
    • aeq.getComp
  • aeq.getLayers
  • aeq.getSelectedLayers
  • aeq.getSelectedProperties
    • aeq.getSelectedProps
  • aeq.getProperties
  • aeq.getPropertyChildren
  • aeq.getEffects
  • aeq.getKeys
  • aeq.getChildren
  • aeq.normalizeCollection

  • aeq.forEachLayer
  • aeq.forEachProperty
  • aeq.forEachEffect
  • aeq.forEachComp
  • aeq.forEachItem
  • aeq.forEachRenderQueueItem
  • aeq.forEachOutputModule

  • aeq.setting
  • aeq.settings.get
    • aeq.getSetting
  • aeq.settings.have
    • aeq.haveSetting
  • aeq.settings.save
    • aeq.saveSetting
    • aeq.setSetting
    • aeq.settings.set
  • aeq.settings.unpack
    • aeq.unpackSettings
    • aeq.loadSettings
    • aeq.settings.load

  • aeq.isNullOrUndefined
  • aeq.isBoolean
    • aeq.isBool
  • aeq.isNumber
    • aeq.isNum
  • aeq.isString
    • aeq.isStr
  • aeq.isObject
    • aeq.isObj
  • aeq.isPlainObject
  • aeq.isArray
    • aeq.isArr
  • aeq.isFunc
    • aeq.isFunction
  • aeq.isAeq
  • aeq.isApp
  • aeq.isComp
    • aeq.isComposition
  • aeq.isAVLayer
  • aeq.isLayer
  • aeq.isProperty
    • aeq.isProp
  • aeq.isPropertyGroup
  • aeq.reflect

  • aeq.project.getFootage
  • aeq.project.getFolders
  • aeq.project.getSelectedFolders

  • aeq.renderqueue.unqueue_all
  • aeq.renderqueue.clear

  • aeq.createUndoGroup
    • aeq.undoGroup

  • aeq.valueInObject
  • aeq.propertyType

  • aeq.command.call
  • aeq.command.openURL

  • aeq.comp.create

  • aeq.layer.setLayerToggles

  • aeq.property.valueType
  • aeq.property.type

  • aeq.arrayEx
  • aeq.arrayEx.forEach
  • aeq.arrayEx.exists
  • aeq.arrayEx.isTrueForAll
  • aeq.arrayEx.first
  • aeq.arrayEx.find
  • aeq.arrayEx.filter
  • aeq.arrayEx.indexOf
  • aeq.arrayEx.select
  • aeq.arrayEx.map
  • aeq.arrayEx.insertAt

  • new aeq.Comp
  • aeq.Comp.prototype.forEachLayer

  • new aeq.Key
  • aeq.Key.prototype.interpolationType
  • aeq.Key.prototype.spatialTangent
  • aeq.Key.prototype.temporalEase
  • aeq.Key.prototype.time
  • aeq.Key.prototype.remove
  • aeq.Key.prototype.roving
  • aeq.Key.prototype.selected
  • aeq.Key.prototype.spatialAutoBezier
  • aeq.Key.prototype.spatialContinuous
  • aeq.Key.prototype.temporalAutoBezier
  • aeq.Key.prototype.temporalContinuous
  • aeq.Key.prototype.value

  • new aeq.Layer
  • aeq.Layer.prototype.parent
  • aeq.Layer.prototype.copyToComp
  • aeq.Layer.prototype.removeParent
  • aeq.Layer.prototype.forEachEffect
  • aeq.Layer.prototype.active
  • aeq.Layer.prototype.index
  • aeq.Layer.prototype.isNameSet
  • aeq.Layer.prototype.selectedProperties
  • aeq.Layer.prototype.time
  • aeq.Layer.prototype.containingComp
  • aeq.Layer.prototype.hasVideo
  • aeq.Layer.prototype.comment
  • aeq.Layer.prototype.enabled
  • aeq.Layer.prototype.inPoint
  • aeq.Layer.prototype.locked
  • aeq.Layer.prototype.name
  • aeq.Layer.prototype.outPoint
  • aeq.Layer.prototype.shy
  • aeq.Layer.prototype.solo
  • aeq.Layer.prototype.startTime
  • aeq.Layer.prototype.stretch
  • aeq.Layer.prototype.activeAtTime
  • aeq.Layer.prototype.applyPreset
  • aeq.Layer.prototype.duplicate
  • aeq.Layer.prototype.remove
  • aeq.Layer.prototype.moveToBeginning
  • aeq.Layer.prototype.moveToEnd
  • aeq.Layer.prototype.setParentWithJump
  • aeq.Layer.prototype.moveAfter
  • aeq.Layer.prototype.moveBefore

  • new aeq.Property
  • aeq.Property.prototype.expression
  • aeq.Property.prototype.selectedKeys
  • aeq.Property.prototype.addKey
  • aeq.Property.prototype.separationFollower
  • aeq.Property.prototype.nearestKeyIndex
  • aeq.Property.prototype.removeKey
  • aeq.Property.prototype.separationLeader
  • aeq.Property.prototype.separationDimension
  • aeq.Property.prototype.maxValue
  • aeq.Property.prototype.minValue
  • aeq.Property.prototype.value
  • aeq.Property.prototype.valueAtTime
  • aeq.Property.prototype.valuesAtTimes
  • aeq.Property.prototype.forEachKey
  • aeq.Property.prototype.key
  • aeq.Property.prototype.expressionError
  • aeq.Property.prototype.isTimeVarying
  • aeq.Property.prototype.numKeys
  • aeq.Property.prototype.canSetExpression
  • aeq.Property.prototype.canVaryOverTime
  • aeq.Property.prototype.isSpatial
  • aeq.Property.prototype.isSeparationFollower
  • aeq.Property.prototype.isSeparationLeader
  • aeq.Property.prototype.propertyIndex
  • aeq.Property.prototype.propertyValueType
  • aeq.Property.prototype.unitsText

  • aeq.ui.createMainWindow
  • aeq.ui.createWindow
  • aeq.ui.createDialog
  • aeq.ui.ready
  • aeq.ui.set

  • aeq.ui.modifiers.alt

  • new aeq.ui.Container
  • aeq.ui.Container.prototype.get
  • aeq.ui.Container.prototype.set
  • aeq.ui.Container.prototype.addButton
  • aeq.ui.Container.prototype.addCheckbox
  • aeq.ui.Container.prototype.addDropdownList
  • aeq.ui.Container.prototype.addEditText
  • aeq.ui.Container.prototype.addGroup
  • aeq.ui.Container.prototype.addIconButton
  • aeq.ui.Container.prototype.addListbox
  • aeq.ui.Container.prototype.addPanel
  • aeq.ui.Container.prototype.addProgressbar
  • aeq.ui.Container.prototype.addRadioButton
  • aeq.ui.Container.prototype.addScrollbar
  • aeq.ui.Container.prototype.addSlider
  • aeq.ui.Container.prototype.addStatictext
  • aeq.ui.Container.prototype.addTab
  • aeq.ui.Container.prototype.addTabbedPanel
  • aeq.ui.Container.prototype.addTreeview
  • aeq.ui.Container.prototype.update
  • aeq.ui.Container.prototype.remove
  • aeq.ui.Container.prototype.enabled
  • aeq.ui.Container.prototype.helpTip
  • aeq.ui.Container.prototype.orientation
  • aeq.ui.Container.prototype.text
  • aeq.ui.Container.prototype.visible
  • aeq.ui.Container.prototype.alignChildren
  • aeq.ui.Container.prototype.alignment
  • aeq.ui.Container.prototype.location
  • aeq.ui.Container.prototype.maximumSize
  • aeq.ui.Container.prototype.minimumSize
  • aeq.ui.Container.prototype.preferredSize
  • aeq.ui.Container.prototype.size
  • aeq.ui.Container.prototype.bounds
  • aeq.ui.Container.prototype.margins

  • new aeq.ui.Window
  • aeq.ui.Window.prototype = aeq.ui.Container.prototype
  • aeq.ui.Window.prototype.show
  • aeq.ui.Window.prototype.hide

Updated