Class diagram for KEdit:
Public Members | |||
![]() | ![]() | KEdit ( BView * parent, char* txt, int style) | |
![]() | ![]() | BTextView* | NATIVE () |
![]() | ![]() | bool | OnChar ( TCHAR c, int data) |
![]() | ![]() | bool | OnKeyDown ( int virtKey, int data) |
![]() | ![]() | void | setEchoChar ( jchar c) |
![]() | ![]() | void | setCaretPos ( int idx) |
![]() | ![]() | void | select ( int start, int end) |
![]() | ![]() | void | selectAll () |
![]() | ![]() | void | replaceSelection ( TCHAR* txt) |
![]() | ![]() | void | setEditable ( bool flag) |
![]() | ![]() | char* | getText () |
![]() | ![]() | There is no generic BView method to get the object text, ONLY SUBCLASSES OF KWnd IMPLEMENT THIS. | |
![]() | ![]() | void | setForeground (rgb_color c) |
![]() | ![]() | void | setFont (BFont * f) |
![]() | ![]() | void | setText ( jstring jtext) |
![]() | ![]() | There is no generic BView method to set the object text, ONLY SUBCLASSES OF KWnd IMPLEMENT THIS. | |
![]() | ![]() | bool | multi |
KEdit::KEdit (BView * parent, char * txt, int style) [inline]
|
BTextView * KEdit::NATIVE () [inline]
|
bool KEdit::OnChar (TCHAR c, int data) [inline]
|
bool KEdit::OnKeyDown (int virtKey, int data) [inline, virtual]
|
Reimplemented from KWnd.
void KEdit::setEchoChar (jchar c) [inline]
|
void KEdit::setCaretPos (int idx) [inline]
|
void KEdit::select (int start, int end) [inline]
|
void KEdit::selectAll () [inline]
|
void KEdit::replaceSelection (TCHAR * txt) [inline]
|
void KEdit::setEditable (bool flag) [inline]
|
char * KEdit::getText () [inline, virtual]
|
There is no generic BView method to get the object text, ONLY SUBCLASSES OF KWnd IMPLEMENT THIS.
Reimplemented from KWnd.
void KEdit::setForeground (rgb_color c) [inline, virtual]
|
Reimplemented from KWnd.
void KEdit::setFont (BFont * f) [inline, virtual]
|
Reimplemented from KWnd.
void KEdit::setText (jstring jtext) [inline, virtual]
|
There is no generic BView method to set the object text, ONLY SUBCLASSES OF KWnd IMPLEMENT THIS.
Reimplemented from KWnd.
bool KEdit::multi |