OWLNext
7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
menugadg.h
Go to the documentation of this file.
1
//----------------------------------------------------------------------------
2
// ObjectWindows
3
// Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
4
//
5
/// \file
6
/// Definition TMenuGadget class
7
//----------------------------------------------------------------------------
8
9
#if !defined(OWL_MENUGADGET_H)
10
#define OWL_MENUGADGET_H
11
12
#include <
owl/private/defs.h
>
13
#if defined(BI_HAS_PRAGMA_ONCE)
14
# pragma once
15
#endif
16
17
#include <
owl/textgadg.h
>
18
#include <
owl/menu.h
>
19
20
21
namespace
owl
{
22
23
#include <
owl/preclass.h
>
24
25
/// \addtogroup gadgets
26
/// @{
27
/// \class TMenuGadget
28
// ~~~~~ ~~~~~~~~~~~
29
/// TMenuGadget is a text gadget that, when pressed, acts as a pop-up menu.
30
class
_OWLCLASS
TMenuGadget
:
public
TTextGadget
{
31
public
:
32
TMenuGadget
(
TMenu
& menu,
TWindow
* window,
int
id
= 0,
33
TBorderStyle
borderStyle
= TGadget::ButtonUp,
34
LPTSTR
text
= 0,
TFont
*
font
= 0);
35
~TMenuGadget
();
36
37
// Override from TGadget
38
//
39
virtual
void
LButtonDown(
uint
modKeys
,
const
TPoint
& p);
40
/// Added support for Flat Style
41
//
42
virtual
void
PaintBorder(
TDC
& dc);
43
virtual
void
GetDesiredSize(
TSize
& size);
44
45
//
46
/// Added support for Hot text
47
virtual
TColor
GetEnabledColor()
const
;
48
49
private
:
50
TPopupMenu
* PopupMenu;
51
TWindow
* CmdTarget;
52
};
53
/// @}
54
55
#include <
owl/posclass.h
>
56
57
58
}
// OWL namespace
59
60
61
#endif
// OWL_MENUGADGET_H
VarType
Definition
safearray.h:14
owl::TColor
Class wrapper for management of color values.
Definition
color.h:245
owl::TDC
TDC is the root class for GDI DC wrappers.
Definition
dc.h:64
owl::TFont
TFont derived from TGdiObject provides constructors for creating font objects from explicit informati...
Definition
gdiobjec.h:296
owl::TGadget::TBorderStyle
TBorderStyle
Gadget border styles.
Definition
gadget.h:127
owl::TMenuGadget
TMenuGadget is a text gadget that, when pressed, acts as a pop-up menu.
Definition
menugadg.h:30
owl::TMenu
The TMenu class encapsulates window menus.
Definition
menu.h:77
owl::TPoint
TPoint is a support class, derived from tagPOINT.
Definition
geometry.h:87
owl::TPopupMenu
TPopupMenu creates an empty pop-up menu to add to an existing window or pop-up menu.
Definition
menu.h:189
owl::TSize
The tagSIZE struct is defined as.
Definition
geometry.h:234
owl::TTextGadget
Derived from TGadget, TTextGadget is a text gadget object.
Definition
textgadg.h:37
owl::TWindow
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
Definition
window.h:414
menu.h
Definition of Window Menu encapsulation class.
owl
Object Windows Library (OWLNext Core)
Definition
animctrl.h:22
owl::uint
unsigned int uint
Definition
number.h:25
defs.h
_OWLCLASS
#define _OWLCLASS
Definition
defs.h:338
posclass.h
preclass.h
textgadg.h
Definition of text gadget class TGadget.
include
owl
menugadg.h
Generated by
1.10.0