VCF::Win32Tree Class Reference
#include <Win32Tree.h>
Inheritance diagram for VCF::Win32Tree:

Public Member Functions | |
| Win32Tree (TreeControl *tree) | |
| virtual | ~Win32Tree () |
| virtual void | create (Control *owningControl) |
| This is called to actually create any neccessary windowing system resources specific to a new control (or widget/window/etc) instance for the platform. | |
| virtual double | getItemIndent () |
| virtual void | setItemIndent (const double &indent) |
| virtual void | setStateImageList (ImageList *imageList) |
| virtual void | setImageList (ImageList *imageList) |
| virtual void | setHeaderImageList (ImageList *imageList) |
| virtual Win32Object::CreateParams | createParams () |
| called before the create window is called. | |
| virtual Rect | getItemImageRect (const TreeModel::Key &itemKey) |
| virtual Rect | getItemRect (const TreeModel::Key &itemKey) |
| virtual TreeModel::Key | hitTest (const Point &pt) |
| virtual bool | getAllowLabelEditing () |
| virtual void | setAllowLabelEditing (const bool &allowLabelEditing) |
| virtual void | enableHeader (const bool &val) |
| virtual void | setColumnWidth (const uint32 &index, const double &width, ColumnAutosizeType type) |
| virtual double | getColumnWidth (const uint32 &index) |
| virtual TextAlignmentType | getColumnTextAlignment (const uint32 &index) |
| virtual void | setColumnTextAlignment (const uint32 &index, const TextAlignmentType &val) |
| virtual void | setDisplayOptions (uint32 displayOptions) |
| virtual bool | handleEventMessages (UINT message, WPARAM wParam, LPARAM lParam, LRESULT &wndProcResult, WNDPROC defaultWndProc=NULL) |
| returns true if no further handling is required, otherwise returns false, which means the rest of the handling needs to be done by the default wnd proc. | |
| virtual void | setFont (Font *font) |
| virtual void | repaint (Rect *repaintRect, const bool &immediately) |
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
This is called to actually create any neccessary windowing system resources specific to a new control (or widget/window/etc) instance for the platform. create() must be called by the containing VCF::Control subclass, typically in the classes constructor, after retreiving the new peer instance from the appropriate UIToolkit::createXXX() call. Reimplemented from VCF::AbstractWin32Component. |
|
|
called before the create window is called. Overide this to change the style and style ex parameters. Returns a pair, the pair.first is the style parameter, the pair.second is the style ex paramater. Reimplemented from VCF::Win32Object. |
|
|
|
|
|
Implements VCF::TreePeer. |
|
|
Implements VCF::TreePeer. |
|
|
Implements VCF::TreePeer. |
|
|
Implements VCF::TreePeer. |
|
|
Implements VCF::TreePeer. |
|
|
Implements VCF::TreePeer. |
|
||||||||||||||||||||||||
|
returns true if no further handling is required, otherwise returns false, which means the rest of the handling needs to be done by the default wnd proc.
Reimplemented from VCF::AbstractWin32Component. |
|
|
Implements VCF::TreePeer. |
|
||||||||||||
|
Reimplemented from VCF::AbstractWin32Component. |
|
|
Implements VCF::TreePeer. |
|
||||||||||||
|
Implements VCF::TreePeer. |
|
||||||||||||||||
|
Implements VCF::TreePeer. |
|
|
Implements VCF::TreePeer. |
|
|
Reimplemented from VCF::AbstractWin32Component. |
|
|
Implements VCF::TreePeer. |
|
|
Implements VCF::TreePeer. |
|
|
Implements VCF::TreePeer. |
|
|
Implements VCF::TreePeer. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/Win32Tree.h
