cmmanager/cmmgr/Framework/Inc/cmdlg.h
branchRCL_3
changeset 24 c45d4fe2ff0a
parent 8 2e6c4614c58e
equal deleted inserted replaced
19:22c3c67e5001 24:c45d4fe2ff0a
   223         
   223         
   224         /**
   224         /**
   225          * Get a proper index in list for priority
   225          * Get a proper index in list for priority
   226          */
   226          */
   227         TInt GetInsertIndexL( TInt aCount, TUint32 aPriority );
   227         TInt GetInsertIndexL( TInt aCount, TUint32 aPriority );
       
   228         
       
   229         /**
       
   230          * Check if plugin exits exceptionally
       
   231          */
       
   232         TBool IsExceptionExitL();
   228         
   233         
   229     protected:
   234     protected:
   230         CCmListboxModel*    iModel;
   235         CCmListboxModel*    iModel;
   231         TUint32             iHighlight;
   236         TUint32             iHighlight;
   232         TUint32*            iSelected;           
   237         TUint32*            iSelected;           
   262                                                 // connection mehtods belongs to
   267                                                 // connection mehtods belongs to
   263         TBool               iExitduringProcessing;
   268         TBool               iExitduringProcessing;
   264         TBool               iBackduringProcessing;
   269         TBool               iBackduringProcessing;
   265         CDestDlg*           iDestDlg;
   270         CDestDlg*           iDestDlg;
   266         
   271         
       
   272         /**
       
   273          * Indicate if exiting from plugin normally or exceptionally
       
   274          */
       
   275         TBool                iPluginExitExceptionally;
       
   276         
   267     protected:
   277     protected:
   268         // This is nescessary becaue in case of not supported CMs the data base 
   278         // This is nescessary becaue in case of not supported CMs the data base 
   269         // and the lisbox content is different.(The listbox doesn' show the
   279         // and the lisbox content is different.(The listbox doesn' show the
   270         // unsupported ones.)
   280         // unsupported ones.)
   271         RArray<TInt>        iItemIndex;
   281         RArray<TInt>        iItemIndex;