Definition at line 103 of file qtexttable.h.
#include <qtexttable.h>

Public Member Functions |
|
| QTextTable (QTextDocument *doc) | |
| ~QTextTable () | |
| void | resize (int rows, int cols) |
| void | insertRows (int pos, int num) |
| void | insertColumns (int pos, int num) |
| void | appendRows (int count) |
| void | appendColumns (int count) |
| void | removeRows (int pos, int num) |
| void | removeColumns (int pos, int num) |
| void | mergeCells (int row, int col, int numRows, int numCols) |
| void | mergeCells (const QTextCursor &cursor) |
| void | splitCell (int row, int col, int numRows, int numCols) |
| int | rows () const |
| int | columns () const |
| QTextTableCell | cellAt (int row, int col) const |
| QTextTableCell | cellAt (int position) const |
| QTextTableCell | cellAt (const QTextCursor &c) const |
| QTextCursor | rowStart (const QTextCursor &c) const |
| QTextCursor | rowEnd (const QTextCursor &c) const |
| void | setFormat (const QTextTableFormat &format) |
| QTextTableFormat | format () const |
Friends |
|
| class | QTextTableCell |
| QTextTable | ( | QTextDocument * | doc | ) | [explicit] |
| ~QTextTable | ( | ) |
| void resize | ( | int | rows, |
| int | cols | ||
| ) |
| void insertRows | ( | int | pos, |
| int | num | ||
| ) |
| void insertColumns | ( | int | pos, |
| int | num | ||
| ) |
| void appendRows | ( | int | count | ) |
| void appendColumns | ( | int | count | ) |
| void removeRows | ( | int | pos, |
| int | num | ||
| ) |
| void removeColumns | ( | int | pos, |
| int | num | ||
| ) |
| void mergeCells | ( | int | row, |
| int | col, | ||
| int | numRows, | ||
| int | numCols | ||
| ) |
| void mergeCells | ( | const QTextCursor & | cursor | ) |
| void splitCell | ( | int | row, |
| int | col, | ||
| int | numRows, | ||
| int | numCols | ||
| ) |
| int rows | ( | ) | const |
| int columns | ( | ) | const |
| QTextTableCell cellAt | ( | int | row, |
| int | col | ||
| ) | const |
| QTextTableCell cellAt | ( | int | position | ) | const |
| QTextTableCell cellAt | ( | const QTextCursor & | c | ) | const |
| QTextCursor rowStart | ( | const QTextCursor & | c | ) | const |
| QTextCursor rowEnd | ( | const QTextCursor & | c | ) | const |
| void setFormat | ( | const QTextTableFormat & | format | ) |
| QTextTableFormat format | ( | ) | const [inline] |
Reimplemented from QTextObject.
Definition at line 133 of file qtexttable.h.
{ return QTextObject::format().toTableFormat(); }
friend class QTextTableCell
[friend] |
Definition at line 138 of file qtexttable.h.