3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
19 ::ll::TypedStorage<8, 64, ::std::function<void(::FlyingItemCommand&)>> sendFlyingItems;
20 ::ll::TypedStorage<8, 64, ::std::function<void(::SelectNavigationTabCommand&)>> selectNavigationTab;
21 ::ll::TypedStorage<8, 64, ::std::function<void()>> openKeyboard;
22 ::ll::TypedStorage<8, 64, ::std::function<void()>> closeKeyboard;
23 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&)>> selectControl;
24 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&)>> selectVisibleControl;
25 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
bool)>> focusControl;
26 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&)>> setFocusedTextBoxText;
27 ::ll::TypedStorage<8, 64, ::std::function<bool(::std::string
const&)>> isFocusWithin;
28 ::ll::TypedStorage<8, 64, ::std::function<bool(::std::string
const&)>> isSelected;
29 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
bool)>> scrollToControl;
30 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&)>> scrollToControlAndSelect;
31 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&,
int)>> focusCollectionItem;
32 ::ll::TypedStorage<8, 64, ::std::function<bool(::std::string
const&,
int,
int)>> scrollToGridItemOffset;
33 ::ll::TypedStorage<8, 64, ::std::function<bool(::std::string
const&,
int, ::std::string
const&,
int,
int)>>
34 scrollToGridItemOffsetCollectionIndex;
38 ::std::function<void(::std::string
const&, ::std::string
const&, ::std::string
const&,
int,
int)>>
39 scrollToCollectionItem;
40 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&)>> resetScrollWithin;
41 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&, ::std::string
const&,
int)>>
42 setFocusToFocusIdWhenVisible;
43 ::ll::TypedStorage<8, 64, ::std::function<void()>> prepareFocusForModalPopup;
44 ::ll::TypedStorage<8, 64, ::std::function<void()>> updateTTSForSlider;
45 ::ll::TypedStorage<8, 64, ::std::function<void()>> forceRepeatTTS;
46 ::ll::TypedStorage<8, 64, ::std::function<void(
float)>> setCustomObfuscatedTime;
47 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&)>> triggerAnimationEvent;
48 ::ll::TypedStorage<8, 64, ::std::function<::RectangleArea(::std::string
const&)>> getEnclosingScrollViewportArea;
49 ::ll::TypedStorage<8, 64, ::std::function<::RectangleArea(::std::string
const&,
int)>> getCollectionItemArea;
50 ::ll::TypedStorage<8, 64, ::std::function<float(::std::string
const&)>> getEnclosingScrollVelocity;
51 ::ll::TypedStorage<8, 64, ::std::function<void(::std::function<::std::pair<::ui::DirtyFlag, bool>()>)>>
57 ScreenViewCommand(ScreenViewCommand
const&);
63 MCAPI ::ScreenViewCommand& operator=(::ScreenViewCommand
const&);
Definition RectangleArea.h:5
Definition FlyingItemCommand.h:5
Definition ScreenViewCommand.h:5
Definition SelectNavigationTabCommand.h:5