CPP-TOOLBOX
Loading...
Searching...
No Matches
UITextBox Struct Reference

#include <ui.hpp>

Public Member Functions

 UITextBox (draw_info::IVPColor background_ivpsc, draw_info::IVPColor text_drawing_data, vertex_geometry::Rectangle bounding_rect, int id=GlobalUIDGenerator::get_id())
 

Public Attributes

int parent_ui_id
 
draw_info::IVPColor background_ivpsc
 
draw_info::IVPColor text_drawing_ivpsc
 
vertex_geometry::Rectangle bounding_rect
 
bool mouse_above = false
 
TemporalBinarySignal modified_signal
 
bool hidden = false
 

Constructor & Destructor Documentation

◆ UITextBox()

UITextBox::UITextBox ( draw_info::IVPColor background_ivpsc,
draw_info::IVPColor text_drawing_data,
vertex_geometry::Rectangle bounding_rect,
int id = GlobalUIDGenerator::get_id() )
inline

Member Data Documentation

◆ background_ivpsc

draw_info::IVPColor UITextBox::background_ivpsc

◆ bounding_rect

vertex_geometry::Rectangle UITextBox::bounding_rect

◆ hidden

bool UITextBox::hidden = false

◆ modified_signal

TemporalBinarySignal UITextBox::modified_signal

◆ mouse_above

bool UITextBox::mouse_above = false

◆ parent_ui_id

int UITextBox::parent_ui_id

◆ text_drawing_ivpsc

draw_info::IVPColor UITextBox::text_drawing_ivpsc

The documentation for this struct was generated from the following file: