FRX SDK Documentation
2025 SP0
Loading...
Searching...
No Matches
SDK
FxARX
_impl_include
adui17
CAdUiToolPanelFlyout.h
Go to the documentation of this file.
1
#pragma once
2
3
//
4
// (C) Copyright 2005-2024 by Graebert GmbH.
5
//
6
// Permission to use, copy, modify, and distribute this software in
7
// object code form for any purpose and without fee is hereby granted,
8
// provided that the above copyright notice appears in all copies and
9
// that both that copyright notice and the limited warranty and
10
// restricted rights notice below appear in all supporting
11
// documentation.
12
//
13
// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14
// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17
// UNINTERRUPTED OR ERROR FREE.
18
19
class
CAdUiToolPanelItem
;
20
class
CPoint
;
21
class
CPtrArray
;
22
template
<
typename
Param1,
typename
Param2 >
class
CTypedPtrArray
;
23
class
CWnd;
24
25
class
ARX_API
CAdUiToolPanelFlyout
26
{
27
public
:
28
CAdUiToolPanelFlyout
(
void
);
29
int
CloseFlyout
(
void
);
30
int
IsVisible
(
void
)
const
;
31
int
ShowFlyout
(
CPoint
const
&,
CTypedPtrArray< CPtrArray, CAdUiToolPanelItem *>
const
&,
int
, CWnd *,
unsigned
long
,
unsigned
long
);
32
virtual
~CAdUiToolPanelFlyout
(
void
);
33
34
protected
:
35
//DECLARE_MESSAGE_MAP()
36
static
const
AFX_MSGMAP
*
PASCAL
GetThisMessageMap
();
37
virtual
const
AFX_MSGMAP
*
GetMessageMap
()
const
;
38
virtual
void
OnLButtonClicked
(
unsigned
int
,
CPoint
);
39
void
OnKillFocus
( CWnd *);
40
void
OnLButtonDown
(
unsigned
int
,
CPoint
);
41
void
OnLButtonUp
(
unsigned
int
,
CPoint
);
42
void
OnMouseMove
(
unsigned
int
,
CPoint
);
43
44
};
ARX_API
#define ARX_API
Definition
_impl_include/ac1st/CommonHeader.h:21
AcArrayObjectCopyReallocator
Definition
_AcArray.h:21
CAdUiToolPanelFlyout
Definition
CAdUiToolPanelFlyout.h:26
CAdUiToolPanelFlyout::ShowFlyout
int ShowFlyout(CPoint const &, CTypedPtrArray< CPtrArray, CAdUiToolPanelItem * > const &, int, CWnd *, unsigned long, unsigned long)
CAdUiToolPanelFlyout::CAdUiToolPanelFlyout
CAdUiToolPanelFlyout(void)
CAdUiToolPanelFlyout::~CAdUiToolPanelFlyout
virtual ~CAdUiToolPanelFlyout(void)
CAdUiToolPanelFlyout::OnLButtonClicked
virtual void OnLButtonClicked(unsigned int, CPoint)
CAdUiToolPanelFlyout::OnMouseMove
void OnMouseMove(unsigned int, CPoint)
CAdUiToolPanelFlyout::GetMessageMap
virtual const AFX_MSGMAP * GetMessageMap() const
CAdUiToolPanelFlyout::IsVisible
int IsVisible(void) const
CAdUiToolPanelFlyout::OnKillFocus
void OnKillFocus(CWnd *)
CAdUiToolPanelFlyout::OnLButtonDown
void OnLButtonDown(unsigned int, CPoint)
CAdUiToolPanelFlyout::OnLButtonUp
void OnLButtonUp(unsigned int, CPoint)
CAdUiToolPanelFlyout::CloseFlyout
int CloseFlyout(void)
CAdUiToolPanelFlyout::GetThisMessageMap
static const AFX_MSGMAP *PASCAL GetThisMessageMap()
CAdUiToolPanelItem
Definition
CAdUiToolPanelItem.h:27
CTypedPtrArray
Definition
CAcTcUiCatalogView.h:27
Generated on Mon Mar 4 2024 12:50:08