Leaper Vision Toolkit
中文 / English 2.x
LSortedArray Class Reference
Inheritance diagram for LSortedArray:
ILSortedArray ILDrawable ILObject

Additional Inherited Members

- Public Member Functions inherited from ILSortedArray
void Draw (HDC hdc, LPVSortedArrayDrawFlags drawFlags, double zoomX, double zoomY, double panX, double panY)
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Public Member Functions inherited from ILDrawable
void SetBrushColor (COLORREF brushColor)
 
void SetFont (LString fontFamily, int fontHeight, COLORREF fontColor, BOOL bold, BOOL italic, BOOL underline, BOOL strikeOut)
 
void SetFontColor (COLORREF fontColor)
 
void SetFontFamily (LString fontFamily)
 
void SetFontHeight (int fontHeight)
 
void SetPen (LPVPenStyle penStyle, int penWidth, COLORREF penColor)
 
void SetPenColor (COLORREF penColor)
 
void SetPenStyle (LPVPenStyle penStyle)
 
void SetPenWidth (int penWidth)
 
- Properties inherited from ILSortedArray
double AvgColumnSpace [get]
 The average column space between objects in the array.
 
double AvgRowSpace [get]
 The average row space between objects in the array.
 
int ColumnCount [get]
 The count of columns after sorting.
 
ILLine ColumnLine (int columnIndex) [get]
 The column line of the given index. It's the fitting result of all positions on the column. More...
 
int FilteredCount [get]
 The count of the filtered objects after sorting. More...
 
BOOL HasItem (int columnIndex, int rowIndex) [get]
 Query the presence of object for the given column and row index after sorting. More...
 
ILSortable Item (int columnIndex, int rowIndex) [get]
 Get the object for the given column and row index after sorting. More...
 
ILSortable ItemFiltered (int index) [get]
 Get the filtered object after sorting. More...
 
ILPoint Position (int columnIndex, int rowIndex) [get]
 Get the position point for the given column and row index after sorting. If there is an object for the given indexes, the position of the object is returned; otherwise, the intersection point of the corresponding column and row line is returned. More...
 
int RowCount [get]
 The count of rows after sorting.
 
ILLine RowLine (int rowIndex) [get]
 The row line of the given index. It's the fitting result of all positions on the row. More...
 

Detailed Description

This class implements the interface ILSortedArray, and is used to create an instance of array-sorting result.