InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
CGraphicPlaceBehaviorUI.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: Lonnie Millett
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 __CGraphicPlaceBehaviorUI__
25
#define __CGraphicPlaceBehaviorUI__
26
27
#include "CPMUnknown.h"
28
#include "IPlaceBehaviorUI.h"
29
30
class
CGraphicPlaceBehaviorUI
:
public
CPMUnknown
<IPlaceBehaviorUI>
31
{
32
public
:
33
CGraphicPlaceBehaviorUI
(
IPMUnknown
*boss);
34
virtual
~
CGraphicPlaceBehaviorUI
();
35
36
virtual
CursorSpec
GetCursor
(
SysPoint
globalLocation,
ICursorMgr::eCursorModifierState
modifiers)
const
;
37
virtual
IPlaceBehavior
*
QueryPlaceBehaviorAt
(
const
PMPoint
& point)
const
;
38
virtual
CursorSpec
GetDropCursor
(
SysPoint
globalLocation,
ICursorMgr::eCursorModifierState
modifiers)
const
;
39
protected
:
41
// override this for custom place into cursor.
42
virtual
CursorSpec
GetPlaceIntoCursor
()
const
;
43
44
// override this for custom place cursor.
45
virtual
CursorSpec
GetPlaceCursor()
const
;
46
47
private
:
48
CursorSpec
CommonGetCursor(
SysPoint
globalLocation,
ICursorMgr::eCursorModifierState
modifiers, bool16 dropCursor = kFalse)
const
;
49
};
50
51
#endif
tmpdoxygeninput
CGraphicPlaceBehaviorUI.h
Generated on Sat Jul 19 2025 02:54:11 for InDesign SDK by
1.8.3.1