URLView Class Reference
List of all members.
|
Classes |
| struct | kp |
Public Member Functions |
| | URLView (BRect frame, const char *name, const char *label, const char *url, uint32 resizingMode=B_FOLLOW_LEFT|B_FOLLOW_TOP, uint32 flags=B_WILL_DRAW) |
| | ~URLView () |
| virtual void | AttachedToWindow () |
| virtual void | Draw (BRect updateRect) |
| virtual void | MessageReceived (BMessage *message) |
| virtual void | MouseDown (BPoint point) |
| virtual void | MouseMoved (BPoint point, uint32 transit, const BMessage *message) |
| virtual void | MouseUp (BPoint point) |
| virtual void | WindowActivated (bool active) |
| virtual void | AddAttribute (const char *name, const char *value) |
| virtual bool | IsEnabled () |
| virtual void | SetColor (rgb_color color) |
| virtual void | SetColor (uchar red, uchar green, uchar blue, uchar alpha=255) |
| virtual void | SetClickColor (rgb_color color) |
| virtual void | SetClickColor (uchar red, uchar green, uchar blue, uchar alpha=255) |
| virtual void | SetDisabledColor (rgb_color color) |
| virtual void | SetDisabledColor (uchar red, uchar green, uchar blue, uchar alpha=255) |
| virtual void | SetDraggable (bool draggable) |
| virtual void | SetEnabled (bool enabled) |
| virtual void | SetHoverColor (rgb_color color) |
| virtual void | SetHoverColor (uchar red, uchar green, uchar blue, uchar alpha=255) |
| virtual void | SetHoverEnabled (bool hover) |
| virtual void | SetIconSize (icon_size iconSize) |
| virtual void | SetUnderlineThickness (int thickness) |
| virtual void | SetURL (const char *url) |
Constructor & Destructor Documentation
| URLView::URLView |
( |
BRect |
frame, |
|
|
const char * |
name, |
|
|
const char * |
label, |
|
|
const char * |
url, |
|
|
uint32 |
resizingMode = B_FOLLOW_LEFT | B_FOLLOW_TOP, |
|
|
uint32 |
flags = B_WILL_DRAW | |
|
) |
| | |
Member Function Documentation
| void URLView::AddAttribute |
( |
const char * |
name, |
|
|
const char * |
value | |
|
) |
| | [virtual] |
| void URLView::AttachedToWindow |
( |
|
) |
[virtual] |
| void URLView::Draw |
( |
BRect |
updateRect |
) |
[virtual] |
| bool URLView::IsEnabled |
( |
|
) |
[virtual] |
| void URLView::MessageReceived |
( |
BMessage * |
message |
) |
[virtual] |
| void URLView::MouseDown |
( |
BPoint |
point |
) |
[virtual] |
| void URLView::MouseMoved |
( |
BPoint |
point, |
|
|
uint32 |
transit, |
|
|
const BMessage * |
message | |
|
) |
| | [virtual] |
| void URLView::MouseUp |
( |
BPoint |
point |
) |
[virtual] |
| void URLView::SetClickColor |
( |
uchar |
red, |
|
|
uchar |
green, |
|
|
uchar |
blue, |
|
|
uchar |
alpha = 255 | |
|
) |
| | [virtual] |
| void URLView::SetClickColor |
( |
rgb_color |
color |
) |
[virtual] |
| void URLView::SetColor |
( |
uchar |
red, |
|
|
uchar |
green, |
|
|
uchar |
blue, |
|
|
uchar |
alpha = 255 | |
|
) |
| | [virtual] |
| void URLView::SetColor |
( |
rgb_color |
color |
) |
[virtual] |
| void URLView::SetDisabledColor |
( |
uchar |
red, |
|
|
uchar |
green, |
|
|
uchar |
blue, |
|
|
uchar |
alpha = 255 | |
|
) |
| | [virtual] |
| void URLView::SetDisabledColor |
( |
rgb_color |
color |
) |
[virtual] |
| void URLView::SetDraggable |
( |
bool |
draggable |
) |
[virtual] |
| void URLView::SetEnabled |
( |
bool |
enabled |
) |
[virtual] |
| void URLView::SetHoverColor |
( |
uchar |
red, |
|
|
uchar |
green, |
|
|
uchar |
blue, |
|
|
uchar |
alpha = 255 | |
|
) |
| | [virtual] |
| void URLView::SetHoverColor |
( |
rgb_color |
color |
) |
[virtual] |
| void URLView::SetHoverEnabled |
( |
bool |
hover |
) |
[virtual] |
| void URLView::SetIconSize |
( |
icon_size |
iconSize |
) |
[virtual] |
| void URLView::SetUnderlineThickness |
( |
int |
thickness |
) |
[virtual] |
| void URLView::SetURL |
( |
const char * |
url |
) |
[virtual] |
| void URLView::WindowActivated |
( |
bool |
active |
) |
[virtual] |
The documentation for this class was generated from the following files: