#include <text_input.h>
Definition at line 24 of file text_input.h.
◆ ContentView()
◆ backgroundColor()
KDColor TextInput::ContentView::backgroundColor |
( |
| ) |
const |
|
inline |
◆ characterFrameAtIndex()
virtual KDRect TextInput::ContentView::characterFrameAtIndex |
( |
size_t |
index | ) |
const |
|
protectedpure virtual |
◆ cursorLocation()
size_t TextInput::ContentView::cursorLocation |
( |
| ) |
const |
|
inline |
◆ cursorRect()
KDRect TextInput::ContentView::cursorRect |
( |
| ) |
|
◆ insertTextAtLocation()
virtual bool TextInput::ContentView::insertTextAtLocation |
( |
const char * |
text, |
|
|
int |
location |
|
) |
| |
|
pure virtual |
◆ layoutSubviews()
void TextInput::ContentView::layoutSubviews |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ reloadRectFromCursorPosition()
void TextInput::ContentView::reloadRectFromCursorPosition |
( |
size_t |
index, |
|
|
bool |
lineBreak = false |
|
) |
| |
|
protected |
◆ removeChar()
virtual bool TextInput::ContentView::removeChar |
( |
| ) |
|
|
pure virtual |
◆ removeEndOfLine()
virtual bool TextInput::ContentView::removeEndOfLine |
( |
| ) |
|
|
pure virtual |
◆ setBackgroundColor()
void TextInput::ContentView::setBackgroundColor |
( |
KDColor |
backgroundColor | ) |
|
◆ setCursorLocation()
void TextInput::ContentView::setCursorLocation |
( |
int |
cursorLocation | ) |
|
◆ setTextColor()
void TextInput::ContentView::setTextColor |
( |
KDColor |
textColor | ) |
|
◆ text()
virtual const char* TextInput::ContentView::text |
( |
| ) |
const |
|
pure virtual |
◆ m_backgroundColor
KDColor TextInput::ContentView::m_backgroundColor |
|
protected |
◆ m_cursorIndex
size_t TextInput::ContentView::m_cursorIndex |
|
protected |
◆ m_cursorView
◆ m_fontSize
◆ m_textColor
KDColor TextInput::ContentView::m_textColor |
|
protected |
The documentation for this class was generated from the following files:
- C:/msys64/home/David Markarian/dox/epsilon/escher/include/escher/text_input.h
- C:/msys64/home/David Markarian/dox/epsilon/escher/src/text_input.cpp