[Python] Undo e Redo con wxPython

Giorgio Zoppi giorgio.zoppi a gmail.com
Ven 28 Mar 2008 15:58:26 CET


Ti serve il design pattern Memento+Command.
Per il memento in Python, vedi il post di valentino:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/286132

Ti salvi nella cache i comandi che hai eseguito, senza salvare le immagini.
io feci qualcosa di simile con le wx in C++ qualche hanno fa.
Ciao,
Giorgio.
---
Giorgio Zoppi             giorgio.zoppi a gmail.com

You're not your job. You're not how much money you have in the bank.
You're not the car you drive. You're not the contents of your wallet.
You're not your fucking khakis. You're the all-singing, all-dancing
crap of the world.  - Tyler Durden (Fight Club)


Maggiori informazioni sulla lista Python