_ZNK13QTextDocument7frameAtEi

Name

QTextDocument::frameAt -- get the frame that contains the given cursor position

Synopsis


#include <QtGui/qtextdocument.h>

QTextFrame * QTextDocument::frameAt(int pos);

Description

The QTextDocument::frameAt() function shall return the frame that contains the text cursor position pos.

This function is not intended to be used used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.