TCLFavoriteType

Definition

#include <twl/tcl.h>


typedef enum
{
    TCL_FAVORITE_TYPE_NONE = 0 ,
    TCL_FAVORITE_TYPE_1 ,
    TCL_FAVORITE_TYPE_2 ,
    TCL_FAVORITE_TYPE_3 ,
    TCL_FAVORITE_TYPE_ALL ,
    TCL_FAVORITE_TYPE_MAX = TCL_FAVORITE_TYPE_ALL
} TCLFavoriteType;
	

Description

Use favorite types to group images.

The types of favorites are explained in the following list.

TCL_FAVORITE_TYPE_NONENo favorite is specified.
TCL_FAVORITE_TYPE_1First favorite.
TCL_FAVORITE_TYPE_2Second favorite.
TCL_FAVORITE_TYPE_3Third favorite.
TCL_FAVORITE_TYPE_ALLAll favorites. TCLPictureInfo does not hold this value with its favorite information. The favorite-type value is used internally by the library.

See Also

Revision History

2008/10/07 Initial version.


CONFIDENTIAL