Magnum/Ui/Widget.h file new in Git master

Class Magnum::Ui::AbstractWidget, Magnum::Ui::BasicWidget, typedef Magnum::Ui::Widget.

Namespaces

namespace Magnum
Root namespace.
namespace Magnum::Ui
UI library.

Classes

class Magnum::Ui::AbstractWidget new in Git master
Abstract base for stateful widgets.
template<class UserInterface>
class Magnum::Ui::BasicWidget new in Git master
Templated abstract base for stateful widgets.

Typedefs

using Widget = BasicWidget<UserInterface> new in Git master
Base for stateful widgets for use with UserInterface.