Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AxSoundminer

Hierarchy

Index

Properties

Methods

Properties

Optional Readonly activeBundleID

activeBundleID: string | null

Optional Readonly buttons

buttons: AxElementArray | null

Optional Readonly checkBoxes

checkBoxes: AxElementArray | null

Optional Readonly children

children: AxElementArray | null

Optional Readonly comboBoxes

comboBoxes: AxElementArray | null

Optional Readonly exists

exists: boolean | null

Optional Readonly faders

faders: AxElementArray | null

Optional Readonly floatingWindows

floatingWindows: AxElementArray | null

Optional Readonly focusedWindow

focusedWindow: AxElement | null

Optional Readonly frame

frame: RectangleF | null | null

Optional Readonly fullRole

fullRole: string | null

Optional Readonly groups

groups: AxElementArray | null

Optional Readonly hasLiveValidUI

hasLiveValidUI: boolean | null

Optional Readonly hasValidUI

hasValidUI: boolean | null

Optional Readonly isActive

isActive: boolean | null

Optional Readonly isCheckBoxChecked

isCheckBoxChecked: boolean | null

Optional Readonly isEnabled

isEnabled: boolean | null

Optional Readonly isFocused

isFocused: boolean | null

Optional Readonly isMenuChecked

isMenuChecked: boolean | null

Optional Readonly isRunning

isRunning: boolean | null

Optional Readonly mainWindow

mainWindow: AxElement | null

Optional Readonly menuItems

menuItems: AxElementArray | null

Optional Readonly parent

parent: AxNode | null

Optional Readonly popupButtons

popupButtons: AxElementArray | null

Optional Readonly position

position: PointF | null | null

Optional Readonly processID

processID: number | null

Optional Readonly radioButtons

radioButtons: AxElementArray | null

Optional Readonly radioGroups

radioGroups: AxElementArray | null

Optional Readonly rawUIElementError

rawUIElementError: string | null

Optional Readonly role

role: string | null

Optional Readonly scrollAreas

scrollAreas: AxElementArray | null

Optional Readonly scrollBars

scrollBars: AxElementArray | null

Optional Readonly sheets

sheets: AxElementArray | null

Optional Readonly sliders

sliders: AxElementArray | null

Optional Readonly splitGroups

splitGroups: AxElementArray | null

Optional Readonly supportsAutoUpdate

supportsAutoUpdate: boolean | null

Optional Readonly tabGroups

tabGroups: AxElementArray | null

Optional Readonly tables

tables: AxElementArray | null

Optional Readonly textAreas

textAreas: AxElementArray | null

Optional Readonly textFields

textFields: AxElementArray | null

Optional Readonly title

title: AxStringProperty | null

Optional Readonly uiElement

uiElement: AXUIElement | null

Optional Readonly uiElementError

uiElementError: string | null

Optional Readonly uiObserver

uiObserver: AXObserver | null

Optional Readonly value

value: AxStringOrIntProperty | null

Optional Readonly windows

windows: AxElementArray | null

Methods

appActivate

appActivateMainWindow

appEnsureIsRunning

appEnsureIsRunningAndActive

appWaitForActive

checkboxSet

childrenByFullRole

childrenByRole

dialogClickButton

dialogEnterText

dialogOpenPopup

dialogSelectFolder

dialogWaitForManual

dialogWaitForNoDialogs

elementClick

elementRaise

elementSetTextAreaValue

elementSetTextFieldWithAreaValue

elementWaitFor

getElement

getElementAtPosition

getElements

getFirstOf

getFirstWithDescription

  • getFirstWithDescription(description: string): AxElement

getFirstWithDescriptionContaining

  • getFirstWithDescriptionContaining(description: string): AxElement

getFirstWithLabel

  • getFirstWithLabel(label: string): AxElement

getFirstWithLabelContaining

  • getFirstWithLabelContaining(label: string): AxElement

getFirstWithString

  • getFirstWithString(name: string, label: string): AxElement

getFirstWithStringContaining

  • getFirstWithStringContaining(name: string, label: string): AxElement

getFirstWithTitle

  • getFirstWithTitle(title: string): AxElement

getFirstWithTitleContaining

  • getFirstWithTitleContaining(title: string): AxElement

getFloatingWindowWithTitle

  • getFloatingWindowWithTitle(title: string): AxElement

getFloatingWindowWithTitleStartingWith

  • getFloatingWindowWithTitleStartingWith(title: string): AxElement

getMenuItem

  • getMenuItem(title: string): AxElement
  • getMenuItem(title: string, title2: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string, title4: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string, title4: string, title5: string): AxElement
  • getMenuItem(title: string, title2: string, title3: string, title4: string, title5: string, title6: string): AxElement

getParentElement

getString

  • getString(attribute: string): string
  • Parameters

    • attribute: string

    Returns string

getWindowWithTitleStartingWith

  • getWindowWithTitleStartingWith(titleStartsWith: string): AxElement

hasMenuItem

  • hasMenuItem(title: string): boolean
  • hasMenuItem(title: string, title2: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string, title4: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string, title4: string, title5: string): boolean
  • hasMenuItem(title: string, title2: string, title3: string, title4: string, title5: string, title6: string): boolean
  • Parameters

    • title: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string
    • title4: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string
    • title4: string
    • title5: string

    Returns boolean

  • Parameters

    • title: string
    • title2: string
    • title3: string
    • title4: string
    • title5: string
    • title6: string

    Returns boolean

invalidate

menuClick

mouseClickElement

popupMenuFetchAllItems

popupMenuOpenFromElement

popupMenuSelect

soundminerActivateMainWindow

soundminerEmbedSelected

soundminerFocusSearchField

soundminerGotoNextRecord

soundminerGotoPreviousRecord

soundminerOpenDatabase

soundminerPlay

soundminerRadiumGotoSlot

soundminerRadiumLoadIntoNextEmptySlot

soundminerSetPitch

soundminerSetPosition

soundminerSetVerticalZoom

soundminerSpotToDaw

soundminerStop

soundminerWorkflowRun

systemGatherAllMenus

windowClose

windowGetScreen

windowMove

Generated using TypeDoc