diff options
Diffstat (limited to 'doc/man/man3/tqtextedit.3qt')
-rw-r--r-- | doc/man/man3/tqtextedit.3qt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/man/man3/tqtextedit.3qt b/doc/man/man3/tqtextedit.3qt index 8a485c423..cf041bf7b 100644 --- a/doc/man/man3/tqtextedit.3qt +++ b/doc/man/man3/tqtextedit.3qt @@ -78,13 +78,13 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView. .BI "int \fBlength\fR () const" .br .ti -1c -.BI "QRect \fBparagraphRect\fR ( int para ) const" +.BI "TQRect \fBparagraphRect\fR ( int para ) const" .br .ti -1c -.BI "int \fBparagraphAt\fR ( const QPoint & pos ) const" +.BI "int \fBparagraphAt\fR ( const TQPoint & pos ) const" .br .ti -1c -.BI "int \fBcharAt\fR ( const QPoint & pos, int * para ) const" +.BI "int \fBcharAt\fR ( const TQPoint & pos, int * para ) const" .br .ti -1c .BI "int \fBparagraphLength\fR ( int para ) const" @@ -129,10 +129,10 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView. .BI "int \fBtabStopWidth\fR () const" .br .ti -1c -.BI "TQString \fBanchorAt\fR ( const QPoint & pos )" +.BI "TQString \fBanchorAt\fR ( const TQPoint & pos )" .br .ti -1c -.BI "TQString \fBanchorAt\fR ( const QPoint & pos, AnchorAttribute attr )" +.BI "TQString \fBanchorAt\fR ( const TQPoint & pos, AnchorAttribute attr )" .br .ti -1c .BI "bool \fBisReadOnly\fR () const" @@ -327,7 +327,7 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView. .BI "virtual void \fBensureCursorVisible\fR ()" .br .ti -1c -.BI "virtual void \fBplaceCursor\fR ( const QPoint & pos, TQTextCursor * c = 0 )" +.BI "virtual void \fBplaceCursor\fR ( const TQPoint & pos, TQTextCursor * c = 0 )" .br .ti -1c .BI "virtual void \fBmoveCursor\fR ( CursorAction action, bool select )" @@ -504,7 +504,7 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView. .BI "TQTextCursor * \fBtextCursor\fR () const" .br .ti -1c -.BI "virtual TQPopupMenu * \fBcreatePopupMenu\fR ( const QPoint & pos )" +.BI "virtual TQPopupMenu * \fBcreatePopupMenu\fR ( const TQPoint & pos )" .br .ti -1c .BI "virtual TQPopupMenu * createPopupMenu () \fI(obsolete)\fR" @@ -783,9 +783,9 @@ Constructs an empty TQTextEdit called \fIname\fR, with parent \fIparent\fR. Returns the alignment of the current paragraph. .PP See also setAlignment(). -.SH "TQString TQTextEdit::anchorAt ( const QPoint & pos, AnchorAttribute attr )" +.SH "TQString TQTextEdit::anchorAt ( const TQPoint & pos, AnchorAttribute attr )" If there is an anchor at position \fIpos\fR (in contents coordinates), the text for attribute \fIattr\fR is returned, otherwise TQString::null is returned. -.SH "TQString TQTextEdit::anchorAt ( const QPoint & pos )" +.SH "TQString TQTextEdit::anchorAt ( const TQPoint & pos )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP If there is an anchor at position \fIpos\fR (in contents coordinates), its \fChref\fR is returned, otherwise TQString::null is returned. @@ -800,7 +800,7 @@ Returns the enabled set of auto formatting features. See the "autoFormatting" pr Returns TRUE if the current format is bold; otherwise returns FALSE. .PP See also setBold(). -.SH "int TQTextEdit::charAt ( const QPoint & pos, int * para ) const" +.SH "int TQTextEdit::charAt ( const TQPoint & pos, int * para ) const" Returns the index of the character (relative to its paragraph) at position \fIpos\fR (in contents coordinates). If \fIpara\fR is not 0, \fI*para\fR is set to the character's paragraph. .SH "void TQTextEdit::clear ()\fC [virtual slot]\fR" Deletes all the text in the text edit. @@ -835,7 +835,7 @@ When text is selected this signal will be emitted with \fIyes\fR set to TRUE. If If \fIyes\fR is TRUE then copy() can be used to copy the selection to the clipboard. If \fIyes\fR is FALSE then copy() does nothing. .PP See also selectionChanged(). -.SH "TQPopupMenu * TQTextEdit::createPopupMenu ( const QPoint & pos )\fC [virtual protected]\fR" +.SH "TQPopupMenu * TQTextEdit::createPopupMenu ( const TQPoint & pos )\fC [virtual protected]\fR" This function is called to create a right mouse button popup menu at the document position \fIpos\fR. If you want to create a custom popup menu, reimplement this function and return the created popup menu. Ownership of the popup menu is transferred to the caller. .PP \fBWarning:\fR The TQPopupMenu ID values 0-7 are reserved, and they map to the standard operations. When inserting items into your custom popup menu, be sure to specify ID values larger than 7. @@ -846,7 +846,7 @@ This is an overloaded member function, provided for convenience. It behaves esse .PP This function is called to create a right mouse button popup menu. If you want to create a custom popup menu, reimplement this function and return the created popup menu. Ownership of the popup menu is transferred to the caller. .PP -This function is only called if createPopupMenu( const QPoint & ) returns 0. +This function is only called if createPopupMenu( const TQPoint & ) returns 0. .SH "void TQTextEdit::currentAlignmentChanged ( int a )\fC [signal]\fR" This signal is emitted if the alignment of the current paragraph has changed. .PP @@ -1016,7 +1016,7 @@ See also modified. Moves the text cursor according to \fIaction\fR. This is normally used by some key event handler. \fIselect\fR specifies whether the text between the current cursor position and the new position should be selected. .SH "TQBrush TQTextEdit::paper () const" Returns the background (paper) brush. See the "paper" property for details. -.SH "int TQTextEdit::paragraphAt ( const QPoint & pos ) const" +.SH "int TQTextEdit::paragraphAt ( const TQPoint & pos ) const" Returns the paragraph which is at position \fIpos\fR (in contents coordinates). .SH "TQColor TQTextEdit::paragraphBackgroundColor ( int para ) const" Returns the background color of the paragraph \fIpara\fR or an invalid color if \fIpara\fR is out of range or the paragraph has no background set @@ -1024,7 +1024,7 @@ Returns the background color of the paragraph \fIpara\fR or an invalid color if Returns the length of the paragraph \fIpara\fR (i.e. the number of characters), or -1 if there is no paragraph with index \fIpara\fR. .PP This function ignores newlines. -.SH "QRect TQTextEdit::paragraphRect ( int para ) const" +.SH "TQRect TQTextEdit::paragraphRect ( int para ) const" Returns the rectangle of the paragraph \fIpara\fR in contents coordinates, or an invalid rectangle if \fIpara\fR is out of range. .SH "int TQTextEdit::paragraphs () const" Returns the number of paragraphs in the text; an empty textedit is always considered to have one paragraph, so 1 is returned in this case. @@ -1040,7 +1040,7 @@ Pastes the text with format \fIsubtype\fR from the clipboard into the text edit If there is no text with format \fIsubtype\fR in the clipboard nothing happens. .PP See also paste(), cut(), and TQTextEdit::copy(). -.SH "void TQTextEdit::placeCursor ( const QPoint & pos, TQTextCursor * c = 0 )\fC [virtual slot]\fR" +.SH "void TQTextEdit::placeCursor ( const TQPoint & pos, TQTextCursor * c = 0 )\fC [virtual slot]\fR" Places the cursor \fIc\fR at the character which is closest to position \fIpos\fR (in contents coordinates). If \fIc\fR is 0, the default text cursor is used. .PP See also setCursorPosition(). |