Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

KEdit Class Reference

Native widget for text fields and areas. More...

Class diagram for KEdit:

KWnd

List of all members.


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

Detailed Description

Native widget for text fields and areas.


Member Function Documentation

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.


Member Data Documentation

bool KEdit::multi


The documentation for this class was generated from the following file:
Generated at Sat Jun 10 12:37:09 2000 by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999