![]() |
Humble Framework for SkyOS |
#include <HTextEdit.h>
Inheritance diagram for HTextEdit:

Public Member Functions | |
| ErrCode | AddText (StringPtr pstr, bool bRedraw=true) |
| Adds text to the text edit control. | |
| ErrCode | Create (HANDLE hParent, StringPtr pstrName, HRect *prBounds=NULL, uint32 uStyle=0) |
| Creates the textedit widget. | |
| ErrCode | DeleteAllText (void) |
| Adds text to the text edit control. | |
| uint32 | GetLineCount (void) const |
| Returns the current line count. | |
| ErrCode | SetLineBackColor (uint32 uLine, const HColor &color) |
| Sets the back color for a given line. | |
| ErrCode | SetReadOnly (bool bReadOnly) |
| Makes the textedit control read only. | |
| bool | IsReadOnly (void) const |
| Returns true if textedit control is read only. | |
Protected Member Functions | |
| ErrCode | redrawText (void) const |
| Redraws the text. | |
| bool | isValidLine (uint32 uLine) const |
Protected Attributes | |
| bool | m_bReadOnly |
| Read-only flag. | |
| uint32 | m_uTextLines |
| Count of output lines. | |
|
||||||||||||
|
Definition at line 63 of file HTextEdit.h. |
|
||||||||||||||||||||
|
Definition at line 101 of file HTextEdit.h. |
|
|
Definition at line 147 of file HTextEdit.h. |
|
|
Definition at line 173 of file HTextEdit.h. |
|
|
Definition at line 195 of file HTextEdit.h. |
|
||||||||||||
|
This method sets the background color for a specific line of text. The lines are numbered from 1...GetLineCount(), inclusive.
Definition at line 207 of file HTextEdit.h. |
|
|
Definition at line 231 of file HTextEdit.h. |
|
|
Definition at line 250 of file HTextEdit.h. |
2006.01.09-16:37