![]() |
Public API Reference |
#include <csgrid.h>
Inheritance diagram for csGridCell:

Public Methods | |
| csGridCell () | |
| Create a grid cell with default parameters. More... | |
| virtual void | Draw () |
| Draw the cell. More... | |
| bool | IsUsed () |
| Query if this cell is used. More... | |
| void | SetUsed (bool iState=true) |
| Set the in-use flag for this cell. More... | |
Public Attributes | |
| csCellBorder | upper |
| The styles for upper, lower, left and right borders. More... | |
| csCellBorder | lower |
| The styles for upper, lower, left and right borders. More... | |
| csCellBorder | left |
| The styles for upper, lower, left and right borders. More... | |
| csCellBorder | right |
| The styles for upper, lower, left and right borders. More... | |
| int | row |
| The row and column for this cell (set before calling Draw() by grid). More... | |
| int | col |
| The row and column for this cell (set before calling Draw() by grid). More... | |
| void * | data |
| Data associated with this cell. More... | |
| csString | valuePattern |
| how content should be formated. More... | |
Protected Methods | |
| void | DrawLine (int x1, int y1, int x2, int y2, csCellBorder &border) |
| Draw a line with given border style. More... | |
the thing that lives inside the cell)
Definition at line 202 of file csgrid.h.
|
|
Create a grid cell with default parameters.
|
|
|
Draw the cell.
Reimplemented from csComponent. |
|
||||||||||||||||||||||||
|
Draw a line with given border style.
|
|
|
Query if this cell is used.
|
|
|
Set the in-use flag for this cell.
|
|
|
The row and column for this cell (set before calling Draw() by grid).
|
|
|
Data associated with this cell.
|
|
|
The styles for upper, lower, left and right borders.
|
|
|
The styles for upper, lower, left and right borders.
|
|
|
The styles for upper, lower, left and right borders.
|
|
|
The row and column for this cell (set before calling Draw() by grid).
|
|
|
The styles for upper, lower, left and right borders.
|
|
|
how content should be formated.
|