ParamGui:
Filter:
JITLibExtensions/Classes (extension) | Libraries > JITLib

ParamGui
ExtensionExtension

sketch for a better EnvirGui - e.g. for use with TdefGui/PdefGui.

Description

Only a sketch a the moment, some of the features may move to EnvirGui eventually.

ParamGui has the following advances over EnvirGui:

Instance Methods

.orderedNames

list of the param names to show in their desired order.

.filterNames

list of param names that will not be shown

.showNewNames

get and set flag whether to show new names when added to the envir.

.grabOrdered

grab names from envir, sorted alphabetically.

.moveName

move name to index in orderedNames.

.useHalo

use the Halo of the object passed in for sharing param specs and orderedNames.

.updateSliderSpecs

set the controlspecs on the sliders to current specs.

.reorderWindow

open a window to bring orderedNames into the desired order by drag and drop.

.hideName

.showName

hide or show param with this name (add to / remove from filterNames)