Enumeration

PurplePrefType

since: 2.0

Declaration

enum Purple.PrefType

Description [src]

Preference data types.

Available since: 2.0

Members

Name Description
PURPLE_PREF_NONE

No type.

PURPLE_PREF_BOOLEAN

Boolean.

PURPLE_PREF_INT

Integer.

PURPLE_PREF_STRING

String.

PURPLE_PREF_STRING_LIST

List of strings.

PURPLE_PREF_PATH

Path.

PURPLE_PREF_PATH_LIST

List of paths.