camerauis/cameraxui/cxengine/inc/cxeimagedataqueuesymbian.h
changeset 37 64817133cd1d
parent 19 d9aefe59d544
equal deleted inserted replaced
36:b12f3922a74f 37:64817133cd1d
    47     //void deleteImage( int index );
    47     //void deleteImage( int index );
    48     //void renameImage( int index, const QString& path );
    48     //void renameImage( int index, const QString& path );
    49     CxeImageDataItem &operator[]( int index );
    49     CxeImageDataItem &operator[]( int index );
    50 
    50 
    51 public:  // public member functions, not in client API
    51 public:  // public member functions, not in client API
    52     CxeImageDataItemSymbian *startSave( QByteArray data, QString path, int id );
    52     CxeImageDataItemSymbian *startSave( QByteArray data, QString path, int id, bool addLocation);
    53 
    53 
    54 private: // private data members
    54 private: // private data members
    55     QList<CxeImageDataItemSymbian*> mList;
    55     QList<CxeImageDataItemSymbian*> mList;
    56 };
    56 };
    57 
    57