#include <gridlayout.h>
Public Types | |
| Original | |
| Reference | |
| enum | Type { Original, Reference } |
Public Member Functions | |
| MatrixLayoutItemValue (int type=Original, int row_span=1, int col_span=1) | |
| bool | isReference () const |
| int | type () const |
| int | rowSpan () const |
| int | columnSpan () const |
| bool | isMultiCell () const |
| Wt::MatrixLayoutItemValue::MatrixLayoutItemValue | ( | int | type = Original, |
|
| int | row_span = 1, |
|||
| int | col_span = 1 | |||
| ) | [inline] |
| int Wt::MatrixLayoutItemValue::columnSpan | ( | ) | const [inline] |
| bool Wt::MatrixLayoutItemValue::isMultiCell | ( | ) | const [inline] |
| bool Wt::MatrixLayoutItemValue::isReference | ( | ) | const [inline] |
| int Wt::MatrixLayoutItemValue::rowSpan | ( | ) | const [inline] |
| int Wt::MatrixLayoutItemValue::type | ( | ) | const [inline] |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.