Changes between Initial Version and Version 1 of Ticket #5209, comment 8


Ignore:
Timestamp:
2011-02-14T16:46:03+01:00 (15 years ago)
Author:
ax

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5209, comment 8

    initial v1  
    33from what i can see, what is happening when doing a command an a selection of elements is that
    44
    5 * the command gets executed on every primitive of the selection, one by one (see ' ChangePropertyCommand::executeCommand()' )
    6 * executing the command on one primitive fires command specific events to all dataset listeners, eg. tagsChanged (see ' OsmPrimitive::keysChangedImpl()')
     5* the command gets executed on every primitive of the selection, one by one (see `ChangePropertyCommand::executeCommand()`)
     6* executing the command on one primitive fires command specific events to all dataset listeners, eg. tagsChanged (see `OsmPrimitive::keysChangedImpl()`)
    77
    88how can this be changed to only fire after the batch operation? what i can think of: