The instrumenteditor module

A program for creating and editing instrument implementations.

Classes

NewInstrument

ParameterDialog

class src.dev.instrumenteditor.ParameterDialog(parent, parameter)[source]

Methods

ActionPanel

class src.dev.instrumenteditor.ActionPanel(parent, instr)[source]

Methods

InstrumentPanel

class src.dev.instrumenteditor.InstrumentPanel(parent, instrument)[source]

Methods

InstrumentNotebook

class src.dev.instrumenteditor.InstrumentNotebook(parent, module)[source]

Methods

InstrumentFrame

class src.dev.instrumenteditor.InstrumentFrame(parent, module)[source]

Methods

Functions

src.dev.instrumenteditor.unquote(string)[source]
src.dev.instrumenteditor.requote(string)[source]
src.dev.instrumenteditor.unself(string)[source]
src.dev.instrumenteditor.reself(string)[source]

Table Of Contents

Previous topic

The imagetocode module

Next topic

The test_frame module

This Page