QTextTableCell Class Reference

QTextTableCell Class Reference

#include <qtexttable.h>

Class Description

Definition at line 59 of file qtexttable.h.

Public Member Functions

 QTextTableCell ()
 
 ~QTextTableCell ()
 
 QTextTableCell (const QTextTableCell &o)
 
QTextTableCelloperator= (const QTextTableCell &o)
 
void setFormat (const QTextCharFormat &format)
 
QTextCharFormat format () const
 
int row () const
 
int column () const
 
int rowSpan () const
 
int columnSpan () const
 
bool isValid () const
 
QTextCursor firstCursorPosition () const
 
QTextCursor lastCursorPosition () const
 
int firstPosition () const
 
int lastPosition () const
 
bool operator== (const QTextTableCell &other) const
 
bool operator!= (const QTextTableCell &other) const
 
QTextFrame::iterator begin () const
 
QTextFrame::iterator end () const
 
int tableCellFormatIndex () const
 

Friends

class QTextTable
 

Constructor & Destructor Documentation

QTextTableCell ( )
inline

Definition at line 62 of file qtexttable.h.

62 : table(0) {}
GLenum GLsizei GLenum GLenum const GLvoid * table
Definition: GLee.h:873
~QTextTableCell ( )
inline

Definition at line 63 of file qtexttable.h.

63 {}
QTextTableCell ( const QTextTableCell o)
inline

Definition at line 64 of file qtexttable.h.

64 : table(o.table), fragment(o.fragment) {}
GLenum GLsizei GLenum GLenum const GLvoid * table
Definition: GLee.h:873

Member Function Documentation

QTextTableCell& operator= ( const QTextTableCell o)
inline

Definition at line 65 of file qtexttable.h.

66  { table = o.table; fragment = o.fragment; return *this; }
GLenum GLsizei GLenum GLenum const GLvoid * table
Definition: GLee.h:873
void setFormat ( const QTextCharFormat format)
int row ( ) const
int column ( ) const
int rowSpan ( ) const
int columnSpan ( ) const
bool isValid ( ) const
inline

Definition at line 77 of file qtexttable.h.

77 { return table != 0; }
GLenum GLsizei GLenum GLenum const GLvoid * table
Definition: GLee.h:873
QTextCursor firstCursorPosition ( ) const
QTextCursor lastCursorPosition ( ) const
int firstPosition ( ) const
int lastPosition ( ) const
bool operator== ( const QTextTableCell other) const
inline

Definition at line 84 of file qtexttable.h.

85  { return table == other.table && fragment == other.fragment; }
GLenum GLsizei GLenum GLenum const GLvoid * table
Definition: GLee.h:873
bool operator!= ( const QTextTableCell other) const
inline

Definition at line 86 of file qtexttable.h.

87  { return !operator==(other); }
bool operator==(const QTextTableCell &other) const
Definition: qtexttable.h:84
QTextFrame::iterator begin ( ) const
int tableCellFormatIndex ( ) const

Friends And Related Function Documentation

friend class QTextTable
friend

Definition at line 95 of file qtexttable.h.


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