Wt::GridLayout::CellSpan Class Reference

#include <gridlayout.h>

List of all members.

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 LayoutItemlayoutItem () 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


Constructor & Destructor Documentation

Wt::GridLayout::CellSpan::CellSpan ( const LayoutItem li = 0,
int  row = -1,
int  column = -1,
int  row_span = 1,
int  column_span = 1 
) [inline]


Member Function Documentation

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]


The documentation for this class was generated from the following file:

Generated Fri Jul 28 19:22:38 2006.
Copyright © 1998-2003 by the respective authors.

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.