Hi Miklos, the data node property methods are actually convenience methods for accessing the property list. Could you just use GetPropertyList(std::string) and work with the property list directly?
Best, Sascha On 09/19/2014 06:31 PM, Miklos Espak wrote: > Hi, > > long ago the renderer specific properties were associated with the > memory address of the renderer, now they are mapped to the name of the > renderers. > > However, the API has not been fully updated, and the DataNode > functions still need the pointer to the renderer to set or access a > renderer specific property. The exception is the GetPropertyList that > has both versions. > > I do some command line processing from a plugin activator (like in the > org.mitk.gui.qt.ext plugin), and I would like to introduce command > line options to set renderer specific visibility for the nodes to be > opened. But the renderers do not exist at this time. I know the name > of the renderers. > > Would it be possible to update the API to the new semantics, and > provide functions that accept const std::string&? > > Shall I open a ticket? > > Thanks, > Miklos > ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
