close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 15 years ago

Last modified 14 years ago

#933 accepted task

IconManager

Reported by: Jorge Owned by: Jorge
Priority: high Milestone: TOLBase Revitalization
Component: GuiTools Version: 2.0.1
Severity: major Keywords: GUI, icon, image
Cc:

Description

In order to customize the appearance of the icons associated with the users types created as classes it is required a way to associate an image resource to a Class name. The image resource must be defined in ImageManager. This image will be used by the GUI when showing the object inspector.

Change History (4)

comment:1 Changed 15 years ago by Jorge

Status: newaccepted

This functionality will be included in ImageManager as:

Real setIconForClass( Text className, Text imageName );
Text getIconForClass( Text className );

comment:2 Changed 15 years ago by Jorge

(In [2395]) refs #933, test code defining an image resource, a class and an icon for that class

comment:3 Changed 15 years ago by Jorge

(In [2396]) refs #933, Tolbase is now aware of custom icons defined for classes. See test_0004 in GuiTools.

comment:4 Changed 14 years ago by Pedro Gea

Component: InterfaceGuiTools

See #915.

Note: See TracTickets for help on using tickets.