Sets the minimum relative scale the node can be scaled to if required to scale down to fit the layout
Class SimpleAxisLayoutOptions
#include <Noahh/ui/SimpleAxisLayout.hpp>classSimpleAxisLayoutOptions:publicnoahh::LayoutOptions{ ... }
No description provided
Examples0
Public static methods1
staticnoahh::SimpleAxisLayoutOptions*create()
No description provided
Public member functions6
noahh::SimpleAxisLayoutOptions*setMinRelativeScale()
noahh::SimpleAxisLayoutOptions*setMaxRelativeScale()
Sets the maximum relative scale the node can be scaled to if required to scale up to fit the layout
noahh::SimpleAxisLayoutOptions*setScalingPriority(noahh::ScalingPrioritypriority)
Sets the scaling priority for the node, to specify when the node should be scaled compared to other nodes during main axis scaling
std::optional<float>getMinRelativeScale()const
No description provided
std::optional<float>getMaxRelativeScale()const
No description provided
noahh::ScalingPrioritygetScalingPriority()const
No description provided
Fields0
Protected member functions0
Protected fields1
intm_impl;
No description provided