Max OS 0.3
Loading...
Searching...
No Matches
inputbox.h File Reference

Defines an InputBox widget for text input in a GUI application. More...

#include <cstdint>
#include <gui/widget.h>
#include <gui/font.h>
#include <common/string.h>

Go to the source code of this file.

Classes

class  MaxOS::gui::widgets::InputBoxTextChangedEvent
 Event that is triggered when the text in an input box is changed. More...
 
class  MaxOS::gui::widgets::InputBoxEventHandler
 Handles input box events. More...
 
class  MaxOS::gui::widgets::InputBox
 A box that can be used to input text. More...
 

Enumerations

enum class  MaxOS::gui::widgets::InputBoxEvents { TEXT_CHANGED }
 The events that an input box can trigger. More...
 

Detailed Description

Defines an InputBox widget for text input in a GUI application.

Date
11th October 2023
Author
Max Tyson

Definition in file inputbox.h.

Enumeration Type Documentation

◆ InputBoxEvents

The events that an input box can trigger.

Definition at line 24 of file inputbox.h.

24 {
25 TEXT_CHANGED
26 };