Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Undo button
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00146106
Message ID:
00148715
Vues:
35
>>I'd go with a Command class, as described in "Design Patterns."
>
>Actually Mark, wouldn't the problem be solved better with a Memento pattern?

Memento saves states, Command saves commands. I think either would be workable here (although GHJ&V give an example of Undo with the Command pattern).

The thing about Command is that it supports the concept of a command (no matter how it was produced), with the capability of undoing that command. I once wrote an editor (a vi clone) that simply saved the keystrokes for each editing action, and replayed them in "undo" mode to undo their actions.

But your suggestion is good, too.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform