lilv.ui

class UI UIs

Types 2

classUI

Description of a plugin UI (not an instantiated widget).

Fields
private const(LilvUI) * _cPtr
private World _world
Methods
World world() @property @nogc nothrow
Node uri() @property
Nodes classes() @property
bool isA(Node classUri) @nogc nothrow
Node bundleUri() @property
Node binaryUri() @property
Constructors
this(const(LilvUI) * p, World world)
Destructors
classUIs

Collection of UI descriptors.

Methods
UI getByUri(Node uri)Get UI by URI Params: uri = URI Returns: UI with the given URI or null