Cinder
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Class List
Class Hierarchy
Class Members
cinder::TextBox Member List
This is the complete list of members for
cinder::TextBox
, including all inherited members.
Alignment
enum name
cinder::TextBox
Alignment
typedef
cinder::TextBox
alignment
(Alignment align)
cinder::TextBox
appendText
(const std::string &t)
cinder::TextBox
backgroundColor
(ColorA bgColor)
cinder::TextBox
calculate
() const
cinder::TextBox
[protected]
calculateLineBreaks
() const
cinder::TextBox
[protected]
CENTER
enum value
cinder::TextBox
color
(ColorA color)
cinder::TextBox
createLines
() const
cinder::TextBox
[protected]
font
(const Font &f)
cinder::TextBox
getAlignment
() const
cinder::TextBox
getBackgroundColor
() const
cinder::TextBox
getColor
() const
cinder::TextBox
getFont
() const
cinder::TextBox
getLigate
() const
cinder::TextBox
getPremultiplied
() const
cinder::TextBox
getSize
() const
cinder::TextBox
getText
() const
cinder::TextBox
GROW
enum value
cinder::TextBox
LEFT
enum value
cinder::TextBox
ligate
(bool ligateText=true)
cinder::TextBox
mAlign
cinder::TextBox
[protected]
mBackgroundColor
cinder::TextBox
[protected]
mCalculatedSize
cinder::TextBox
[mutable, protected]
mColor
cinder::TextBox
[protected]
measure
() const
cinder::TextBox
measureGlyphs
() const
cinder::TextBox
mFont
cinder::TextBox
[protected]
mInvalid
cinder::TextBox
[mutable, protected]
mLigate
cinder::TextBox
[protected]
mLines
cinder::TextBox
[mutable, protected]
mPremultiplied
cinder::TextBox
[protected]
mSize
cinder::TextBox
[protected]
mText
cinder::TextBox
[protected]
mWideText
cinder::TextBox
[mutable, protected]
premultiplied
(bool premult=true)
cinder::TextBox
render
(Vec2f offset=Vec2f::zero())
cinder::TextBox
RIGHT
enum value
cinder::TextBox
setAlignment
(Alignment align)
cinder::TextBox
setBackgroundColor
(ColorA bgColor)
cinder::TextBox
setColor
(ColorA color)
cinder::TextBox
setFont
(const Font &f)
cinder::TextBox
setLigate
(bool ligateText)
cinder::TextBox
setPremultiplied
(bool premult)
cinder::TextBox
setSize
(Vec2i sz)
cinder::TextBox
setText
(const std::string &t)
cinder::TextBox
size
(Vec2i sz)
cinder::TextBox
size
(int width, int height)
cinder::TextBox
text
(const std::string &t)
cinder::TextBox
TextBox
()
cinder::TextBox