i'm searching for a list which maps the resource struct names with their corresponding type enumerations and classes. There is such a list for UIKON controls (search in the documentation of the SDK for "TEikStockControls" to get an idea what i mean... there are just about 5 matches)
but i need this for the AVKON framework.
the reason is following:
if i have a dialog with a label defined from a resource such like this
1. the enueration of the control (EEikCtLabel)
2. the resource name (LABEL)
3. the class (CEikLabel)
but where i can i find such informations???
Is there any book?? is there any other approach to perform something???
I really searched a lot and found many documents from Nokia (Series_60_DP_Avkon_Ui_Resources_...) but they don't cover everything
(or i was unable to find it)
just for example the
EAknCtQuery enumeration is assigned to the AVKON_CONFIRMATION_QUERY resource... but what is the corresponding c++ class???
Please give me a hint... i really don't know where else i could search
thanks in advance
Thomas
Re: mapping of AVKON Resource enumation -> class name -> resource name
2005-09-08, 18:24#2