GameBrowserSrcStructure

Aus GameBrowser - Wiki

Wechseln zu:Navigation, Suche

Ordnerstruktur des GameBrowser Projektes (Quellcode)

  1. |
  2. +-[Common]-+-[EnvironmentVariables]-+-EnvironmentVariables.h
  3. |          |                        +-EnvironmentVariables.cpp
  4. |          |
  5. |          +-[Settings]-+-Settings.h
  6. |          |            +-Settings.cpp
  7. |          |
  8. |          +-[Log]-+-Log.h
  9. |          |       +-Log.cpp
  10. |          |
  11. |          +-[AsyncJobPool]-+-AsyncJobPool.h
  12. |          |                +-AsyncJobPool.cpp
  13. |          |
  14. |          +-[BackgroundWorker]-+-BackgroundWorker.h
  15. |          |                    +-BackgroundWorker.cpp
  16. |          |
  17. |          +-[SqlLite]-+-[SqlLite]-+-sqlite3.c
  18. |          |           |           +-sqlite3.h
  19. |          |           |           +-sqlite3ext.h
  20. |          |           |
  21. |          |           +-SqlDatabase.h
  22. |          |           +-SqlDatabase.cpp
  23. |          |
  24. |          +-[StringTable]-+-StringTable.h
  25. |          |               +-StringTable.cpp
  26. |          |
  27. |          +-[Downloader]-+-Downloader.h
  28. |          |              +-Downloader.cpp
  29. |          |
  30. |          +-TChar.h
  31. |          +-TChar.cpp
  32. |          +-Variant.h
  33. |
  34. +-[Data]-+-[GameData]-+-GameData.cpp
  35. |        |            +-GameData.h
  36. |        |
  37. |        +-[GameList]-+-GameList.h
  38. |        |            +-GameList.cpp
  39. |        |            +-GamesXMLDownloader.h
  40. |        |            +-GamesXMLDownloader.cpp
  41. |        |
  42. |        +-[FilePack]-+-FilePack.h
  43. |                     +-FilePack.cpp
  44. |
  45. +-[UI]-+-Community.h
  46. |      +-Community.cpp
  47. |      +-GamesStore.h
  48. |      +-MainWindow.h
  49. |      +-MainWindow.cpp
  50. |      +-MyAccount.h
  51. |      +-MyAccount.cpp
  52. |      +-MyGames.h
  53. |      +-MyGames.cpp
  54. |      +-qtMainWindow.h
  55. |
  56. +-[Resources]-+-[Images]
  57. |             |
  58. |             +-[Sounds]
  59. |             |
  60. |             +-[Queries]-+-games.xml
  61. |                         +-main.xml
  62. |                         +-searchgames.xml
  63. |                         +-stringtable.xml
  64. |                         +-settings.xml
  65. |
  66. +-main.cpp
Navigation
Media
Werkzeuge