1 / 36

A legkisebb alkalmazás

A legkisebb alkalmazás. Symbian OS C++ 3rd Edition Szabóné Nacsa Rozália. Fájlkiterjesztések. A fordítás és szerkesztés folyamata. . bmp. Bmp konverter. <.h>. „.h”. . rsg. . hrh. . rh. . rls. . rss. . bmp. . mbm. . rss. . cpp. C++ fordító. Erőforrás fordító. Bmp konverter.

cleta
Download Presentation

A legkisebb alkalmazás

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A legkisebb alkalmazás Symbian OS C++ 3rd Edition Szabóné Nacsa Rozália

  2. Fájlkiterjesztések

  3. A fordítás és szerkesztés folyamata .bmp Bmp konverter <.h> „.h” .rsg .hrh .rh .rls .rss .bmp .mbm .rss .cpp C++ fordító Erőforrás fordító Bmp konverter Aif fordító .obj .lib .rsc .pkg .mbm .aif linker Sis készítő .exe; .dll .sis

  4. MVC minta Controller manages View manages renders Model

  5. A Symbianalkalmazások felépítése Application AppView (V) creates renders creates, manages creates Document AppUi (C) manages manages creates, manages Model (M)

  6. A „legkisebb” GUI projekt öröklési diagramja Application architecture, Control environment Uikon (Eikon) Avkon (Series 60)

  7. Symbian OS UI alkalmazás architektúra CxxAppView

  8. Alkalmazás indulása Az alkalmazás indításakor az egyes objektumok az alábbi sorrendben jönnek létre: • application (CAknApplication) • document (CAknDocument) • UI controller (CAknAppUI) • view (CCoeControl)

  9. E32Main() NewApplication ConstructL <<constructor>> Az alkalmazás indulása <<new>> CHelloWorldApplication AppDllUid CreateDocumentL NewL CHelloWorldDocument AppDllUid CreateAppUiL <<constructor>> CHelloWorldAppUi ConstructL BaseConstructL

  10. bld.inf bld.inf

  11. Legkisebb.mmp Legkisebb.mmp

  12. Legkisebb.mmp Legkisebb.mmp A .mmp fájl tartalma garfikus felületen is beállítható.

  13. Legkisebb.rss

  14. Legkisebb.pan, .rls, .hrh Legkisebb.rls Legkisebb.pan Legkisebb.hrh

  15. Legkisebb.cpp Legkisebb.cpp E32Main()

  16. LegkisebbApplication osztály LegkisebbApplication.h LegkisebbApplication.cpp

  17. LegkisebbAppDocument osztály - definíció LegkisebbAppDocument.h

  18. LegkisebbAppDocument osztály - implementáció LegkisebbAppDocument.cpp

  19. LegkisebbAppUi osztály - definíció LegkisebbAppUi.h

  20. LegkisebbAppUi osztály - implementáció LegkisebbAppUi.cpp

  21. LegkisebbAppView osztály - definíció LegkisebbAppView.h

  22. LegkisebbAppView osztály – implementáció 1. LegkisebbAppView.cpp

  23. LegkisebbAppView osztály – implementáció 2. LegkisebbAppView.cpp

  24. Carbide C++ Új projekt létrehozása

  25. A projekt fájljai

  26. A Legkisebb GUI alkalmazás – Carbide C++

  27. Fordítás, fájlok

  28. Futtatás

  29. Vége

More Related