mtpdataproviders/mtpimagedp/inc/cmtpimagedpgetobjectpropvalue.h
changeset 17 aabe5387f5ce
parent 0 d0791faffa3f
child 47 63cf70d3ecd8
child 48 debf68073f2f
equal deleted inserted replaced
0:d0791faffa3f 17:aabe5387f5ce
    28 class TMTPTypeUint16;
    28 class TMTPTypeUint16;
    29 class TMTPTypeUint32;
    29 class TMTPTypeUint32;
    30 class TMTPTypeUint64;
    30 class TMTPTypeUint64;
    31 class TMTPTypeUint128;
    31 class TMTPTypeUint128;
    32 class CMTPTypeString;
    32 class CMTPTypeString;
       
    33 class CMTPTypeArray;
    33 class CMTPImageDataProvider;
    34 class CMTPImageDataProvider;
    34 
    35 
    35 
    36 
    36 class CMTPImageDpGetObjectPropValue : public CMTPRequestProcessor
    37 class CMTPImageDpGetObjectPropValue : public CMTPRequestProcessor
    37     {
    38     {
    68     void ServiceImageBitDepthL();
    69     void ServiceImageBitDepthL();
    69     void ServiceRepresentativeSampleFormatL();
    70     void ServiceRepresentativeSampleFormatL();
    70     void ServiceRepresentativeSampleSizeL();
    71     void ServiceRepresentativeSampleSizeL();
    71     void ServiceRepresentativeSampleHeightL();
    72     void ServiceRepresentativeSampleHeightL();
    72     void ServiceRepresentativeSampleWidthL();
    73     void ServiceRepresentativeSampleWidthL();
       
    74     void ServiceRepresentativeSampleDataL();
    73     void ServiceNonConsumableL();
    75     void ServiceNonConsumableL();
    74 
    76 
    75 private:
    77 private:
    76     CMTPImageDpObjectPropertyMgr&	iObjectPropertyMgr;
    78     CMTPImageDpObjectPropertyMgr&	iObjectPropertyMgr;
    77     TMTPTypeUint8			iMTPTypeUint8;
    79     TMTPTypeUint8			iMTPTypeUint8;
    78     TMTPTypeUint16			iMTPTypeUint16;
    80     TMTPTypeUint16			iMTPTypeUint16;
    79     TMTPTypeUint32			iMTPTypeUint32;
    81     TMTPTypeUint32			iMTPTypeUint32;
    80     TMTPTypeUint64			iMTPTypeUint64;
    82     TMTPTypeUint64			iMTPTypeUint64;
    81     TMTPTypeUint128			iMTPTypeUint128;
    83     TMTPTypeUint128			iMTPTypeUint128;
    82     CMTPTypeString*			iMTPTypeString;
    84     CMTPTypeString*			iMTPTypeString;
       
    85     CMTPTypeArray*          iMTPTypeArray;
    83     CMTPObjectMetaData*     iObjectMeta;
    86     CMTPObjectMetaData*     iObjectMeta;
    84     
    87     
    85     /**
    88     /**
    86     FLOGGER debug trace member variable.
    89     FLOGGER debug trace member variable.
    87     */
    90     */