Simulateur Ferroviaire
Reconstruction et visualisation d'un réseau ferroviaire à partir de données GeoJSON — Win32 / WebView2 / Leaflet
Chargement...
Recherche...
Aucune correspondance
Application.h
Aller à la documentation de ce fichier.
1
14
#pragma once
15
16
#include "
framework.h
"
17
#include "
Engine/HMI/MainWindow.h
"
18
19
#include <memory>
20
21
#define MAX_LOADSTRING 100
22
23
39
class
Application
40
{
41
public
:
42
51
Application
(HINSTANCE hInstance,
int
nCmdShow);
52
63
int
run
();
64
65
private
:
66
75
void
registerWindowClass
();
76
77
// -------------------------------------------------------------------------
78
// Membres
79
// -------------------------------------------------------------------------
80
82
HINSTANCE
m_hInstance
;
83
85
int
m_nCmdShow
;
86
88
WCHAR
m_szTitle
[
MAX_LOADSTRING
];
89
91
WCHAR
m_szWindowClass
[
MAX_LOADSTRING
];
92
94
std::unique_ptr<MainWindow>
m_mainWindow
;
95
96
};
MAX_LOADSTRING
#define MAX_LOADSTRING
Definition
Application.h:21
MainWindow.h
Déclaration de la fenêtre principale de l'application.
Application
Représente le cycle de vie complet de l'application Win32.
Definition
Application.h:40
Application::registerWindowClass
void registerWindowClass()
Enregistre la classe de fenêtre Win32 (WNDCLASSEXW).
Definition
Application.cpp:62
Application::m_mainWindow
std::unique_ptr< MainWindow > m_mainWindow
Definition
Application.h:94
Application::m_hInstance
HINSTANCE m_hInstance
Definition
Application.h:82
Application::m_szWindowClass
WCHAR m_szWindowClass[MAX_LOADSTRING]
Definition
Application.h:91
Application::m_szTitle
WCHAR m_szTitle[MAX_LOADSTRING]
Definition
Application.h:88
Application::run
int run()
Initialise la fenêtre principale et démarre la boucle de messages.
Definition
Application.cpp:34
Application::m_nCmdShow
int m_nCmdShow
Definition
Application.h:85
framework.h
SimulateurFerroviaire
Engine
Core
Application.h
Généré par
1.9.8