#include <gridlayout.h>
Collaboration diagram for Wt::MatrixLayoutItemValue:
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 |
Private Attributes | |
int | type_ |
int | row_span_ |
int | col_span_ |
Definition at line 31 of file gridlayout.h.
int Wt::MatrixLayoutItemValue::columnSpan | ( | ) | const [inline] |
Definition at line 54 of file gridlayout.h.
References col_span_.
Referenced by Wt::GridLayout::setGeometry(), and Wt::GridLayout::validate().
00054 { 00055 return col_span_; 00056 }
bool Wt::MatrixLayoutItemValue::isMultiCell | ( | ) | const [inline] |
Definition at line 58 of file gridlayout.h.
References col_span_, and row_span_.
Referenced by Wt::GridLayout::validate().
bool Wt::MatrixLayoutItemValue::isReference | ( | ) | const [inline] |
Definition at line 42 of file gridlayout.h.
References Reference, and type_.
Referenced by Wt::GridLayout::setGeometry(), and Wt::GridLayout::validate().
int Wt::MatrixLayoutItemValue::rowSpan | ( | ) | const [inline] |
Definition at line 50 of file gridlayout.h.
References row_span_.
Referenced by Wt::GridLayout::setGeometry(), and Wt::GridLayout::validate().
00050 { 00051 return row_span_; 00052 }
int Wt::MatrixLayoutItemValue::type | ( | ) | const [inline] |
int Wt::MatrixLayoutItemValue::col_span_ [private] |
int Wt::MatrixLayoutItemValue::row_span_ [private] |
int Wt::MatrixLayoutItemValue::type_ [private] |
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.