Public 成员函数 | |
| Column (int index) | |
| int | getColumnLeft () |
| int | getColumnWidth () |
| int | getIndex () |
| int | getBottom () |
| void | offsetTopAndBottom (int offset) |
| int | getTop () |
| void | save () |
| void | clear () |
Private 属性 | |
| int | mIndex |
| int | mColumnWidth |
| int | mColumnLeft |
| int | mSynchedTop = 0 |
| int | mSynchedBottom = 0 |
The Class Column.
|
inline |
Instantiates a new column.
| index | the index |
|
inline |
Clear.
|
inline |
Gets the bottom.
|
inline |
Gets the column left.
|
inline |
Gets the column width.
|
inline |
Gets the index.
|
inline |
Gets the top.
|
inline |
Offset top and bottom.
| offset | the offset |
|
inline |
Save.
|
private |
The m column left.
|
private |
The m column width.
|
private |
The m index.
|
private |
The m synched bottom.
|
private |
The m synched top.
1.8.4