MBS Xojo Developer Conference and Training
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:
// 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
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

This class has no sub classes.

Some methods using this class:

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