Brunot
Loading...
Searching...
No Matches
Menu.h File Reference

A menu that organizes its parents' children (in the node) either horizontally or vertically. More...

#include "Button.h"
#include "Framework/Component.h"
Include dependency graph for Menu.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Menu
 A menu that organizes its parents' children (in the node) either horizontally or vertically. More...

Enumerations

enum class  menuType { mDefault = 0 , mWrapped = 1 }

Detailed Description

A menu that organizes its parents' children (in the node) either horizontally or vertically.

Inherently supports 2D grids. Typically used with Button s and a Selector, but doesn't depend on them in any way

Author

Bryley Elder (bryle.nosp@m.y.el.nosp@m.der@d.nosp@m.igip.nosp@m.en.ed.nosp@m.u) pair programmed initial set-up, filled out in-depth functionality Aidan Hartman (aidan.nosp@m..har.nosp@m.tman@.nosp@m.digi.nosp@m.pen.e.nosp@m.du) Assisted Bryley with functionality, bug clean-up Ori Balashov (ori.b.nosp@m.alas.nosp@m.hov@d.nosp@m.igip.nosp@m.en.ed.nosp@m.u) pair programmed initial set-up
Date
2026 / 01 / 23

Enumeration Type Documentation

◆ menuType

enum class menuType
strong
Enumerator
mDefault 
mWrapped