NAME
Qt::Gui::QTextBlock
PUBLIC METHODS
- QTextBlock()
- QTextBlock(const QTextBlock & o)
- QTextBlock(QTextDocumentPrivate * priv, int b)
- QTextBlockFormat blockFormat()
- int blockFormatIndex()
- int blockNumber()
- QTextCharFormat charFormat()
- int charFormatIndex()
- void clearLayout()
- bool contains(int position)
- const QTextDocument * document()
- int firstLineNumber()
- bool isValid()
- bool isVisible()
- QTextLayout * layout()
- int length()
- int lineCount()
- bool operator!=(const QTextBlock & o)
- bool operator<(const QTextBlock & o)
- QTextBlock & operator=(const QTextBlock & o)
- bool operator==(const QTextBlock & o)
- int position()
- int revision()
- void setLineCount(int count)
- void setRevision(int rev)
- void setUserData(QTextBlockUserData * data)
- void setUserState(int state)
- void setVisible(bool visible)
- QString text()
- Qt::LayoutDirection textDirection()
- QTextList * textList()
- QTextBlockUserData * userData()
- int userState()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.