#include <gridlayout.h>
Public Member Functions | |
| CellSpan (const LayoutItem *li=0, int row=-1, int column=-1, int row_span=1, int column_span=1) | |
| void | invalidate () |
| bool | isValid () const |
| void | setLayoutItem (const LayoutItem *li) |
| const LayoutItem * | layoutItem () const |
| void | setSpan (int row, int column, int row_span=1, int column_span=1) |
| void | setFromTo (int row_from, int row_to, int column_from, int column_to) |
| int | rowSpan () const |
| int | columnSpan () const |
| int | rowFrom () const |
| int | columnFrom () const |
| int | rowTo () const |
| int | columnTo () const |
| Wt::GridLayout::CellSpan::CellSpan | ( | const LayoutItem * | li = 0, |
|
| int | row = -1, |
|||
| int | column = -1, |
|||
| int | row_span = 1, |
|||
| int | column_span = 1 | |||
| ) | [inline] |
| int Wt::GridLayout::CellSpan::columnFrom | ( | ) | const [inline] |
| int Wt::GridLayout::CellSpan::columnSpan | ( | ) | const [inline] |
| int Wt::GridLayout::CellSpan::columnTo | ( | ) | const [inline] |
| void Wt::GridLayout::CellSpan::invalidate | ( | ) | [inline] |
| bool Wt::GridLayout::CellSpan::isValid | ( | ) | const [inline] |
| const LayoutItem* Wt::GridLayout::CellSpan::layoutItem | ( | ) | const [inline] |
| int Wt::GridLayout::CellSpan::rowFrom | ( | ) | const [inline] |
| int Wt::GridLayout::CellSpan::rowSpan | ( | ) | const [inline] |
| int Wt::GridLayout::CellSpan::rowTo | ( | ) | const [inline] |
| void Wt::GridLayout::CellSpan::setFromTo | ( | int | row_from, | |
| int | row_to, | |||
| int | column_from, | |||
| int | column_to | |||
| ) | [inline] |
| void Wt::GridLayout::CellSpan::setLayoutItem | ( | const LayoutItem * | li | ) | [inline] |
| void Wt::GridLayout::CellSpan::setSpan | ( | int | row, | |
| int | column, | |||
| int | row_span = 1, |
|||
| int | column_span = 1 | |||
| ) | [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.