| helpers.vDataProvider |
(table) indexed table |
| helpers.vMetrics |
calculate the width of a given string |
| helpers.vSelection |
(bool) enforce that at least one item remains selected at all times |
| helpers.vVector |
Static methods for tables whose elements all have the same data type |
| parsers.vXML |
load and parse XML from disk |
| vCell |
Base class for cells (vTable, vTree...) |
| vCellBitmap |
Bitmap button support for vCell. |
| vCellButton |
Button support for vCell. |
| vCellCheckBox |
CheckBox support for vCell. |
| vCellPopup |
Popup support for vCell. |
| vCellText |
Text support for vCell. |
| vCellTextField |
Textfield support for vCell. |
| vCellValueBox |
ValueBox support for vCell. |
| vCompositeControl |
|
| vControl |
Control is the base class for all views which let the user change a
value or some "state" from the UI |
| vDialog |
function, supply your own idle notifier here
(will only start once Renoise has an active document)
self.on_idle_notifier = args.on_idle_notifier or nil |
| vDialogWizard |
override this method |
| vEditField |
cValue-based edit field, inspired by the Advanced-Edit panel
. |
| vFileBrowser |
int, number of visible rows (stored in vtable) |
| vGraph |
vGraph is a class for creating histograms, envelope plots and such things |
| vLib |
|
| vLogView |
Simple log display with add() and replace() methods |
| vPathSelector |
vPathSelector.MODE |
| vPopup |
|
| vPrompt |
"pseudo-modal" dialogs are registered here
to avoid launching multiple times |
| vScrollbar |
An emulated scrollbar widget (using a minislider) |
| vSearchField |
Text input that allows you to search among pre-defined entries (auto-complete)
. |
| vTable |
(table>table) header definition (by key)
Required values: vTable.HEADER_DEF_KEYS
+ any cell members |
| vTabs |
vertical position |
| vTextField |
Editable textfield with auto-sizing and support for placeholder-text
. |
| vTree |
Tree view, used for displaying hierarchical data |
| vView |
vView is the base class for child views in the vLib library |
| vWaveform |
<- DUAL, two sets of values - for example, a stereo waveform |