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

Public Member Functions | |
| Win32Listview (ListViewControl *listviewControl) | |
| virtual | ~Win32Listview () |
| 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 Win32Object::CreateParams | createParams () |
| called before the create window is called. | |
| 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 | selectItem (const uint32 &index) |
| virtual uint32 | getSelectedItem () |
| virtual void | setFocusedItem (const uint32 &index) |
| virtual uint32 | getFocusedItem () |
| virtual bool | isItemSelected (const uint32 &index) |
| virtual Rect | getItemRect (const uint32 &index) |
| virtual Rect | getItemImageRect (const uint32 &index) |
| virtual uint32 | hitTest (const Point &point) |
| virtual Enumerator< uint32 > * | getSelectedItems () |
| virtual void | rangeSelect (const Rect &selectionRect) |
| virtual bool | allowsMultiSelect () |
| virtual void | setAllowsMultiSelect (const bool &allowsMultiSelect) |
| virtual void | setLargeImageList (ImageList *imageList) |
| virtual void | setSmallImageList (ImageList *imageList) |
| virtual bool | ensureVisible (const uint32 &index, bool partialOK) |
| 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 IconStyleType | getIconStyle () |
| virtual void | setIconStyle (const IconStyleType &iconStyle) |
| virtual IconAlignType | getIconAlignment () |
| virtual void | setIconAlignment (const IconAlignType &iconAlignType) |
| virtual bool | getAllowLabelEditing () |
| virtual void | setAllowLabelEditing (const bool &allowLabelEditing) |
| virtual int32 | getDisplayOptions () |
| virtual void | setDisplayOptions (const int32 &displayOptions) |
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
Implements VCF::ListPeer. |
|
|
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::ListviewPeer. |
|
|
Implements VCF::ListviewPeer. |
|
|
Implements VCF::ListviewPeer. |
|
|
Implements VCF::ListviewPeer. |
|
|
Implements VCF::ListviewPeer. |
|
|
Implements VCF::ListPeer. |
|
|
Implements VCF::ListviewPeer. |
|
|
Implements VCF::ListviewPeer. |
|
|
Implements VCF::ListPeer. |
|
|
Implements VCF::ListPeer. |
|
|
Implements VCF::ListPeer. |
|
|
Implements VCF::ListPeer. |
|
||||||||||||||||||||||||
|
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::ListPeer. |
|
|
Implements VCF::ListPeer. |
|
|
Implements VCF::ListPeer. |
|
|
Implements VCF::ListPeer. |
|
|
Implements VCF::ListviewPeer. |
|
|
Implements VCF::ListPeer. |
|
||||||||||||
|
Implements VCF::ListviewPeer. |
|
||||||||||||||||
|
Implements VCF::ListviewPeer. |
|
|
Implements VCF::ListviewPeer. |
|
|
Implements VCF::ListPeer. |
|
|
Implements VCF::ListviewPeer. |
|
|
Implements VCF::ListviewPeer. |
|
|
Implements VCF::ListPeer. |
|
|
Implements VCF::ListPeer. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/Win32Listview.h
