PISelection.h File Reference

This file describes Photoshop's selection plug-in module interface. More...

#include "PIActions.h"
#include "PIGeneral.h"
#include "SPBasic.h"

Go to the source code of this file.


Data Structures

struct  PISelectionParams
 This structure is passed to the plug-in module through the parameter block. More...

Selection Module Selectors

#define selectionSelectorAbout   0
 Allows the plug-in to display an about dialog box.
#define selectionSelectorExecute   1
 Allows the plug-in to execute the selection handler.

Selection Error Return Values

#define selectionBadParameters   -30700
 A problem with the selection module interface.
#define selectionBadMode   -30701
 The selection module does not support <mode> images.

Defines

#define piSelMakeMask   0
 Selection treatment.
#define piSelMakeWorkPath   1
 Path treatment.
#define piSelMakeLayer   2
 Layer or floating selection treatment.

Typedefs

typedef PISelectionParamsSelectionRecordPtr
 This structure is passed to the plug-in module through the parameter block.

Detailed Description

This file describes Photoshop's selection plug-in module interface.

Distribution: PUBLIC