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&);
38 MCAPI RouterLocation(::OreUI::RouterLocation&&);
41 ::std::weak_ptr<::AbstractScene> scene,
42 ::std::string
const& url,
43 ::OreUI::RouteMode mode,
44 ::OreUI::RouteType routeType
47 MCAPI
bool _isRealmsStoriesScreen(::std::string
const& routeName)
const;
49 MCFOLD ::std::string
const& getFragment()
const;
51 MCFOLD ::std::string
const& getPath()
const;
53 MCFOLD ::std::string
const& getQuery()
const;
55 MCAPI
bool getShouldSendTelemetryEvents()
const;
57 MCAPI ::std::unordered_map<::std::string, ::std::string> getTelemetryEventProperties()
const;
59 MCAPI ::std::string getTelemetryId()
const;
61 MCAPI
bool isValid()
const;
63 MCAPI ::OreUI::RouterLocation& operator=(::OreUI::RouterLocation
const&);
65 MCAPI ::OreUI::RouterLocation& operator=(::OreUI::RouterLocation&&);
67 MCAPI ~RouterLocation();
73 MCAPI
void* $ctor(::OreUI::RouterLocation
const&);
75 MCAPI
void* $ctor(::OreUI::RouterLocation&&);
78 ::std::weak_ptr<::AbstractScene> scene,
79 ::std::string
const& url,
80 ::OreUI::RouteMode mode,
81 ::OreUI::RouteType routeType
Definition AbstractScene.h:5
Definition RouterLocation.h:7