Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AxSoundminer

Hierarchy

Index

Properties

Methods

Properties

Optional activeBundleID

activeBundleID: string | null

Optional buttons

buttons: AxElementArray | null

Optional checkBoxes

checkBoxes: AxElementArray | null

Optional children

children: AxElementArray | null

Optional comboBoxes

comboBoxes: AxElementArray | null

Optional exists

exists: boolean | null

Optional faders

faders: AxElementArray | null

Optional floatingWindows

floatingWindows: AxElementArray | null

Optional focusedWindow

focusedWindow: AxElement | null

Optional frame

frame: RectangleF | null | null

Optional fullRole

fullRole: string | null

Optional groups

groups: AxElementArray | null

Optional hasLiveValidUI

hasLiveValidUI: boolean | null

Optional hasValidUI

hasValidUI: boolean | null

Optional isActive

isActive: boolean | null

Optional isCheckBoxChecked

isCheckBoxChecked: boolean | null

Optional isEnabled

isEnabled: boolean | null

Optional isFocused

isFocused: boolean | null

Optional isMenuChecked

isMenuChecked: boolean | null

Optional isRunning

isRunning: boolean | null

Optional mainWindow

mainWindow: AxElement | null

Optional menuItems

menuItems: AxElementArray | null

Optional parent

parent: AxNode | null

Optional popupButtons

popupButtons: AxElementArray | null

Optional position

position: PointF | null | null

Optional processID

processID: number | null

Optional radioButtons

radioButtons: AxElementArray | null

Optional radioGroups

radioGroups: AxElementArray | null

Optional rawUIElementError

rawUIElementError: string | null

Optional role

role: string | null

Optional scrollAreas

scrollAreas: AxElementArray | null

Optional scrollBars

scrollBars: AxElementArray | null

Optional sheets

sheets: AxElementArray | null

Optional sliders

sliders: AxElementArray | null

Optional splitGroups

splitGroups: AxElementArray | null

Optional supportsAutoUpdate

supportsAutoUpdate: boolean | null

Optional tabGroups

tabGroups: AxElementArray | null

Optional tables

tables: AxElementArray | null

Optional textAreas

textAreas: AxElementArray | null

Optional textFields

textFields: AxElementArray | null

Optional title

title: AxStringProperty | null

Optional uiElement

uiElement: AXUIElement | null

Optional uiElementError

uiElementError: string | null

Optional uiObserver

uiObserver: AXObserver | null

Optional value

value: AxStringOrIntProperty | null

Optional 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