Media Selector Constants
[Content ManagementMedia Selector Dialog]


Defines

#define ALP_MS_CATEGORY_ALL   "all"
 Standard category - all.
#define ALP_MS_CATEGORY_APPLICATION   "application"
 Standard category - application.
#define ALP_MS_CATEGORY_AUDIO   "audio"
 Standard category - audio.
#define ALP_MS_CATEGORY_AUDIO_PIC   "audio_pic"
 Standard category - audio pic.
#define ALP_MS_CATEGORY_COLLECTION   "collection"
 This is a 'special' category - not a table, just a MIME prefix.
#define ALP_MS_CATEGORY_DOCUMENT   "application"
 Deprecated category name - please use ALP_MS_CATEGORY_APPLICATION in new code
#define ALP_MS_CATEGORY_IMAGE   "image"
 Standard category - image.
#define ALP_MS_CATEGORY_OTHER   "other"
 Standard category - other - all files not handled by the system.
#define ALP_MS_CATEGORY_RINGTONE   "ringtone"
 Standard category - ringtone.
#define ALP_MS_CATEGORY_VIDEO   "video"
 Standard category - video.
#define ALP_MS_CATEGORY_VOICE   "voice"
 Standard category - voice.
#define ALP_MS_PROP_CATEGORY   "category"
 MediaSelector widget property.
#define ALP_MS_PROP_FILTER   "filter"
 MediaSelector widget property.
#define ALP_MS_PROP_ICON_MARGIN   "icon_margin"
 MediaSelector widget property.
#define ALP_MS_PROP_ICON_SPACING   "icon_spacing"
 MediaSelector widget property.
#define ALP_MS_PROP_MATCH   "match"
 MediaSelector widget property.
#define ALP_MS_PROP_MATCH_FIELD   "match_field"
 MediaSelector widget property.
#define ALP_MS_PROP_POPUP_MENU   "ms_popup_menu"
 MediaSelector widget property.
#define ALP_MS_PROP_SORT_ASCENDING   "sort_ascending"
 MediaSelector widget property.
#define ALP_MS_PROP_SORTBY   "sortby"
 MediaSelector widget property.
#define ALP_MS_PROP_VIEW_MODE   "view_mode"
 MediaSelector widget property.
#define ALP_MS_SIGNAL_SELECTION_ACTIVATED   "selection_activated"
 Signaled whenever the selection is activated (center-press).
#define ALP_MS_SIGNAL_SELECTION_CHANGED   "selection_changed"
 Signaled whenever the selection changes.
#define ALP_MS_SORTBY_LOCATION   "location"
 Common sortby selection.
#define ALP_MS_SORTBY_NAME   "name"
 Common sortby selection.
#define ALP_MS_SORTBY_SIZE   "size"
 Common sortby selection.
#define ALP_MS_SORTBY_TIME   "mtime"
 Common sortby selection.
#define ALP_MS_SORTBY_TYPE   "type"
 Common sortby selection.

Enumerations

enum  AlpMediaSelectorViewModeType { ALP_MS_SINGLE_VIEW = 0, ALP_MS_MULTI_VIEW, ALP_MS_GALLERY_VIEW }
 View modes. More...
enum  AlpMsSorts { ALP_MS_SORT_DESCENDING = 0, ALP_MS_SORT_ASCENDING }
 Sort orders. More...


Define Documentation

#define ALP_MS_CATEGORY_ALL   "all"
 

Standard category - all.

#define ALP_MS_CATEGORY_APPLICATION   "application"
 

Standard category - application.

#define ALP_MS_CATEGORY_AUDIO   "audio"
 

Standard category - audio.

#define ALP_MS_CATEGORY_AUDIO_PIC   "audio_pic"
 

Standard category - audio pic.

#define ALP_MS_CATEGORY_COLLECTION   "collection"
 

This is a 'special' category - not a table, just a MIME prefix.

#define ALP_MS_CATEGORY_DOCUMENT   "application"
 

Deprecated category name - please use ALP_MS_CATEGORY_APPLICATION in new code

#define ALP_MS_CATEGORY_IMAGE   "image"
 

Standard category - image.

#define ALP_MS_CATEGORY_OTHER   "other"
 

Standard category - other - all files not handled by the system.

#define ALP_MS_CATEGORY_RINGTONE   "ringtone"
 

Standard category - ringtone.

#define ALP_MS_CATEGORY_VIDEO   "video"
 

Standard category - video.

#define ALP_MS_CATEGORY_VOICE   "voice"
 

Standard category - voice.

#define ALP_MS_PROP_CATEGORY   "category"
 

MediaSelector widget property.

#define ALP_MS_PROP_FILTER   "filter"
 

MediaSelector widget property.

#define ALP_MS_PROP_ICON_MARGIN   "icon_margin"
 

MediaSelector widget property.

#define ALP_MS_PROP_ICON_SPACING   "icon_spacing"
 

MediaSelector widget property.

#define ALP_MS_PROP_MATCH   "match"
 

MediaSelector widget property.

#define ALP_MS_PROP_MATCH_FIELD   "match_field"
 

MediaSelector widget property.

#define ALP_MS_PROP_POPUP_MENU   "ms_popup_menu"
 

MediaSelector widget property.

#define ALP_MS_PROP_SORT_ASCENDING   "sort_ascending"
 

MediaSelector widget property.

#define ALP_MS_PROP_SORTBY   "sortby"
 

MediaSelector widget property.

#define ALP_MS_PROP_VIEW_MODE   "view_mode"
 

MediaSelector widget property.

#define ALP_MS_SIGNAL_SELECTION_ACTIVATED   "selection_activated"
 

Signaled whenever the selection is activated (center-press).

#define ALP_MS_SIGNAL_SELECTION_CHANGED   "selection_changed"
 

Signaled whenever the selection changes.

#define ALP_MS_SORTBY_LOCATION   "location"
 

Common sortby selection.

#define ALP_MS_SORTBY_NAME   "name"
 

Common sortby selection.

#define ALP_MS_SORTBY_SIZE   "size"
 

Common sortby selection.

#define ALP_MS_SORTBY_TIME   "mtime"
 

Common sortby selection.

#define ALP_MS_SORTBY_TYPE   "type"
 

Common sortby selection.


Enumeration Type Documentation

enum AlpMediaSelectorViewModeType
 

View modes.

Enumerator:
ALP_MS_SINGLE_VIEW  One-line view.
ALP_MS_MULTI_VIEW  Two line view.
ALP_MS_GALLERY_VIEW  Gallery (icon grid) view.

enum AlpMsSorts
 

Sort orders.

Enumerator:
ALP_MS_SORT_DESCENDING  Reverse sort, high to low.
ALP_MS_SORT_ASCENDING  Normal sort, low to high.


Generated on Wed Jul 30 07:06:42 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.