qthighway/xqservice/src/xqaiwdecl.h
changeset 8 71781823f776
parent 4 90517678cc4f
child 14 6fbed849b4f4
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    47 
    47 
    48 /*!
    48 /*!
    49  Image fetching interface and related operations
    49  Image fetching interface and related operations
    50 */
    50 */
    51 #define XQI_IMAGE_FETCH QLatin1String("com.nokia.symbian.IImageFetch")
    51 #define XQI_IMAGE_FETCH QLatin1String("com.nokia.symbian.IImageFetch")
    52 #define XQOP_IMAGE_FETCH QLatin1String("fetch(void)")
    52 #define XQOP_IMAGE_FETCH QLatin1String("fetch()")
    53 
    53 
    54 /*!
    54 /*!
    55  Music fetching interface and related operations
    55  Music fetching interface and related operations
    56 */
    56 */
    57 #define XQI_MUSIC_FETCH QLatin1String("com.nokia.symbian.IMusicFetch")
    57 #define XQI_MUSIC_FETCH QLatin1String("com.nokia.symbian.IMusicFetch")
    58 #define XQOP_MUSIC_FETCH QLatin1String("fetch(void)")
    58 #define XQOP_MUSIC_FETCH QLatin1String("fetch()")
       
    59 
       
    60 /*!
       
    61  Tones fetching interface and related operations
       
    62 */
       
    63 #define XQI_TONE_FETCH QLatin1String("com.nokia.symbian.IToneFetch")
       
    64 #define XQOP_TONE_FETCH QLatin1String("fetch()")
    59 
    65 
    60 /*!
    66 /*!
    61  Video fetching interface and related operations
    67  Video fetching interface and related operations
    62 */
    68 */
    63 #define XQI_VIDEO_FETCH QLatin1String("com.nokia.symbian.IVideoFetch")
    69 #define XQI_VIDEO_FETCH QLatin1String("com.nokia.symbian.IVideoFetch")
    64 #define XQOP_VIDEO_FETCH QLatin1String("fetch(void)")
    70 #define XQOP_VIDEO_FETCH QLatin1String("fetch()")
       
    71 
       
    72 /*!
       
    73  Video collection browser interface and related operations
       
    74 */
       
    75 #define XQI_VIDEO_BROWSE QLatin1String("com.nokia.symbian.IVideoBrowse")
       
    76 #define XQOP_VIDEO_BROWSE QLatin1String("browseVideos(int, int)")
       
    77 
    65 
    78 
    66 /*!
    79 /*!
    67  Camera capture interface and related operations
    80  Camera capture interface and related operations
    68  Operation: capture(int mode, const QVariantMap &parameters)
    81  Operation: capture(int mode, const QVariantMap &parameters)
    69   mode: image = 0, video = 1
    82   mode: image = 0, video = 1
    79 #define XQCAMERA_INDEX QLatin1String("CameraIndex")
    92 #define XQCAMERA_INDEX QLatin1String("CameraIndex")
    80 #define XQCAMERA_QUALITY QLatin1String("Quality")
    93 #define XQCAMERA_QUALITY QLatin1String("Quality")
    81 #define XQCAMERA_MODE_SWITCH QLatin1String("AllowModeSwitch")
    94 #define XQCAMERA_MODE_SWITCH QLatin1String("AllowModeSwitch")
    82 #define XQCAMERA_INDEX_SWITCH QLatin1String("AllowCameraSwitch")
    95 #define XQCAMERA_INDEX_SWITCH QLatin1String("AllowCameraSwitch")
    83 #define XQCAMERA_QUALITY_CHANGE QLatin1String("AllowQualityChange")
    96 #define XQCAMERA_QUALITY_CHANGE QLatin1String("AllowQualityChange")
       
    97 
       
    98 /*!
       
    99  Incomplete list of interfaces.
       
   100  To be completed with operation signatures and related declarations.
       
   101 */
       
   102 #define XQI_LOG_VIEW QLatin1String("com.nokia.symbian.ILogView")
       
   103 #define XQI_CONTACT_VIEW QLatin1String("com.nokia.symbian.IContactView")
       
   104 #define XQI_CONTACT_FETCH QLatin1String("com.nokia.symbian.IContactFetch")
       
   105 #define XQI_FILE_FETCH QLatin1String("com.nokia.symbian.IFileFetch")
       
   106 #define XQI_FILE_SHARE QLatin1String("com.nokia.symbian.IFileShare")
    84 
   107 
    85 // Public URI related constants
   108 // Public URI related constants
    86 /*!
   109 /*!
    87  The scheme of the activity URI
   110  The scheme of the activity URI
    88 */
   111 */