AllGui:
Filter:
AllGui/Classes (extension) | JITGui

AllGui
ExtensionExtension

Overview of many globally stored objects

Description

AllGui shows many of the global storage locations in SC3:

For each location, the number of items there is displayed, and a gui can be opened to display it in more detail.

Examples

Class Methods

.globalNames

the interpreter global variables as a list of symbols.

.labels

the names of the currently watched storage locations.

.countFuncs

the functions for counting the objects in each location

.openFuncs

the functions to run when the open button is pressed, which typically opens the appropriate gui.

.new

create a new AllGui

Arguments:

numItems

the number of items to show on each subgui

parent

an optional parent view

bounds

optional bounds

Returns:

the new AllGui.

.add

add an item (e.g. a collection/location of global objects) to display on AllGui

Arguments:

name

the name under which to display it

countFunc

a function for counting the objects of interest

openFunc

a function that creates a GUI for that collection/location

.remove

remove an item from the display

Arguments:

name

the name of the item to remove