3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/interface/RouteMode.h"
7#include "mc/client/gui/oreui/interface/RouteType.h"
20 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::AbstractScene>> mScene;
21 ::ll::TypedStorage<8, 32, ::std::string> mUrl;
22 ::ll::TypedStorage<8, 32, ::std::string> mPath;
23 ::ll::TypedStorage<8, 32, ::std::string> mQuery;
24 ::ll::TypedStorage<8, 32, ::std::string> mFragment;
25 ::ll::TypedStorage<4, 4, ::OreUI::RouteMode> mMode;
26 ::ll::TypedStorage<4, 4, ::OreUI::RouteType> mType;
36 MCAPI RouterLocation(::OreUI::RouterLocation
const&);
39 ::std::weak_ptr<::AbstractScene> scene,
40 ::std::string
const& url,
41 ::OreUI::RouteMode mode,
42 ::OreUI::RouteType routeType
45 MCFOLD ::std::string
const& getFragment()
const;
47 MCFOLD ::std::string
const& getPath()
const;
49 MCFOLD ::std::string
const& getQuery()
const;
51 MCAPI ::std::unordered_map<::std::string, ::std::string> getTelemetryEventProperties()
const;
53 MCAPI ::std::string getTelemetryId()
const;
55 MCAPI
bool isValid()
const;
57 MCAPI ::OreUI::RouterLocation& operator=(::OreUI::RouterLocation
const&);
59 MCAPI ~RouterLocation();
65 MCAPI
static bool _isRealmsStoriesScreen(::std::string
const& routeName);
71 MCAPI
void* $ctor(::OreUI::RouterLocation
const&);
74 ::std::weak_ptr<::AbstractScene> scene,
75 ::std::string
const& url,
76 ::OreUI::RouteMode mode,
77 ::OreUI::RouteType routeType
Definition AbstractScene.h:5
Definition RouterLocation.h:7