BeMDI SDK |
Activate | Called, when this view or its target is activated or deactivated. | |
CTitleView | Constructor | |
SetTarget | Sets the target. | |
Target | Returns the target. | |
TargetMoved | Called, when the target is moved. | |
TargetResized | Called, when the target is resized. | |
TargetTitleChanged | Called, when the title of the target changes. | |
target | The target view. | |
~CTitleView | Destructor |
A title view displays the title of a titled view. That titled view is called 'target'. The size and position of a title view normally depends on the size and position of the target. If the target is moved or resize it must notify its title view. Therfore it must be derived from CTitledView.
The title view holds a pointer to its target and vice versa. Such a pair should be created in this order:
Last modified | Sun Sep 2 20:41:35 2001 |
Derived from | CZOrderedView | Declared in | TitledView.h |