stifui/avkon/stifui/inc/Container.h
branchRCL_3
changeset 18 454d022d514b
parent 14 404ad6c9bc20
equal deleted inserted replaced
14:404ad6c9bc20 18:454d022d514b
    92         *               EArrayIndexOutOfRange. 
    92         *               EArrayIndexOutOfRange. 
    93         * @return A non-modifiable pointer descriptor representing the 
    93         * @return A non-modifiable pointer descriptor representing the 
    94         *         descriptor element located at position aIndex within 
    94         *         descriptor element located at position aIndex within 
    95         *         the array.
    95         *         the array.
    96         */
    96         */
    97         virtual TPtrC MdcaPoint(TInt aIndex) const;
    97         virtual TPtrC MdcaPoint( TInt aIndex ) const;
    98 
       
    99     protected:
    98     protected:
   100         /**
    99         /**
   101         * Symbian OS two phased constructor.
   100         * Symbian OS two phased constructor.
   102         * Completes the construction of the object.
   101         * Completes the construction of the object.
   103         */
   102         */
   153         * Returns pointers to selected test cases.
   152         * Returns pointers to selected test cases.
   154         * @param aSelectedTestCases Currently selected test case.
   153         * @param aSelectedTestCases Currently selected test case.
   155         */
   154         */
   156         virtual void SelectedTestCases(RPointerArray<CTestInfo>& aSelectedTestCases);
   155         virtual void SelectedTestCases(RPointerArray<CTestInfo>& aSelectedTestCases);
   157 
   156 
       
   157         /**
       
   158         * Returns pointers to currently (in list box) selected test cases info.
       
   159         * @return Currently selected test case info.
       
   160         */
       
   161         virtual CTestInfo* SelectedTestCaseInfo();
       
   162         
       
   163         /**
       
   164         * Returns pointers to selected test cases info.
       
   165         * @param aIndex test case index
       
   166         * @return Currently selected test case info.
       
   167         */
       
   168         virtual CTestInfo* TestCaseInfo( TInt aIndex );
       
   169         
   158         /**
   170         /**
   159         * Sets graphic icon using listbox as CEikColumnListBox.
   171         * Sets graphic icon using listbox as CEikColumnListBox.
   160         * @param aListBox Pointer to list box.
   172         * @param aListBox Pointer to list box.
   161         */
   173         */
   162         virtual void SetGraphicIconL( CEikColumnListBox* aListBox );
   174         virtual void SetGraphicIconL( CEikColumnListBox* aListBox );