LeviLamina
Loading...
Searching...
No Matches
LocalLocalizationDictionary.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/locale/I18nObserver.h"
7#include "mc/util/localization/ILocalizationDictionary.h"
8
9// auto generated forward declare list
10// clang-format off
11class PackManifest;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~LocalLocalizationDictionary() /*override*/ = default;
34
35 // vIndex: 1
36 virtual ::std::string getLocString(::std::string const&) const /*override*/;
37
38 // vIndex: 2
39 virtual bool isLocalizationReady() const /*override*/;
40
41 // vIndex: 2
42 virtual void onLanguageChanged(::std::string const&, bool) /*override*/;
43
44 // vIndex: 3
45 virtual void onLanguageKeywordsLoadedFromPack(::PackManifest const&) /*override*/;
46
47 // vIndex: 4
48 virtual void onLanguagesLoaded() /*override*/;
49
50 // vIndex: 3
51 virtual void _updateLoc() /*override*/;
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63
64 // NOLINTEND
65};
Definition I18nObserver.h:14
Definition ILocalizationDictionary.h:5
Definition LocalLocalizationDictionary.h:14
Definition PackManifest.h:19
Definition Alias.h:14