The GridRow class - More...
enum | ModelRowType { DataRow, GroupRow } |
GridRow () | |
GridCell | cell ( int index ) const |
GridModelController * | controller () const |
int | depth () const |
bool | expanded () const |
int | groupColumn () const |
bool | groupValue ( QVariant & retval ) const |
bool | last () const |
ModelGroup * | modelGroup () const |
int | modelRowIndex () const |
GridRow * | parentGroupRow () |
int | rowIndex () const |
void | setExpanded ( bool expanded ) |
ModelRowType | type () const |
bool | compareByRecord ( GridRow * modelRow, const int & record ) |
bool | compareByYpos ( GridRow * modelRow, const int & ypos ) |
void | initialize ( GridModelController * controller, ModelRowType type, ModelGroup * group, int rowIndex ) |
bool | isInitialized () const |
int | record () const |
void | reset () |
The GridRow class -
See also setExpanded().
See also expanded().