phonebookui/Phonebook2/inc/CPbk2FetchDlg.h
branchRCL_3
changeset 6 e8e3147d53eb
parent 0 e686773b3f54
child 9 0d28c1c5b6dd
equal deleted inserted replaced
5:81f8547efd4f 6:e8e3147d53eb
   121                 TInt iCbaId;
   121                 TInt iCbaId;
   122                 /// Own: Optional navi pane resource id
   122                 /// Own: Optional navi pane resource id
   123                 TInt iNaviPaneId;
   123                 TInt iNaviPaneId;
   124                 /// Ref: Exit callback
   124                 /// Ref: Exit callback
   125                 MPbk2ExitCallback* iExitCallback;
   125                 MPbk2ExitCallback* iExitCallback;
       
   126                 /// Own: SK1 is invisible till user selects defined amount of entries
       
   127                 /// default is 1 if not defined by user
       
   128                 TInt iMinSelection;
   126             };
   129             };
   127 
   130 
   128     public: // Construction and destruction
   131     public: // Construction and destruction
   129 
   132 
   130         /**
   133         /**