AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
UITextArea Class Reference

Protected Member Functions

void SetUp () override
 
void TearDown () override
 
auto & entries ()
 
- Protected Member Functions inherited from testing::UITest
void SetUp () override
 
void TearDown () override
 

Protected Attributes

_< ATextAreamTextArea
 

Member Data Documentation

◆ mTextArea

_<ATextArea> UITextArea::mTextArea
protected
Initial value:
= _new<ATextArea>() with_style { FixedSize { 300_dp, {} }, LineHeight { 1.f } } let {
it->setText("hello world!\nsecond line");
}
#define let
Performs multiple operations on a single object without repeating its name (in place) This function c...
Definition: kAUI.h:262
#define with_style
Allows to define a style to the view right in place.
Definition: kAUI.h:287

The documentation for this class was generated from the following file:
Inheritance diagram for UITextArea:
Collaboration diagram for UITextArea: