Additional Inherited Members | |
![]() | |
void | Draw (HDC hdc, LPVSortedArrayDrawFlags drawFlags, double zoomX, double zoomY, double panX, double panY) |
![]() | |
ILObject * | Copy () |
LPVErrorCode | Load (LString filename) |
void | Reset () |
LPVErrorCode | Save (LString filename) |
BOOL | Valid () |
![]() | |
void | SetBrushColor (COLORREF brushColor) |
void | SetDrawName (BOOL val) |
void | SetDrawPoint (int size, LPVPointShape shape) |
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) |
![]() | |
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... | |
![]() | |
LString | Name [get, set] |
Name of the object. By default, the object has no name. In most cases, LPV classes don't make use of the names. The name is drawn on canvas around the object if ILDrawable::SetDrawName() is enabled. More... | |
This class implements the interface ILSortedArray, and is used to create an instance of array-sorting result.