VCF::DefaultTabPage Class Reference
#include <vcf/ApplicationKit/DefaultTabPage.h>
Inheritance diagram for VCF::DefaultTabPage:

Public Member Functions | |
| DefaultTabPage (Control *component=NULL) | |
| virtual | ~DefaultTabPage () |
| virtual bool | containsPoint (Point *pt) |
| This is called to determine if a given point is within the bounds of the item. | |
| virtual uint32 | getIndex () |
| Returns the index of the item within it's model. | |
| virtual void | setIndex (const uint32 &index) |
| virtual void * | getData () |
| Returns some application defined data. | |
| virtual void | setData (void *data) |
| Sets the application defined data. | |
| virtual void | setPageName (const String &name) |
| virtual String | getPageName () |
| virtual Control * | getPageComponent () |
| virtual void | setPageComponent (Control *component) |
| virtual bool | isSelected () |
| virtual void | setSelected (const bool &selected) |
| virtual void | paint (GraphicsContext *context, Rect *paintRect) |
| virtual uint32 | getPreferredHeight () |
| virtual Rect * | getBounds () |
| returns the Bounds for the Item or NULL if not applicable. | |
| virtual Control * | getControl () |
| All items may have a control that "owns" them. | |
| virtual void | setControl (Control *control) |
| Sets the owning control for this item. | |
| virtual int32 | getImageIndex () |
| virtual void | setImageIndex (const int32 &imageIndex) |
| virtual bool | canPaint () |
| indicates whether the item can paint itself. | |
| virtual void | setBounds (Rect *bounds) |
| virtual int32 | getStateImageIndex () |
| not supported | |
| virtual void | setStateImageIndex (const int32 &index) |
| not supported | |
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
indicates whether the item can paint itself. In general this is often false, but when true, the control that contains the item should call the item's paint() method whenever the item needs repainting. Implements VCF::Item. |
|
|
This is called to determine if a given point is within the bounds of the item. The bounds may be slightly different than what is returned by getBounds(). For example, an item may not support getBounds(), but may have a non-rectangular region and may implement containsPoint() accordingly. Implements VCF::Item. |
|
|
returns the Bounds for the Item or NULL if not applicable.
Implements VCF::Item. |
|
|
All items may have a control that "owns" them. so in a ListControl, the ListItem::getControl() would return the ListControl the items were part of. The control for item must match with the view control of the item's model. Reimplemented from VCF::Item. |
|
|
Returns some application defined data. This can be anything you want, hence the void* storage. Implements VCF::Item. |
|
|
Implements VCF::Item. |
|
|
Returns the index of the item within it's model.
Implements VCF::Item. |
|
|
Implements VCF::TabPage. |
|
|
Implements VCF::TabPage. |
|
|
Implements VCF::TabPage. |
|
|
not supported
Implements VCF::Item. |
|
|
Implements VCF::Item. |
|
||||||||||||
|
Implements VCF::Item. |
|
|
Implements VCF::Item. |
|
|
Sets the owning control for this item. It's made virtual so that subclasses can override the behaviour if they need to. Reimplemented from VCF::Item. |
|
|
Sets the application defined data.
Implements VCF::Item. |
|
|
Implements VCF::Item. |
|
|
Implements VCF::Item. |
|
|
Implements VCF::TabPage. |
|
|
Implements VCF::TabPage. |
|
|
Implements VCF::Item. |
|
|
not supported
Implements VCF::Item. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/DefaultTabPage.h
