当前位置:网站首页>Introduction to the PureMVC series

Introduction to the PureMVC series

2022-07-07 04:35:00 wjjontheway

introduction

Write GUI Of Students generally know famous MVC frame (Model, View, Control), But I don't know if I've heard of pureMVC? What do you think ,“ pure ”MVC, Is there anything impure ?
Actually pureMVC yes Futurescale The open source and free program framework created and maintained by the company .
Its Official website
pureMVC
so , The framework is available in many languages .

Series content

Design patterns

In understanding pureMVC Before , You may need to reserve some knowledge of design patterns , The modes involved are :

  • The singleton pattern
  • Facade mode
  • The proxy pattern
  • Mediation mode
  • Observer mode
  • Command mode

Recommend a very good website to explain design patterns , With pictures , There are codes in different languages :
Design patterns

C++ Interface classes and abstract classes

Before learning , It's best to understand the difference between interface classes and abstract classes . Because in pureMVC There are many interface classes in .
Explanation of these two classes , Recommend a good article
C++ Differences and applications between interface classes and abstract classes

Qt

This series is mainly based on Qt Of GUI Framework to describe pureMVC The content of . If you don't understand Qt, Maybe for some of them QMap, QList And others feel strange , However, you can guess the role of these two classes by looking at the class name .

Content outline of the series

  1. pureMVC And Structure diagram
  2. pureMVC And Facade
  3. pureMVC And View,Mediator,View Component
  4. pureMVC And Model, Proxy
  5. pureMVC And Controller, Command
  6. pureMVC And Message notification mechanism ,Notification Observer
原网站

版权声明
本文为[wjjontheway]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202130756521993.html

随机推荐