Public Members |
 |  | | KWnd () |
 |  | virtual bool | OnPosChanged ( int x, int y, int width, int height) |
 |  | virtual bool | OnPaint ( int x, int y, int width, int height) |
 |  | virtual bool | OnEraseBkgnd ( BView * view) |
 |  | virtual bool | OnOwnerDraw ( ) |
 |  | virtual bool | OnMouseDown ( int btn, int x, int y) |
 |  | virtual bool | OnMouseUp ( int btn, int x, int y) |
 |  | virtual bool | OnMouseMove ( int x, int y) |
 |  | virtual bool | OnMouseEnter ( int x, int y) |
 |  | virtual bool | OnMouseExit ( int x, int y) |
 |  | virtual bool | OnContextMenu ( int x, int y) |
 |  | virtual bool | OnFocusChange ( bool gain) |
 |  | virtual bool | OnActivate ( int flags, bool min, BWindow * handle) |
 |  | virtual bool | OnClose () |
 |  | virtual bool | OnCommand ( int cmd) |
 |  | virtual bool | OnScroll ( int pos, int op, bool vert) |
 |  | virtual bool | OnSetCursor () |
 |  | virtual bool | OnChar ( char c, int data) |
 |  | virtual bool | OnKeyDown ( int virtKey, int keyData) |
 |  | virtual bool | OnKeyUp ( int virtKey, int keyData) |
 |  | virtual HBRUSH | OnCtlColor ( BView * view) |
 |  | virtual bool | updateInsets () |
 |  | virtual int | convertKey ( int virtKey, int* scan, int* chr) |
 |  | virtual int | getKeyMods () |
 |  | virtual char* | getText () |
 |  | | There is no generic BView method to get the object text, ONLY SUBCLASSES OF KWnd IMPLEMENT THIS.
|
 |  | virtual void | setText (jstring text) |
 |  | | There is no generic BView method to set the object text, ONLY SUBCLASSES OF KWnd IMPLEMENT THIS.
|
 |  | virtual void | setVisible (jboolean b) |
 |  | virtual void | setFocus () |
 |  | virtual void | setEnabled (jboolean b) |
 |  | | ONLY SUBCLASSES OF KWnd IMPLEMENT THIS.
|
 |  | virtual void | setBounds (int x, int y, int width, int height) |
 |  | virtual void | setForeground (rgb_color c) |
 |  | virtual void | setBackground (rgb_color c) |
 |  | virtual void | setFont (BFont * f) |
 |  | virtual void | setCursor (BCursor * cursor) |
 |  | virtual void | invalidate () |
 |  | virtual jobject | getPreferredSize () |
 |  | virtual void | postEvent (BMessage * msg) |
 |  | virtual bool | processMenuAction ( int idx) |
 |  | void | setView (BView * view) |
 |  | BView* | getView () |
 |  | BWindow* | getWindow () |
 |  | bool | lock () |
 |  | | Locks the native component's looper. More...
|
 |  | void | unlock () |
 |  | int | srcIdx |
 |  | BRect | insets |
 |  | rgb_color | fg |
 |  | rgb_color | bg |
 |  | BFont* | fnt |
 |  | BCursor* | cursor |