Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » iml refactored...
iml refactored... [message #3721] Fri, 16 June 2006 15:51 Go to next message
mirek is currently offline  mirek
Messages: 14265
Registered: November 2005
Ultimate Member
As one of last preparation steps for Chameleon, I have refactored iml interface:

- iml now strictly requires and uses solely IMAGECLASS kind. Other variants are removed (they were not used anyway..)

- Each iml file now also has index-based interface. E.g.:

CtrlImg::exclamation();


and

CtrlImg::Get(I_exclamation);


are equivalent (in fact, former is implemented by later).

- iml now supports writes:

CtrlImg::Set(CtrlImg::I_information, Win32Icon(IDI_INFORMATION));


IMAGECLASS::Reset (CtrlImg::Reset) then reverts to original .iml content.

Mirek
Re: iml refactored... [message #3750 is a reply to message #3721] Wed, 21 June 2006 19:58 Go to previous message
unodgs is currently offline  unodgs
Messages: 1367
Registered: November 2005
Location: Poland
Ultimate Contributor

That's a great news. I had image name conflicts to resolve from time to time Smile
Previous Topic: Chameleon "engine"
Next Topic: Chameleon progress...
Goto Forum:
  


Current Time: Sun Jul 06 01:20:10 CEST 2025

Total time taken to generate the page: 0.03942 seconds