Wt::Grid Class Reference

#include <grid.h>

Inherits Wt::Frame.

List of all members.

Public Member Functions

 Grid (Widget *parent=0, const std::string &name="Grid::anon", int wflags=0)
Gridoperator() (int row_from, int row_to, int column_from, int column_to)
Gridoperator() (int row, int column)
Gridoperator= (LayoutItem *li)
template<typename T>
cell (int row, int column) const
int numRows () const
int numCols () const

Protected Member Functions

GridLayoutgridLayout () const


Constructor & Destructor Documentation

Wt::Grid::Grid ( Widget parent = 0,
const std::string &  name = "Grid::anon",
int  wflags = 0 
) [inline]


Member Function Documentation

template<typename T>
T Wt::Grid::cell ( int  row,
int  column 
) const [inline]

GridLayout& Wt::Grid::gridLayout (  )  const [inline, protected]

int Wt::Grid::numCols (  )  const [inline]

int Wt::Grid::numRows (  )  const [inline]

Grid& Wt::Grid::operator() ( int  row,
int  column 
) [inline]

Grid& Wt::Grid::operator() ( int  row_from,
int  row_to,
int  column_from,
int  column_to 
) [inline]

Grid& Wt::Grid::operator= ( LayoutItem li  )  [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.