InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IPreflightRuleInfo.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: Matt Phillips
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
25
#include "IPMUnknown.h"
26
#include "PackageAndPreflightID.h"
27
28
class
IPreflightProfile
;
29
36
typedef
WideString
PreflightRuleID
;
37
40
typedef
K2Vector<PreflightRuleID>
PreflightRuleIDVector
;
41
51
class
IPreflightRuleInfo
:
public
IPMUnknown
52
{
53
public
:
54
enum
{ kDefaultIID = IID_IPREFLIGHTRULEINFO };
55
59
typedef
enum
{ kDisabled, kInfo, kWarning, kError }
AlertStatus
;
60
61
public
:
69
virtual
void
SetParentProfile
(
IPreflightProfile
* iParent) = 0;
70
74
virtual
IPreflightProfile
*
QueryParentProfile
()
const
= 0;
75
80
virtual
void
SetRuleID
(
PreflightRuleID
ruleID) = 0;
81
85
virtual
PreflightRuleID
GetRuleID
()
const
= 0;
86
91
virtual
void
SetAlertStatus
(
AlertStatus
newStatus) = 0;
92
97
virtual
AlertStatus
GetAlertStatus
()
const
= 0;
98
102
virtual
void
SetIsFullPreflightModeOnly
(
bool
isFullOnly) = 0;
103
107
virtual
bool
IsFullPreflightModeOnly
()
const
= 0;
108
112
virtual
void
SetRuleDescription
(
const
PMString
& desc) = 0;
113
117
virtual
PMString
GetRuleDescription
()
const
= 0;
118
122
virtual
void
SetPluginDescription
(
const
PMString
& desc) = 0;
123
127
virtual
PMString
GetPluginDescription
()
const
= 0;
128
132
virtual
void
CopyFrom
(
const
IPreflightRuleInfo
* iSrc) = 0;
133
138
virtual
bool
IsEqual
(
const
IPreflightRuleInfo
* iOther)
const
= 0;
139
};
140
tmpdoxygeninput
IPreflightRuleInfo.h
Generated on Sat Jul 19 2025 02:54:15 for InDesign SDK by
1.8.3.1