- GetHandle
Ihandle* GetHandle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- Failed
bool Failed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- SetAttribute
void SetAttribute(const(char)* name, const(char)* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetAttributeVALUE
void SetAttributeVALUE(const(char)* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetAttribute
char* GetAttribute(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetAttributeVALUE
char* GetAttributeVALUE()
Undocumented in source. Be warned that the author may not have intended to support it.
- SetAttributeStr
void SetAttributeStr(string name, const(char)* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetAttributeStr
char* GetAttributeStr(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetString
void SetString(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetStringVALUE
void SetStringVALUE(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetString
string GetString(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetStringVALUE
string GetStringVALUE()
Undocumented in source. Be warned that the author may not have intended to support it.
- SetInteger
void SetInteger(string name, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetIntegerVALUE
void SetIntegerVALUE(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetInteger
int GetInteger(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetIntegerVALUE
int GetIntegerVALUE()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetIntegerInteger
void GetIntegerInteger(string name, int i1, int i2)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetDouble
void SetDouble(string name, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetDoubleVALUE
void SetDoubleVALUE(double value)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetDouble
double GetDouble(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetDoubleVALUE
double GetDoubleVALUE()
Undocumented in source. Be warned that the author may not have intended to support it.
- SetRGB
void SetRGB(string name, ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetRGB
void GetRGB(string name, ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetAttributeId
void SetAttributeId(const(char)* name, int id, const(char)* value)
- GetAttributeId
char* GetAttributeId(const(char)* name, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetStringId
void SetStringId(string name, int id, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetStringId
string GetStringId(string name, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetIntegerId
void SetIntegerId(string name, int id, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetIntegerId
int GetIntegerId(string name, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetDoubleId
void SetDoubleId(string name, int id, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetDoubleId
double GetDoubleId(string name, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetRGBId
void SetRGBId(string name, int id, ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetRGBId
void GetRGBId(string name, int id, ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetAttributeId2
void SetAttributeId2(const(char)* name, int lin, int col, const(char)* value)
- GetAttributeId2
char* GetAttributeId2(const(char)* name, int lin, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetStringId2
void SetStringId2(string name, int lin, int col, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetStringId2
string GetStringId2(string name, int lin, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetIntegerId2
void SetIntegerId2(string name, int lin, int col, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetIntegerId2
int GetIntegerId2(string name, int lin, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetDoubleId2
void SetDoubleId2(string name, int lin, int col, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetDoubleId2
double GetDoubleId2(string name, int lin, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetRGBId2
void SetRGBId2(string name, int lin, int col, ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetRGBId2
void GetRGBId2(string name, int lin, int col, ubyte r, ubyte g, ubyte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetAttributes
Handle SetAttributes(const(char)* str)
Undocumented in source. Be warned that the author may not have intended to support it.
- ResetAttribute
void ResetAttribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetAllAttributes
int GetAllAttributes(string[] names)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetAttributeHandle
void SetAttributeHandle(string name, Handle elem)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetAttributeHandle
Handle GetAttributeHandle(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetAttributeHandleId
void SetAttributeHandleId(const(char)* name, int id, Handle elem)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetAttributeHandleId
Handle GetAttributeHandleId(const(char)* name, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetAttributeHandleId2
void SetAttributeHandleId2(const(char)* name, int lin, int col, Handle elem)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetAttributeHandleId2
Handle GetAttributeHandleId2(const(char)* name, int lin, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetCallback
Icallback GetCallback(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- Destroy
void Destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
- Map
int Map()
Undocumented in source. Be warned that the author may not have intended to support it.
- Unmap
void Unmap()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetName
string GetName()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetClassName
string GetClassName()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetClassType
string GetClassType()
Undocumented in source. Be warned that the author may not have intended to support it.
- SaveClassAttributes
void SaveClassAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
- CopyClassAttributesTo
void CopyClassAttributesTo(Handle dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- ClassMatch
int ClassMatch(const(char)* classname)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetCallback
Icallback SetCallback(const(char)* name, Icallback func)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetHandle
Handle SetHandle(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetHandle
Handle SetHandle(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
- stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
- Popup
int Popup(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- Show
int Show()
Undocumented in source. Be warned that the author may not have intended to support it.
- Hide
int Hide()
Undocumented in source. Be warned that the author may not have intended to support it.
- Update
void Update()
Undocumented in source. Be warned that the author may not have intended to support it.
- Redraw
void Redraw()
Undocumented in source. Be warned that the author may not have intended to support it.
- Refresh
void Refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
- UpdateChildren
void UpdateChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
- RedrawChildren
void RedrawChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
- RefreshChildren
void RefreshChildren()
Undocumented in source. Be warned that the author may not have intended to support it.