MBS Xojo Developer Conference and Training
Join us from 11th to 14th September 2013 in Koblenz.
Join us from 11th to 14th September 2013 in Koblenz.
Platforms to show: All Mac Windows Linux Cross-Platform
LCMS2DictionaryMBS class
class, LCMS2,
MBS Real Studio LCMS2 Plugin
(LCMS2),
class LCMS2DictionaryMBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: Yes, Feedback.
Function: The LCMS 2 class for a dictionary of values.
Example:
Notes:
This is a simple linked list used to store pairs Name‚ÄêValue for the dictionary metatag, as described in http://www.color.org/ICCSpecRevision_25‚Äê02‚Äê10_dictType.pdf
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: Yes, Feedback.
Function: The LCMS 2 class for a dictionary of values.
Example:
// create new dictionary
dim d as new LCMS2DictionaryMBS(nil)
// add a value
call d.AddEntry "Hello", "World", nil, nil
// queries list of entries
dim e as LCMS2DictionaryEntryMBS = d.EntryList
// shows values
MsgBox e.Name+" "+e.Value
- property Context as Variant
- property Handle as Integer
- method AddEntry(Name as String, Value as String, DisplayName as LCMS2MLUMBS, DisplayValue as LCMS2MLUMBS) as boolean
- method Constructor(context as variant = nil)
- method EntryList as LCMS2DictionaryEntryMBS
This class has no sub classes.
Some methods using this class:
- LCMS2ProfileMBS.ReadDict(tag as integer) as LCMS2DictionaryMBS
- LCMS2ProfileMBS.WriteDict(tag as integer, o as LCMS2DictionaryMBS) as boolean
Some properties using for this class:
The items on this page are in the following plugins: MBS Real Studio LCMS2 Plugin.
Links
MBS REAL studio tutorial videos