DataObject

Undocumented in source.

Members

Functions

_setData
void _setData(Dstring fmt, Data obj, bool replace)
Undocumented in source. Be warned that the author may not have intended to support it.
getData
Data getData(Dstring fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
getData
Data getData(TypeInfo type)
Undocumented in source. Be warned that the author may not have intended to support it.
getData
Data getData(Dstring fmt, bool doConvert)
Undocumented in source. Be warned that the author may not have intended to support it.
getDataPresent
bool getDataPresent(Dstring fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
getDataPresent
bool getDataPresent(TypeInfo type)
Undocumented in source. Be warned that the author may not have intended to support it.
getDataPresent
bool getDataPresent(Dstring fmt, bool canConvert)
Undocumented in source. Be warned that the author may not have intended to support it.
getFormats
Dstring[] getFormats()
Undocumented in source. Be warned that the author may not have intended to support it.
getFormats
deprecated Dstring[] getFormats(bool onlyNative)
Undocumented in source. Be warned that the author may not have intended to support it.
setData
void setData(Data obj)
Undocumented in source. Be warned that the author may not have intended to support it.
setData
void setData(Dstring fmt, Data obj)
Undocumented in source. Be warned that the author may not have intended to support it.
setData
void setData(TypeInfo type, Data obj)
Undocumented in source. Be warned that the author may not have intended to support it.
setData
void setData(Dstring fmt, bool canConvert, Data obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IDataObjectD

getData
Data getData(Dstring fmt)
Undocumented in source.
getData
Data getData(TypeInfo type)
Undocumented in source.
getData
Data getData(Dstring fmt, bool doConvert)
Undocumented in source.
getDataPresent
bool getDataPresent(Dstring fmt)
Undocumented in source.
getDataPresent
bool getDataPresent(TypeInfo type)
Undocumented in source.
getDataPresent
bool getDataPresent(Dstring fmt, bool canConvert)
Undocumented in source.
getFormats
Dstring[] getFormats()
Undocumented in source.
setData
void setData(Data obj)
Undocumented in source.
setData
void setData(Dstring fmt, Data obj)
Undocumented in source.
setData
void setData(TypeInfo type, Data obj)
Undocumented in source.
setData
void setData(Dstring fmt, bool canConvert, Data obj)
Undocumented in source.

Meta