SYMBOL INDEX (43 symbols across 2 files) FILE: lib/virtualbox.js class Virtualbox (line 62) | class Virtualbox { method constructor (line 63) | constructor(logging = defaultLogger, executor = defaultExecutor) { method create (line 89) | static create(logging, executor) { method pause (line 94) | pause(vmname, callback) { method list (line 101) | list(callback) { method reset (line 144) | reset(vmname, callback) { method resume (line 151) | resume(vmname, callback) { method start (line 158) | start(vmname, useGui, callback) { method stop (line 178) | stop(vmname, callback) { method savestate (line 185) | savestate(vmname, callback) { method vmExport (line 190) | vmExport(vmname, output, callback) { method vmImport (line 200) | vmImport(input, options, callback) { method poweroff (line 231) | poweroff(vmname, callback) { method acpipowerbutton (line 238) | acpipowerbutton(vmname, callback) { method acpisleepbutton (line 245) | acpisleepbutton(vmname, callback) { method modify (line 255) | modify(vname, properties, callback) { method snapshotList (line 277) | snapshotList(vmname, callback) { method snapshotTake (line 317) | snapshotTake( method snapshotDelete (line 354) | snapshotDelete(vmname, uuid, callback) { method snapshotRestore (line 359) | snapshotRestore(vmname, uuid, callback) { method clone (line 364) | clone(vmname, clonevmname, /*optional*/ snapshot, callback) { method isRunning (line 379) | isRunning(vmname, callback) { method keyboardputscancode (line 393) | keyboardputscancode(vmname, codes, callback) { method exec (line 417) | exec(options, callback) { method kill (line 477) | kill(options, callback) { method _setVboxManageBinary (line 520) | _setVboxManageBinary() { method _detectVboxVersion (line 536) | _detectVboxVersion() { class VboxStorage (line 553) | class VboxStorage { method constructor (line 554) | constructor(logging, executor, vBoxManageBinary) { method addCtl (line 561) | addCtl(options, callback) { method attach (line 575) | attach(options, callback) { class VboxGuestProperty (line 606) | class VboxGuestProperty { method constructor (line 607) | constructor(logging, executor, vBoxManageBinary) { method get (line 615) | get(options, callback) { method os (line 643) | os(vmname, callback) { method enumerate (line 689) | enumerate(vmname, callback) { class VboxExtraData (line 733) | class VboxExtraData { method constructor (line 734) | constructor(logging, executor, vBoxManageBinary) { method get (line 741) | get(options, callback) { method set (line 765) | set(options, callback) { FILE: test/integration/keyboardputscancode.js function onResponse (line 32) | function onResponse(err) { function generateFunc (line 38) | function generateFunc(key, type, code) { function addKeyFuncs (line 50) | function addKeyFuncs(key) {