liborigin ..
Origin::TextBox Struct Reference

#include <OriginObj.h>

Public Member Functions

 TextBox (const std::string &_text, Rect _clientRect, Color _color, unsigned short _fontSize, int _rotation, int _tab, BorderType _borderType, Attach _attach, bool _shown=true)
 TextBox (const std::string &_text=std::string())

Public Attributes

Attach attach
BorderType borderType
Rect clientRect
Color color
unsigned short fontSize
int rotation
bool shown
int tab
std::string text

Constructor & Destructor Documentation

◆ TextBox() [1/2]

Origin::TextBox::TextBox ( const std::string & _text = std::string())
inlineexplicit

◆ TextBox() [2/2]

Origin::TextBox::TextBox ( const std::string & _text,
Rect _clientRect,
Color _color,
unsigned short _fontSize,
int _rotation,
int _tab,
BorderType _borderType,
Attach _attach,
bool _shown = true )
inline

Member Data Documentation

◆ attach

Attach Origin::TextBox::attach

Referenced by TextBox().

◆ borderType

BorderType Origin::TextBox::borderType

Referenced by TextBox().

◆ clientRect

Rect Origin::TextBox::clientRect

Referenced by TextBox().

◆ color

Color Origin::TextBox::color

Referenced by TextBox(), and TextBox().

◆ fontSize

unsigned short Origin::TextBox::fontSize

Referenced by TextBox().

◆ rotation

int Origin::TextBox::rotation

Referenced by TextBox().

◆ shown

bool Origin::TextBox::shown

Referenced by TextBox().

◆ tab

int Origin::TextBox::tab

Referenced by TextBox().

◆ text

std::string Origin::TextBox::text

Referenced by TextBox(), and TextBox().


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