Event

Defines an action event in the concrete GUI.

Constructors

this
this(string source, string subsource, string path, string filename, dstring textinput, int value, int type, Object aux)

If a field is unneeded, leave it blank by setting it to null.

Members

Properties

getFullPath
string getFullPath [@property getter]

Returns the full path including the filename

Variables

aux
Object aux;
filename
string filename;
path
string path;
Undocumented in source.
source
string source;
subsource
string subsource;
Undocumented in source.
text
dstring text;
type
int type;
Undocumented in source.
value
int value;
Undocumented in source.

Meta