InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
IGraphicsContext.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: Jack Kirstein
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 __IGraphicsContext__
25
#define __IGraphicsContext__
26
27
#include "PMPoint.h"
28
29
class
PMMatrix
;
30
class
IViewPort
;
31
class
ITransform
;
32
class
IControlView
;
33
34
#include "DVAForwardDeclarations.h"
35
45
class
IGraphicsContext
46
{
47
public
:
48
// ----- Clipping -----
54
virtual
SysRgn
GetClip
()
const
= 0;
55
61
virtual
SysRgn
GetOriginAdjustedClip
()
const
= 0;
62
63
// ----- Accessors -----
64
70
virtual
SysPort
GetSysPort
()
const
= 0;
71
78
virtual
IViewPort
*
GetViewPort
()
const
= 0;
79
87
virtual
const
PMMatrix
&
GetContentToViewTransform
()
const
= 0;
88
96
virtual
const
PMMatrix
&
GetViewToContentTransform
()
const
= 0;
97
104
virtual
IControlView
*
GetView
()
const
= 0;
105
112
virtual
bool16
IsCurrent
()
const
= 0;
113
118
virtual
dvaui::drawbot::Drawbot*
GetDrawbot
()
const
= 0;
119
};
120
121
#endif
tmpdoxygeninput
IGraphicsContext.h
Generated on Sat Jul 19 2025 02:54:13 for InDesign SDK by
1.8.3.1