GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
gd::Layout Member List

This is the complete list of members for gd::Layout, including all inherited members.

Clone() constgd::Layoutinline
DisableInputWhenFocusIsLost(bool disable=true)gd::Layoutinline
GetAllBehaviorSharedData() constgd::Layout
GetAllBehaviorSharedDataNames() constgd::Layout
GetAssociatedEditorSettings() constgd::Layoutinline
GetAssociatedEditorSettings()gd::Layoutinline
GetBackgroundColorBlue() constgd::Layoutinline
GetBackgroundColorGreen() constgd::Layoutinline
GetBackgroundColorRed() constgd::Layoutinline
GetBehaviorSharedData(const gd::String &behaviorName) constgd::Layout
GetBehaviorSharedData(const gd::String &behaviorName)gd::Layout
GetEvents() constgd::Layoutinline
GetEvents()gd::Layoutinline
GetInitialInstances() constgd::Layoutinline
GetInitialInstances()gd::Layoutinline
GetLayer(const gd::String &name)gd::Layout
GetLayer(const gd::String &name) constgd::Layout
GetLayer(std::size_t index)gd::Layout
GetLayer(std::size_t index) constgd::Layout
GetLayerPosition(const gd::String &name) constgd::Layout
GetLayers() constgd::Layoutinline
GetLayers()gd::Layoutinline
GetLayersCount() constgd::Layout
GetMangledName() constgd::Layoutinline
GetName() constgd::Layoutinline
GetObjects()gd::Layoutinline
GetObjects() constgd::Layoutinline
GetVariables() constgd::Layoutinline
GetVariables()gd::Layoutinline
GetWindowDefaultTitle() constgd::Layoutinline
HasBehaviorSharedData(const gd::String &behaviorName)gd::Layout
HasLayerNamed(const gd::String &name) constgd::Layout
InsertLayer(const Layer &theLayer, std::size_t position)gd::Layout
InsertNewLayer(const gd::String &name, std::size_t position)gd::Layout
IsInputDisabledWhenFocusIsLost()gd::Layoutinline
Layout() (defined in gd::Layout)gd::Layout
Layout(const Layout &) (defined in gd::Layout)gd::Layout
MoveLayer(std::size_t oldIndex, std::size_t newIndex)gd::Layout
operator=(const Layout &rhs) (defined in gd::Layout)gd::Layout
RemoveLayer(const gd::String &name)gd::Layout
SerializeTo(SerializerElement &element) constgd::Layout
SetBackgroundColor(unsigned int r, unsigned int g, unsigned int b)gd::Layoutinline
SetName(const gd::String &name_)gd::Layout
SetStandardSortMethod(bool enable=true)gd::Layoutinline
SetStopSoundsOnStartup(bool enable=true)gd::Layoutinline
SetWindowDefaultTitle(const gd::String &title_)gd::Layoutinline
StandardSortMethod() constgd::Layoutinline
StopSoundsOnStartup() constgd::Layoutinline
SwapLayers(std::size_t firstLayerIndex, std::size_t secondLayerIndex)gd::Layout
UnserializeFrom(gd::Project &project, const SerializerElement &element)gd::Layout
UpdateBehaviorsSharedData(gd::Project &project)gd::Layout
~Layout() (defined in gd::Layout)gd::Layoutvirtual