enums

Section: ET++ enumeration description (n)
Updated: automatically Mon Apr 8 20:19:25 1991
Index Return to Main Contents
 

ENUMERATION NAME

CommandFlags  

DESCRIPTION

CommandFlags is the set of flags of the class Command. This enumeration is a bitset..SH ENUMITEMS
eCmdCanUndo
description indicates whether the command is undoable
eCmdCausesChange
description indicates whether the command modifies the document
eCmdDone
description contains the state of the command: executed (respectively redone) or undone
eCmdMoveEvents
description This flag is tested during mouse tracking. If it is set, then releasing the mouse button does not exit tracking.
eCmdIdleEvents
description This flag is tested during mouse tracking. If it is set, then the method method Command::TrackMouse gets idle events instead of waiting for the mouse to be moved.
eCmdFullScreen
description If this flag is set, then the mouse is tracked not only in the Clipper but on the whole screen. Drawing is possible on the whole screen as well. This flag is used, for example, by commands that move and resize a window.
eCmdDoDelete
description If this flag is set, then ET++ automatically deletes the command when it is no longer needed.
eCmdNoReplFeedback
description
eCmdDefault
description the default set of flags is eCmdCanUndo | eCmdCausesChange | eCmdDoDelete
eCmdLast
description the first flag for subclasses is BIT(eCmdLast+1)
 

CATEGORIES

Application Framework

 

FILES

declaration:
Command.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