enums
Section: ET++ enumeration description (n)
Updated: automatically Mon Apr 8 20:19:25 1991
Index
Return to Main Contents
ENUMERATION NAME
VObjFlags
DESCRIPTION
VObjFlags is the set of flags of the class VObject.
This enumeration is a bitset..SH ENUMITEMS
- eVObjEnabled
-
description
This flag is set by the method VObject::Enable. If a VObject is disabled, i.e., this flag is not set, it is usually drawn with a shade of grey or with another color and it does not get events.
- eVObjOpen
-
description
This flag is set by the method VObject::Open which in turn is called when a VObject is opened or closed. If a VObject is closed, then it will not be drawn and does not get events.
- eVObjHFixed
-
description
If this flag is set then the VObject is not horizontally expanded if it is installed in an Expander, for example. See class Expander.
- eVObjVFixed
-
description
If this flag is set then the VObject is not vertically expanded if it is installed in an Expander, for example. See class Expander.
- eVObjLayoutCntl
-
description
If this flag is set then every time the VObject's content rectangle is changed by the method VObject::SetOrigin or the method VObject::SetExtent the next handlers and the observers are notified about this. The next handlers get a message via the method Control whereby the value argument contains a pointer to the VObject. The observers are notified via the method DoObserve whereby the value argument is the address of a Point which contains the origin, respectively the extent of the VObject. If the origin has changed then the partCode argument is cPartOriginChanged otherwise it is cPartExtentChanged. See also method EvtHandler::Control and method Object::DoObserve.
This flag is used, for example, by the class VObjectTextView.
- eVObjKbdFocus
-
description
A VObject sets this flag when it wants to get the keyboard focus. This is used, for example, in the class VObjectTextView.
- eVObjDefault
-
description
the default set of flags is eVObjEnabled
- eVObjLast
-
description
The first flag of subclasses is BIT(eVObjLast+1).
CATEGORIES
Graphic Foundation
FILES
- declaration:
-
VObject.h
HISTORY
joe@csesbg.at Fri Sep 06 09:56 1991 MET DST
Index
- ENUMERATION NAME
-
- DESCRIPTION
-
- CATEGORIES
-
- FILES
-
- HISTORY
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:19 GMT, March 30, 2022