InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IScrapImageList.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: Dave Stephens
6
//
7
// $Author$
8
//
9
// $DateTime$
10
//
11
// $Revision$
12
//
13
// $Change$
14
//
15
// Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16
//
17
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18
// with the terms of the Adobe license agreement accompanying it. If you have received
19
// this file from a source other than Adobe, then your use, modification, or
20
// distribution of it requires the prior written permission of Adobe.
21
//
22
//========================================================================================
23
24
#ifndef __IScrapImageList__
25
#define __IScrapImageList__
26
27
#include "IPMUnknown.h"
28
37
class
IScrapImageList
:
public
IPMUnknown
38
{
39
public
:
44
virtual
int32
FindImage
(
UID
lowResUID)
const
= 0;
45
55
virtual
int32
FindImageActualUID
(
UID
actualLowResUID,
IDataBase
*db)
const
= 0;
56
59
virtual
int32
Length
(
void
)
const
= 0;
60
69
virtual
void
Add
(
UID
lowResUIDkey,
UID
actualUID,
IDataBase
* srcDB) = 0;
70
74
virtual
void
Remove
(int32 at) = 0;
75
81
virtual
void
SetLastUIDConverted
(int32 at,
UID
lastUID,
IDataBase
*lastDB) = 0;
82
88
virtual
void
GetLastUIDConverted
(int32 at,
UID
*lastUID,
IDataBase
**lastDB) = 0;
89
96
virtual
void
SetActualUID
(int32 at,
UID
newUID) = 0;
97
103
virtual
UID
GetActualUID
(int32 at)
const
= 0;
104
109
virtual
void
SetDataBase
(int32 at,
IDataBase
*newDB) = 0;
110
116
virtual
UID
GetUID
(int32 at)
const
= 0;
117
122
virtual
IDataBase
*
GetDataBase
(int32 at)
const
= 0;
123
129
virtual
void
ReadWrite
(
IPMStream
* iPMStream,
ImplementationID
prop) = 0;
130
};
131
132
#endif
133
tmpdoxygeninput
IScrapImageList.h
Generated on Sat Jul 19 2025 02:54:15 for InDesign SDK by
1.8.3.1