Namespace: stocks

qui.icons.stocks

Methods

(static) get(name) → {qui.icons.Stock}

Lookup and return an icon stock by its name.

Parameters:
Name Type Description
name String
Source:
Returns:
Type
qui.icons.Stock

(static) init()

Initialize icon stocks.

Source:

(static) register(name, stockMaker)

Register an icon stock.

Parameters:
Name Type Description
name String

stock name

stockMaker function

a function that creates the stock

Source: