#include <control.h>
Inheritance diagram for os::Control:
Public Methods | |
Control (Rect cFrame, const char *pzName, const char *pzLabel, Message *pcMessage, uint32 nResizeMask, uint32 nFlags=WID_WILL_DRAW|WID_CLEAR_BACKGROUND) | |
~Control () | |
void | AttachedToWindow (void) |
void | WindowActivated (bool bIsActive) |
Hook called when the window hosting this view gain or loose focus. More... | |
void | MakeFocus (bool bFocus=true) |
status_t | Invoke (Message *pcMessage=NULL) |
bool | IsFocusChanging (void) const |
virtual void | SetEnable (bool bEnabled) |
bool | IsEnabled (void) const |
virtual void | SetLabel (const char *pzLabel) |
const char* | GetLabel (void) const |
virtual void | SetValue (int nValue) |
int | GetValue (void) const |
|
|
|
|
|
Reimplemented from os::View. Reimplemented in os::RadioButton, and os::Slider. |
|
|
|
|
|
Reimplemented from os::Invoker. Reimplemented in os::ScrollBar, and os::Slider. |
|
|
|
|
|
Reimplemented from os::View. |
|
|
|
|
|
Reimplemented in os::RadioButton, and os::ScrollBar. |
|
Hook called when the window hosting this view gain or loose focus.
Reimplemented from os::View. |