InDesign SDK
20.5
InDesign SDK
Documentation
Bosses
Sample plug-ins
Class Index
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
MenuPopupEventHandler.h
1
//========================================================================================
2
//
3
// $File$
4
//
5
// Owner: Frits Habermann
6
//
7
// $Author$
8
//
9
// $DateTime$
10
//
11
// $Revision$
12
//
13
// $Change$
14
//
15
// ADOBE CONFIDENTIAL
16
//
17
// Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
18
//
19
// NOTICE: All information contained herein is, and remains
20
// the property of Adobe Systems Incorporated and its suppliers,
21
// if any. The intellectual and technical concepts contained
22
// herein are proprietary to Adobe Systems Incorporated and its
23
// suppliers and may be covered by U.S. and Foreign Patents,
24
// patents in process, and are protected by trade secret or copyright law.
25
// Dissemination of this information or reproduction of this material
26
// is strictly forbidden unless prior written permission is obtained
27
// from Adobe Systems Incorporated.
28
//
29
//========================================================================================
30
31
#ifndef __MenuPopupEventHandler__
32
#define __MenuPopupEventHandler__
33
34
#include "DVControlEventHandler.h"
35
36
#ifdef WIDGET_BUILD
37
#endif
38
39
class
MenuPopupEventHandler
:
public
DVControlEventHandler
40
{
41
typedef
DVControlEventHandler
inherited
;
42
public
:
43
MenuPopupEventHandler
(
IPMUnknown
*boss);
44
~
MenuPopupEventHandler
();
45
46
virtual
bool16
LButtonDn
(
IEvent
* e) ;
//Override
47
48
virtual
bool16
LButtonUp
(
IEvent
* e) ;
//Override
49
50
virtual
bool16
ButtonTrplClk
(
IEvent
* e) ;
//Override
51
52
virtual
bool16
ButtonQuadClk
(
IEvent
* e) ;
//Override
53
54
virtual
bool16
ButtonQuintClk
(
IEvent
* e) ;
//Override
55
56
virtual
bool16
KeyDown
(
IEvent
* e) ;
//Override
57
58
virtual
bool16
CanHaveKeyFocus
()
const
{
return
kTrue; }
59
60
private
:
61
void
SetWorkingPanelRef ();
62
63
bool16 IsInTabbedPalette ();
64
UIDRef
GetPanelInTabbedPalette ();
65
UIDRef
GetParentPanel ();
66
};
67
68
69
70
#endif
tmpdoxygeninput
MenuPopupEventHandler.h
Generated on Sat Jul 19 2025 02:54:17 for InDesign SDK by
1.8.3.1