The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Core::QTextBoundaryFinder

PUBLIC METHODS

QTextBoundaryFinder()
QTextBoundaryFinder(const QTextBoundaryFinder & other)
QTextBoundaryFinder(QTextBoundaryFinder::BoundaryType type, const QString & string)
QTextBoundaryFinder(QTextBoundaryFinder::BoundaryType type, const QChar * chars, int length, unsigned char * buffer, int bufferSize = 0)
QTextBoundaryFinder(QTextBoundaryFinder::BoundaryType type, const QChar * chars, int length, unsigned char * buffer, int bufferSize)
QTextBoundaryFinder(QTextBoundaryFinder::BoundaryType type, const QChar * chars, int length, unsigned char * buffer = 0, int bufferSize = 0)
QTextBoundaryFinder(QTextBoundaryFinder::BoundaryType type, const QChar * chars, int length, unsigned char * buffer, int bufferSize = 0)
~QTextBoundaryFinder()
bool isAtBoundary()
bool isValid()
QTextBoundaryFinder & operator=(const QTextBoundaryFinder & other)
int position()
void setPosition(int position)
QString string()
void toEnd()
int toNextBoundary()
int toPreviousBoundary()
void toStart()
QTextBoundaryFinder::BoundaryType type()

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html