locationpickerservice/inc/locationpickerdatamanager.h
changeset 17 0f22fb80ebba
parent 15 13ae750350c9
child 20 cd10d5b85554
equal deleted inserted replaced
15:13ae750350c9 17:0f22fb80ebba
    36 
    36 
    37     // destructor
    37     // destructor
    38     ~LocationPickerDataManager();
    38     ~LocationPickerDataManager();
    39 
    39 
    40     // populates the model with data
    40     // populates the model with data
    41     bool populateModel( quint32 aCollectionId = 0 );
    41     bool populateModel(Qt::Orientations aOrientation,quint32 aCollectionId = 0);
    42 
    42 
    43     // gets the data pointed to by index and copies to the aValue
    43     // gets the data pointed to by index and copies to the aValue
    44     void getData(int index, quint32& aValue );
    44     void getData(int index, quint32& aValue );
    45 
    45 
    46     // gets the location item
    46     // gets the location item