Class clove::NameScopeΒΆ

class clove::NameScope

A mixin realizing a new namescope.

Read the Manual for details.

Subclassed by clove::RootNameScope

Public Functions

getByName(name)

Finds a widget by name within this namescope.

Parameters
  • name: The widget name.

addChildNameScope(childnamescope)

Adds a namescope to the children of this one, so a searcher will also search in this child.

Parameters
  • childnamescope: The child namescope.