CAknGenericReader Class Reference

#include <mw/AknUtils.h>

class CAknGenericReader : public CBase

Inherits from

  • CAknGenericReader
    Public Attributes
    CArrayReader< SAknLayoutGfx > *iArea
    CArrayReader< SAknLayoutCmd > *iCmd
    CArrayReader< SAknLayoutGfx > *iGfx
    CArrayReader< SAknLayoutText > *iText
    Public Member Functions
    ~CAknGenericReader()
    IMPORT_C const SAknLayoutGfx *AreaItem(TInt)
    IMPORT_C const SAknLayoutCmd *CmdItem(TInt)
    virtual IMPORT_C voidConstructFromResourceL(TResourceReader &)
    IMPORT_C voidConstructL(TInt)
    IMPORT_C const SAknLayoutGfx *GfxItem(TInt)
    IMPORT_C const SAknLayoutText *TextItem(TInt)
    Inherited Functions
    CBase::CBase()
    CBase::Delete(CBase *)
    CBase::Extension_(TUint,TAny *&,TAny *)
    CBase::operator new(TUint)
    CBase::operator new(TUint,TAny *)
    CBase::operator new(TUint,TLeave)
    CBase::operator new(TUint,TLeave,TUint)
    CBase::operator new(TUint,TUint)
    CBase::~CBase()

    Member Attribute Documentation

    iArea

    CArrayReader< SAknLayoutGfx > *iArea

    iCmd

    CArrayReader< SAknLayoutCmd > *iCmd

    iGfx

    CArrayReader< SAknLayoutGfx > *iGfx

    iText

    CArrayReader< SAknLayoutText > *iText

    Constructor & Destructor Documentation

    ~CAknGenericReader ( )

    IMPORT_C~CAknGenericReader()

    Member Function Documentation

    AreaItem ( TInt )

    IMPORT_C const SAknLayoutGfx *AreaItem(TIntaIndex)const

    CmdItem ( TInt )

    IMPORT_C const SAknLayoutCmd *CmdItem(TIntaIndex)const

    ConstructFromResourceL ( TResourceReader & )

    IMPORT_C voidConstructFromResourceL(TResourceReader &aReader)[virtual]

    ConstructL ( TInt )

    IMPORT_C voidConstructL(TIntaResourceId)

    GfxItem ( TInt )

    IMPORT_C const SAknLayoutGfx *GfxItem(TIntaIndex)const

    TextItem ( TInt )

    IMPORT_C const SAknLayoutText *TextItem(TIntaIndex)const