ElementInfo

Stores the pointer to the element, its name and type

Members

Functions

opEquals
bool opEquals(ElementInfo other)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

element
WindowElement element;

The pointer to the element itself.

name
string name;

The name of the element.

type
string type;

The type of the element.

Meta