locationpickerservice/inc/locationpickerdatamanager.h
changeset 31 8db05346071b
parent 20 cd10d5b85554
equal deleted inserted replaced
30:96df3ab41000 31:8db05346071b
    38     // destructor
    38     // destructor
    39     ~LocationPickerDataManager();
    39     ~LocationPickerDataManager();
    40 public:
    40 public:
    41     // populates the model with data
    41     // populates the model with data
    42     bool populateModel( QStandardItemModel &aModel, TViewType aViewType, 
    42     bool populateModel( QStandardItemModel &aModel, TViewType aViewType, 
    43             Qt::Orientations aOrientation,quint32 aCollectionId = 0);
    43             quint32 aCollectionId = 0);
    44 
    44 
    45     // gets the location item
    45     // gets the location item
    46     void getLocationItem( quint32 aLmId, QLocationPickerItem &aItem );
    46     void getLocationItem( quint32 aLmId, QLocationPickerItem &aItem );
    47 
    47 
    48 private:
    48 private: