|
|
using | ChangeCallback = ::std::function<void()> |
|
|
GuiScaleDataProvider & | operator= (GuiScaleDataProvider const &) |
|
| GuiScaleDataProvider (GuiScaleDataProvider const &) |
| virtual bool | canModify () const |
| virtual ::gsl::span<::Settings::OptionData const > | getOptions () const |
| virtual int | getValue () const |
| virtual void | setValue (int value) |
| virtual ::std::optional<::std::string > const & | getInfo () const |
|
MCAPI | GuiScaleDataProvider (::Settings::RegistryBuilder::IBuilderContext &context, ::std::function< float()> getOptimalGuiScale, ::std::function< float()> getMaxGuiScale) |
|
MCAPI void | _updateInfo () |
|
MCAPI void | _updateOptions () |
|
MCAPI void * | $ctor (::Settings::RegistryBuilder::IBuilderContext &context, ::std::function< float()> getOptimalGuiScale, ::std::function< float()> getMaxGuiScale) |
|
MCAPI void | $dtor () |
|
MCAPI bool | $canModify () const |
|
MCAPI ::gsl::span<::Settings::OptionData const > | $getOptions () const |
|
MCAPI int | $getValue () const |
|
MCAPI void | $setValue (int value) |
|
MCFOLD ::std::optional<::std::string > const & | $getInfo () const |
|
virtual bool | flush () |
|
MCFOLD bool | $flush () |
|
virtual void | setChangeListener (::std::function< void()> callback) |
|
MCAPI void | $setChangeListener (::std::function< void()> callback) |
|
|
::ll::TypedStorage< 8, 8, ::IOptions & > | mOptions |
|
::ll::TypedStorage< 8, 64, ::std::function< int()> > | mGetOptimalGuiScale |
|
::ll::TypedStorage< 8, 64, ::std::function< int()> > | mGetMaxGuiScale |
|
::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > | mInfo |
|
::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mGuiScaleSubscription |
|
::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mGuiAccessibilityScalingSubscription |
|
::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mSceneSizeChangedSubscription |
|
::ll::TypedStorage< 8, 24, ::std::vector<::Settings::OptionData > > | mDropdownOptions |
|
::ll::TypedStorage< 8, 64, ::std::function< void()> > | mListener |
|
::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mSubscription |
◆ canModify()
| virtual bool Settings::GuiScaleDataProvider::canModify |
( |
| ) |
const |
|
virtual |
◆ getOptions()
◆ getValue()
| virtual int Settings::GuiScaleDataProvider::getValue |
( |
| ) |
const |
|
virtual |
◆ setValue()
| virtual void Settings::GuiScaleDataProvider::setValue |
( |
int | value | ) |
|
|
virtual |
◆ getInfo()
| virtual ::std::optional<::std::string > const & Settings::GuiScaleDataProvider::getInfo |
( |
| ) |
const |
|
virtual |
◆ $vftable()
| MCAPI void ** Settings::GuiScaleDataProvider::$vftable |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following files: