class MASKING_DLL_DECLSPEC HyperText

A HyperText is almost the same as a Button without a bitmap except that it looks more like an internet link

Inheritance:

HyperText - Button - Label - Widget - Rect


Protected Methods

[more]void Draw(Bitmap& canvas)
Draws the hypertext on the canvas.
[more]void MsgGotmouse()
When the hypertext gets the mouse it changes the cursor to an internet link pointer hand cursor thingy and when it loses the mouse it changes the cursor back to normal
[more]void MsgLostmouse()
See MsgGotmouse()
[more]void MsgInitSkin()
Initializes the widget with the default hypertext fonts and font colours from the skin and sets all the flags that define the behaviour of a hypertext widget
[more]void UpdateSize()
This widget resizes itself to the size of the text regardless of the status of the D_AUTOSIZE flag


Documentation

A HyperText is almost the same as a Button without a bitmap except that it looks more like an internet link
ovoid Draw(Bitmap& canvas)
Draws the hypertext on the canvas. The link is drawn as underlined text with a dotted rectangle around it.

ovoid MsgGotmouse()
When the hypertext gets the mouse it changes the cursor to an internet link pointer hand cursor thingy and when it loses the mouse it changes the cursor back to normal

ovoid MsgLostmouse()
See MsgGotmouse()

ovoid MsgInitSkin()
Initializes the widget with the default hypertext fonts and font colours from the skin and sets all the flags that define the behaviour of a hypertext widget

ovoid UpdateSize()
This widget resizes itself to the size of the text regardless of the status of the D_AUTOSIZE flag


This class has no child classes.

Alphabetic index Hierarchy of classes


Back to front page   |   page generated with DOC++