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

◆ borderType

BorderType Origin::TextBox::borderType

◆ clientRect

Rect Origin::TextBox::clientRect

◆ color

Color Origin::TextBox::color

◆ fontSize

unsigned short Origin::TextBox::fontSize

◆ rotation

int Origin::TextBox::rotation

◆ shown

bool Origin::TextBox::shown

◆ tab

int Origin::TextBox::tab

◆ text

std::string Origin::TextBox::text

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