comparison base/CommandHistory.h @ 269:3043d388d127

* Use a command for adding layer measurements
author Chris Cannam
date Tue, 26 Jun 2007 11:08:21 +0000
parents 4c5c62784211
children
comparison
equal deleted inserted replaced
268:417a1a08aadf 269:3043d388d127
86 * the execute status of the compound operation. In this way it's 86 * the execute status of the compound operation. In this way it's
87 * possible to have a compound operation mixing both to-execute 87 * possible to have a compound operation mixing both to-execute
88 * and pre-executed commands. 88 * and pre-executed commands.
89 * 89 *
90 * If bundle is true, the command will be a candidate for bundling 90 * If bundle is true, the command will be a candidate for bundling
91 * with any adjacent bundeable commands that have the same name, 91 * with any adjacent bundleable commands that have the same name,
92 * into a single compound command. This is useful for small 92 * into a single compound command. This is useful for small
93 * commands that may be executed repeatedly altering the same data 93 * commands that may be executed repeatedly altering the same data
94 * (e.g. type text, set a parameter) whose number and extent is 94 * (e.g. type text, set a parameter) whose number and extent is
95 * not known in advance. The bundle parameter will be ignored if 95 * not known in advance. The bundle parameter will be ignored if
96 * a compound operation is already in use. 96 * a compound operation is already in use.