KLayout Manual: Main Index » Class Index » API reference - Class QTextTableCell

API reference - Class QTextTableCell

Notation used in Ruby API documentation

Description: Binding of QTextTableCell

Public constructors

new QTextTableCellnewConstructor QTextTableCell::QTextTableCell()
new QTextTableCellnew(const QTextTableCell o)Constructor QTextTableCell::QTextTableCell(const QTextTableCell &o)

Public methods

[const]bool!=(const QTextTableCell other)Method bool QTextTableCell::operator!=(const QTextTableCell &other)
[const]bool==(const QTextTableCell other)Method bool QTextTableCell::operator==(const QTextTableCell &other)
QTextTableCellassign(const QTextTableCell o)Method QTextTableCell & QTextTableCell::operator=(const QTextTableCell &o)
[const]voidassign(const QTextTableCell other)Assign the contents of another object to self
[const]intcolumnMethod int QTextTableCell::column()
[const]intcolumnSpanMethod int QTextTableCell::columnSpan()
voidcreateEnsures the C++ object is created
voiddestroyExplicitly destroy the object
[const]booldestroyed?Returns a value indicating whether the object was already destroyed
[const]QTextTableCelldupCreates a copy of self
[const]QTextCursorfirstCursorPositionMethod QTextCursor QTextTableCell::firstCursorPosition()
[const]intfirstPositionMethod int QTextTableCell::firstPosition()
[const]QTextCharFormatformatMethod QTextCharFormat QTextTableCell::format()
voidformat=(const QTextCharFormat format)Method void QTextTableCell::setFormat(const QTextCharFormat &format)
[const]boolisValidMethod bool QTextTableCell::isValid()
[const]boolisValid?Method bool QTextTableCell::isValid()
[const]boolis_const_object?Returns a value indicating whether the reference is a const reference
[const]QTextCursorlastCursorPositionMethod QTextCursor QTextTableCell::lastCursorPosition()
[const]intlastPositionMethod int QTextTableCell::lastPosition()
[const]introwMethod int QTextTableCell::row()
[const]introwSpanMethod int QTextTableCell::rowSpan()
voidsetFormat(const QTextCharFormat format)Method void QTextTableCell::setFormat(const QTextCharFormat &format)
[const]inttableCellFormatIndexMethod int QTextTableCell::tableCellFormatIndex()

Detailed description

[const] bool !=(const QTextTableCell other)

Description: Method bool QTextTableCell::operator!=(const QTextTableCell &other)

[const] bool ==(const QTextTableCell other)

Description: Method bool QTextTableCell::operator==(const QTextTableCell &other)

QTextTableCell assign(const QTextTableCell o)

Description: Method QTextTableCell & QTextTableCell::operator=(const QTextTableCell &o)

[const] void assign(const QTextTableCell other)

Description: Assign the contents of another object to self

This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content.

[const] int column

Description: Method int QTextTableCell::column()

[const] int columnSpan

Description: Method int QTextTableCell::columnSpan()

void create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

void destroy

Description: Explicitly destroy the object

Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing.

[const] bool destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

[const] QTextTableCell dup

Description: Creates a copy of self

[const] QTextCursor firstCursorPosition

Description: Method QTextCursor QTextTableCell::firstCursorPosition()

[const] int firstPosition

Description: Method int QTextTableCell::firstPosition()

[const] QTextCharFormat format

Description: Method QTextCharFormat QTextTableCell::format()

void format=(const QTextCharFormat format)

Description: Method void QTextTableCell::setFormat(const QTextCharFormat &format)

[const] bool isValid

Description: Method bool QTextTableCell::isValid()

[const] bool isValid?

Description: Method bool QTextTableCell::isValid()

[const] bool is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

[const] QTextCursor lastCursorPosition

Description: Method QTextCursor QTextTableCell::lastCursorPosition()

[const] int lastPosition

Description: Method int QTextTableCell::lastPosition()

[static] new QTextTableCell new

Description: Constructor QTextTableCell::QTextTableCell()

This method creates an object of class QTextTableCell.

[static] new QTextTableCell new(const QTextTableCell o)

Description: Constructor QTextTableCell::QTextTableCell(const QTextTableCell &o)

This method creates an object of class QTextTableCell.

[const] int row

Description: Method int QTextTableCell::row()

[const] int rowSpan

Description: Method int QTextTableCell::rowSpan()

void setFormat(const QTextCharFormat format)

Description: Method void QTextTableCell::setFormat(const QTextCharFormat &format)

[const] int tableCellFormatIndex

Description: Method int QTextTableCell::tableCellFormatIndex()