﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
945	Dynamic icon for instance depending on the instance state	Jorge	Jorge	"In order to improve the flexibility when specifying icons for instances of the classes it is require that besides specifying a name of an image being able to provide a code that could determine the name of the image depending on the state of the instance. A possible prototype could be:

{{{
#!c
Text GetImageForIcon( NameBlock instance );
}}}

The prototype for {{{ImageManager::setIconForClass}}} should be now

{{{
Real ImageManager::setIconForClass( Text className, Anything imageName )
}}}

where imageName could be of type Text or Code."	enhancement	closed	high	TOL Packages	Interface	2.0.1	major	fixed	GUI, icons	Pedro Gea
