Enumeration

ClapperEnhancerParamFlags

since: 0.10

Declaration

flags Clapper.EnhancerParamFlags

Description [src]

Additional GParamFlags to be set in enhancer plugins implementations.

Available since: 0.10

Members

CLAPPER_ENHANCER_PARAM_GLOBAL

Use this flag for enhancer properties that should have global access scope. Such are meant for application USER to configure.

  • Value: 131072
  • Available since: 0.10
CLAPPER_ENHANCER_PARAM_LOCAL

Use this flag for enhancer properties that should have local access scope. Such are meant for APPLICATION to configure.

  • Value: 262144
  • Available since: 0.10
CLAPPER_ENHANCER_PARAM_FILEPATH

Use this flag for enhancer properties that store string with a file path. Applications can use this as a hint to show file selection instead of a text entry.

  • Value: 524288
  • Available since: 0.10
CLAPPER_ENHANCER_PARAM_DIRPATH

Use this flag for enhancer properties that store string with a directory path. Applications can use this as a hint to show directory selection instead of a text entry.

  • Value: 1048576
  • Available since: 0.10