QTextTable Class Reference
#include <qtexttable.h>
Definition at line 103 of file qtexttable.h.
|
| 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 |
|
| QTextFrame (QTextDocument *doc) |
|
| ~QTextFrame () |
|
void | setFrameFormat (const QTextFrameFormat &format) |
|
QTextFrameFormat | frameFormat () const |
|
QTextCursor | firstCursorPosition () const |
|
QTextCursor | lastCursorPosition () const |
|
int | firstPosition () const |
|
int | lastPosition () const |
|
QTextFrameLayoutData * | layoutData () const |
|
void | setLayoutData (QTextFrameLayoutData *data) |
|
QList< QTextFrame * > | childFrames () const |
|
QTextFrame * | parentFrame () const |
|
iterator | begin () const |
|
iterator | end () const |
|
QTextFormat | format () const |
|
int | formatIndex () const |
|
QTextDocument * | document () const |
|
int | objectIndex () const |
|
QTextDocumentPrivate * | docHandle () const |
|
Q_INVOKABLE | QObject (QObject *parent=0) |
|
virtual | ~QObject () |
|
virtual bool | event (QEvent *) |
|
virtual bool | eventFilter (QObject *, QEvent *) |
|
QString | objectName () const |
|
void | setObjectName (const QString &name) |
|
bool | isWidgetType () const |
|
bool | signalsBlocked () const |
|
bool | blockSignals (bool b) |
|
QThread * | thread () const |
|
void | moveToThread (QThread *thread) |
|
int | startTimer (int interval) |
|
void | killTimer (int id) |
|
template<typename T > |
T | findChild (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QRegExp &re) const |
|
const QObjectList & | children () const |
|
void | setParent (QObject *) |
|
void | installEventFilter (QObject *) |
|
void | removeEventFilter (QObject *) |
|
bool | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
|
bool | disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0) |
|
bool | disconnect (const QObject *receiver, const char *member=0) |
|
void | dumpObjectTree () |
|
void | dumpObjectInfo () |
|
bool | setProperty (const char *name, const QVariant &value) |
|
QVariant | property (const char *name) const |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
void | setUserData (uint id, QObjectUserData *data) |
|
QObjectUserData * | userData (uint id) const |
|
QObject * | parent () const |
|
bool | inherits (const char *classname) const |
|
|
typedef iterator | Iterator |
|
void | deleteLater () |
|
void | destroyed (QObject *=0) |
|
static bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
|
static bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
|
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
|
static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
|
static uint | registerUserData () |
|
| QTextFrame (QTextFramePrivate &p, QTextDocument *doc) |
|
| QTextObject (QTextDocument *doc) |
|
| ~QTextObject () |
|
void | setFormat (const QTextFormat &format) |
|
| QTextObject (QTextObjectPrivate &p, QTextDocument *doc) |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
int | receivers (const char *signal) const |
|
virtual void | timerEvent (QTimerEvent *) |
|
virtual void | childEvent (QChildEvent *) |
|
virtual void | customEvent (QEvent *) |
|
virtual void | connectNotify (const char *signal) |
|
virtual void | disconnectNotify (const char *signal) |
|
| QObject (QObjectPrivate &dd, QObject *parent=0) |
|
QScopedPointer< QObjectData > | d_ptr |
|
static const QMetaObject | staticQtMetaObject |
|
QString | objectName |
|
Definition at line 133 of file qtexttable.h.
QTextFormat format() const
QTextTableFormat toTableFormat() const
The documentation for this class was generated from the following file: