How can I get a pointer from a container to a view in Symbian C++
Article Metadata
Compatibility
Platform(s): S60 1st Edition
S60 2nd Edition
S60 2nd Edition
Article
Created: User:Technical writer 2
(02 Jun 2003)
Last edited: hamishwillee
(18 Sep 2012)
Overview
How can I get a pointer from a container to a view?
Description
You can get a pointer to a view with following method:
CAknView* view = iAvkonViewAppUi->View(myViewUid);

