CX_CN enum

Command Extension plug-in categories

Syntax

#define CX_CN_ACQUIRE      (1<<0 ) 
#define CX_CN_MANAGE (1<<1 )
#define CX_CN_EDIT (1<<2 )
#define CX_CN_PRINT (1<<3 )
#define CX_CN_CREATE (1<<4 )
#define CX_CN_SHARE (1<<5 )
#define CX_CN_UPLOAD (1<<6 )
#define CX_CN_RESERVED07 (1<<7 )
#define CX_CN_RESERVED08 (1<<8 )
#define CX_CN_RESERVED09 (1<<9 )
#define CX_CN_RESERVED0A (1<<10)
#define CX_CN_RESERVED0B (1<<11)
#define CX_CN_RESERVED0C (1<<12)
#define CX_CN_RESERVED0D (1<<13)
#define CX_CN_RESERVED0E (1<<14)
#define CX_CN_RESERVED0F (1<<15)
#define CX_CN_CUSTOM0 (1<<16)
#define CX_CN_CUSTOM1 (1<<17)
#define CX_CN_CUSTOM2 (1<<18)
#define CX_CN_CUSTOM3 (1<<19)
#define CX_CN_CUSTOM4 (1<<20)
#define CX_CN_CUSTOM5 (1<<21)
#define CX_CN_CUSTOM6 (1<<22)
#define CX_CN_CUSTOM7 (1<<23)
#define CX_CN_CUSTOM8 (1<<24)
#define CX_CN_CUSTOM9 (1<<25)
#define CX_CN_CUSTOMA (1<<26)
#define CX_CN_CUSTOMB (1<<27)
#define CX_CN_CUSTOMC (1<<28)
#define CX_CN_CUSTOMD (1<<29)
#define CX_CN_CUSTOME (1<<30)
#define CX_CN_CUSTOMF (1<<31)

Constants

Value Meaning

CX_CN_ACQUIRE

Plug-in is located in the File | Import menu. This category is for tools to download or acquire media from external device or source.

CX_CN_MANAGE

Plug-in is located in the File | Import menu. This category is for tools to manage media.

CX_CN_EDIT

Plug-in is located in the Tools menu. This category is for tools to edit media.

CX_CN_PRINT

Plug-in is located in the File menu. This category is for tools to print media.

CX_CN_CREATE

Plug-in is located in the Tools | Create menu and the Create button drop-down. This category is for tools to create documents from media.

CX_CN_SHARE

Plug-in is located in the Tools | Create menu and the Create button drop-down. This category is for tools to share media.

CX_CN_Upload

Plug-in is located in the File | Send menu and the Send button drop-down. This category is for tools to upload media.

CX_CN_RESERVED06

Reserved for future category.

CX_CN_RESERVED07

Reserved for future category.

CX_CN_RESERVED08

Reserved for future category.

CX_CN_RESERVED09

Reserved for future category.

CX_CN_RESERVED0A

Reserved for future category.

CX_CN_RESERVED0B

Reserved for future category.

CX_CN_RESERVED0C

Reserved for future category.

CX_CN_RESERVED0D

Reserved for future category.

CX_CN_RESERVED0E

Reserved for future category.

CX_CN_RESERVED0F

Reserved for future category.

CX_CN_CUSTOM0

Custom category (category defined by plug-in host).

CX_CN_CUSTOM1

Custom category (category defined by plug-in host).

CX_CN_CUSTOM2

Custom category (category defined by plug-in host).

CX_CN_CUSTOM3

Custom category (category defined by plug-in host).

CX_CN_CUSTOM4

Custom category (category defined by plug-in host).

CX_CN_CUSTOM5

Custom category (category defined by plug-in host).

CX_CN_CUSTOM6

Custom category (category defined by plug-in host).

CX_CN_CUSTOM7

Custom category (category defined by plug-in host).

CX_CN_CUSTOM8

Custom category (category defined by plug-in host).

CX_CN_CUSTOM9

Custom category (category defined by plug-in host).

CX_CN_CUSTOMA

Custom category (category defined by plug-in host).

CX_CN_CUSTOMB

Custom category (category defined by plug-in host).

CX_CN_CUSTOMC

Custom category (category defined by plug-in host).

CX_CN_CUSTOMD

Custom category (category defined by plug-in host).

CX_CN_CUSTOME

Custom category (category defined by plug-in host).

CX_CN_CUSTOMF

Custom category (category defined by plug-in host).

Remarks

This flag determines where within ACDSee's menus your plug-in will be placed.

Requirements

Header: CX_PlugIn.h