InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
ILinksUIPanelPrefs.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: lance bushore
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 __ILinksUIPanelPrefs
25
#define __ILinksUIPanelPrefs
26
27
#include "IPMUnknown.h"
28
#include "LinksUIID.h"
29
30
class
ILinkInfoProvider
;
31
33
class
ILinksUIPanelPrefs
:
public
IPMUnknown
34
{
35
public
:
37
enum
{ kDefaultIID = IID_ILINKSUIPANELPREFS };
38
40
virtual
IDataBase
*
GetCurrentDocDB
()
const
= 0;
41
43
virtual
void
SetCurrentDocDB
(
IDataBase
* newDocDB) = 0;
44
46
virtual
int32
GetCurrentRowHeight
()
const
= 0;
47
49
virtual
void
SetCurrentRowHeight
(int32 newHeight) = 0;
50
52
virtual
int32
GetNumInfoProviders
()
const
= 0;
53
55
virtual
ILinkInfoProvider
*
QueryNthInfoProvider
(int32 nth)
const
= 0;
56
58
virtual
int32
GetNumShowingInfoColumns
()
const
= 0;
59
61
virtual
ILinkInfoProvider
*
QueryNthShowingInfoColumn
(int32 nth)
const
= 0;
62
64
virtual
void
SetShowingInfoColumns
(
const
K2Vector<ILinkInfoProvider*>
columnProviders) = 0;
65
67
virtual
int32
GetNthColumnWidth
(int32 nth)
const
=0;
68
70
virtual
void
SetColumnWidths
(
const
K2Vector<int32>
& columnWidths) =0;
71
73
virtual
void
GetColumnWidths
(
K2Vector<int32>
& columnWidths)
const
=0;
74
76
virtual
int32
GetNumMoreInfoProviders
()
const
= 0;
77
79
virtual
ILinkInfoProvider
*
QueryNthMoreInfoProvider
(int32 nth)
const
= 0;
80
82
virtual
void
SetMoreInfoProviders
(
const
K2Vector<ILinkInfoProvider*>
infoProviders) = 0;
83
85
virtual
const
ILinkInfoProvider
*
GetSortInfoProvider
()
const
= 0;
86
88
virtual
const
ILinkInfoProvider
*
GetSecondarySortInfoProvider
()
const
= 0;
89
91
virtual
void
SetSortInfoProvider
(
const
ILinkInfoProvider
* newSorter) = 0;
92
94
virtual
void
SetSortLinksAscending
(bool16 ascend) = 0;
95
97
virtual
bool16
GetSortLinksAscending
()
const
= 0;
98
100
virtual
void
SetShowLinkThumbnail
(bool16 showThumbnail) = 0;
101
103
virtual
bool16
GetShowLinkThumbnail
()
const
= 0;
104
106
virtual
void
SetShowLinkInfoThumbnail
(bool16 showThumbnail) = 0;
107
109
virtual
bool16
GetShowLinkInfoThumbnail
()
const
= 0;
110
112
virtual
void
SetCollapseMultipleLinksToSameResource
(bool16 collapse) = 0;
113
115
virtual
bool16
GetCollapseMultipleLinksToSameResource
()
const
= 0;
116
117
};
118
119
#endif
tmpdoxygeninput
ILinksUIPanelPrefs.h
Generated on Sat Jul 19 2025 02:54:14 for InDesign SDK by
1.8.3.1