|
Int32 | AddColumn (Int32 id, const GeData &data, Int32 rows, Int32 flags) |
|
Int32 | InsertColumn (Int32 column, Int32 id, const GeData &data, Int32 rows, Int32 flags) |
|
Bool | RemoveColumn (Int32 column) |
|
Bool | UpdateColumn (Int32 column, Int32 id, const GeData &data) |
|
Bool | GetColumn (Int32 column, Int32 *id, GeData *data) |
|
void | SetColumnColor (Int32 column, const ssColor &backcol, const ssColor &txtcol=ssColor()) |
|
void | GetColumnColor (Int32 column, ssColor *backcol, ssColor *txtcol=nullptr) |
|
Int32 | GetColumnFlags (Int32 column) |
|
Int32 | SetColumnFlags (Int32 column, Int32 flags, Int32 mode=3) |
|
Float | GetColumnWidth (Int32 column) |
|
Float | SetColumnWidth (Int32 column, Float width) |
|
Int32 | GetColumnCount () |
|
Int32 | FindColumn (Int32 id) |
|
Int32 | AddRow (Int32 column, Int32 id, const GeData &data, Int32 flags) |
|
Int32 | InsertRow (Int32 column, Int32 row, Int32 id, const GeData &data) |
|
Bool | RemoveRow (Int32 column, Int32 row) |
|
Bool | UpdateRow (Int32 column, Int32 row, Int32 id, const GeData &data) |
|
Bool | GetRow (Int32 column, Int32 row, Int32 *id, GeData *data) |
|
void | SetRowColor (Int32 column, Int32 row, const ssColor &backcol, const ssColor &txtcol=ssColor()) |
|
void | GetRowColor (Int32 column, Int32 row, ssColor *backcol, ssColor *txtcol=nullptr) |
|
Int32 | GetRowCount (Int32 column) |
|
Int32 | GetRowTotalCount (Int32 column) |
|
Int32 | GetRowFlags (Int32 column, Int32 row) |
|
Int32 | SetRowFlags (Int32 column, Int32 row, Int32 flags, Int32 mode=3) |
|
Int32 | FindRow (Int32 column, Int32 id) |
|
void | GetSelection (BaseSelect *selection) |
|
void | SetSelection (BaseSelect *selection) |
|
Int32 | GetFlags () |
|
Int32 | SetFlags (Int32 flags, Int32 mode=3) |
|
void | Clear () |
|
Int32 | GetRowIndex (Int32 column, Int32 row, Int32 *base) |
|
RowTable * | BuildRowTable (Int32 column) |
|
Int32 | GetSelectionCount () |
|
void | GetHidden (BaseSelect *selection) |
|
void | SetHidden (BaseSelect *selection) |
|
Int32 | GetHiddenCount () |
|
void | GetCursor (Int32 *cx, Int32 *cy) |
|
void | SetCursor (Int32 cx, Int32 cy) |
|
BaseContainer * | GetUserData () |
|
BaseLink * | GetOwnerLink () |
|