wxPython in Action 里面的一句话:
The View is the wx.Window object that display your data, the Controller is the wx.EvtHandler objects that dispatch events, and the Model is your own code that contains the information to be displayed.
Martin Fowler 关于presentation 模式的解释:
Presentation Model(Application Model):
http://www.martinfowler.com/eaaDev/PresentationModel.html
http://www.martinfowler.com/eaaDev/ModelViewPresenter.html
本文摘录自 wxPythoninAction 和 Martin Fowler 的观点,介绍 wxPython 中 MVC(Model-View-Controller)模式的应用。具体阐述了 View 作为显示数据的窗口、Controller 负责事件分发、Model 包含待展示的信息等内容。
123

被折叠的 条评论
为什么被折叠?



