#include <grid.h>
Inherits Wt::Frame.
Public Member Functions | |
Grid (Widget *parent=0, const std::string &name="Grid::anon", int wflags=0) | |
Grid & | operator() (int row_from, int row_to, int column_from, int column_to) |
Grid & | operator() (int row, int column) |
Grid & | operator= (LayoutItem *li) |
template<typename T> | |
T | cell (int row, int column) const |
int | numRows () const |
int | numCols () const |
Protected Member Functions | |
GridLayout & | gridLayout () const |
Wt::Grid::Grid | ( | Widget * | parent = 0 , |
|
const std::string & | name = "Grid::anon" , |
|||
int | wflags = 0 | |||
) | [inline] |
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] |
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.