#include <Fui.h>
Inheritance diagram for CFuiTextField:

Public Member Functions | |
| CFuiTextField (int x=0, int y=0, int w=0, int h=0, Tag window=0) | |
| ~CFuiTextField (void) | |
| virtual int | Read (SStream *stream, Tag tag) |
| virtual void | ReadFinished (void) |
| void | SetParentPosition (int xParent, int yParent) |
| void | Draw (void) |
| void | SetMaxChars (int maxChars) |
| int | GetMaxChars (void) |
| void | UsePassword (int passwordFlag) |
| int | IsPassword (void) |
| int | GetLength (void) |
| void | SetText (char *text) |
| char * | GetText (void) |
| void | SetSelection (int firstChar, int lastChar) |
| void | GetSelection (int *firstChar, int *lastChar) |
Protected Attributes | |
| SBitmap * | bmBack |
| SBitmap * | bmTop |
| SBitmap * | bmBottom |
| SBitmap * | bmLeft |
| SBitmap * | bmRight |
| SBitmap * | bmTopLeft |
| SBitmap * | bmTopRight |
| SBitmap * | bmBottomLeft |
| SBitmap * | bmBottomRight |
| unsigned int | colText |
| unsigned int | colHighlight |
| unsigned int | colTextHighlight |
| unsigned int | colLine |
| unsigned int | colFill |
| unsigned int | colFillDisabled |
| unsigned int | colCaret |
| bool | ignore_background |
| int | pass |
| Password entry field, 0=no. | |
| int | nChars |
| Size of char buffer. | |
| int | numb |
| Numeric only ? | |
| char * | data |
| Field data. | |
| std::list< CFuiComponent * > | decorationList |
Definition at line 1004 of file Fui.h.
|
||||||||||||||||||||||||
|
Definition at line 1892 of file Fui.cpp. References COMPONENT_TEXTFIELD, data, and MakeRGB(). |
|
|
Definition at line 1924 of file Fui.cpp. References data. |
|
|
Reimplemented from CFuiComponent. Definition at line 2082 of file Fui.cpp. References bmBack, colFill, colText, data, decorationList, DrawBitmap(), DrawText(), EraseSurfaceRGB(), CFuiComponent::font, ignore_background, and CFuiComponent::surface. |
|
|
Definition at line 2143 of file Fui.cpp. Referenced by CFuiManager::GetTextLength(). |
|
|
Definition at line 2128 of file Fui.cpp. Referenced by CFuiManager::GetTextMaxChars(). |
|
||||||||||||
|
Definition at line 2170 of file Fui.cpp. Referenced by CFuiManager::GetTextSelection(). |
|
|
Reimplemented from CFuiComponent. Definition at line 2161 of file Fui.cpp. Referenced by CFuiManager::GetTextText(). |
|
|
Definition at line 2138 of file Fui.cpp. Referenced by CFuiManager::IsTextPassword(). |
|
||||||||||||
|
Reimplemented from CFuiComponent. Definition at line 1929 of file Fui.cpp. References nChars, numb, pass, CFuiComponent::Read(), ReadInt(), SetMaxChars(), TAG_IGNORED, and TAG_READ. |
|
|
|
Definition at line 2110 of file Fui.cpp. Referenced by Read(), and CFuiManager::SetTextMaxChars(). |
|
||||||||||||
|
Reimplemented from CFuiComponent. |
|
||||||||||||
|
Definition at line 2166 of file Fui.cpp. Referenced by CFuiManager::SetTextSelection(). |
|
|
Definition at line 2149 of file Fui.cpp. Referenced by CFuiManager::SetTextText(). |
|
|
Definition at line 2133 of file Fui.cpp. Referenced by CFuiManager::UseTextPassword(). |
|
|
Definition at line 1031 of file Fui.h. Referenced by Draw(), and ReadFinished(). |
|
|
Definition at line 1033 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1038 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1039 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1034 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1035 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1032 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1036 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1037 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1047 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1045 of file Fui.h. Referenced by Draw(), and ReadFinished(). |
|
|
Definition at line 1046 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1042 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1044 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1041 of file Fui.h. Referenced by Draw(), and ReadFinished(). |
|
|
Definition at line 1043 of file Fui.h. Referenced by ReadFinished(). |
|
|
Definition at line 1053 of file Fui.h. Referenced by Draw(), SetText(), and ~CFuiTextField(). |
|
|
Definition at line 1055 of file Fui.h. Referenced by Draw(), and ReadFinished(). |
|
|
Definition at line 1048 of file Fui.h. Referenced by Draw(), and ReadFinished(). |
|
|
|
|
|
Definition at line 1052 of file Fui.h. Referenced by Read(). |
|
|
Definition at line 1050 of file Fui.h. Referenced by Read(). |
|
|
Documentation generated by
|