diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqframe.3qt | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqframe.3qt')
-rw-r--r-- | doc/man/man3/tqframe.3qt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/man/man3/tqframe.3qt b/doc/man/man3/tqframe.3qt index fd067d7fc..7ff469fb3 100644 --- a/doc/man/man3/tqframe.3qt +++ b/doc/man/man3/tqframe.3qt @@ -30,7 +30,7 @@ Inherited by QGroupBox, QScrollView, QDockWindow, QGrid, QHBox, QLabel, QLCDNumb .BI "int \fBframeWidth\fR () const" .br .ti -1c -.BI "QRect \fBcontentsRect\fR () const" +.BI "TQRect \fBcontentsRect\fR () const" .br .ti -1c .BI "enum \fBShape\fR { NoFrame = 0, Box = 0x0001, Panel = 0x0002, WinPanel = 0x0003, HLine = 0x0004, VLine = 0x0005, StyledPanel = 0x0006, PopupPanel = 0x0007, MenuBarPanel = 0x0008, ToolBarPanel = 0x0009, LineEditPanel = 0x000a, TabWidgetPanel = 0x000b, GroupBoxPanel = 0x000c, MShape = 0x000f }" @@ -69,19 +69,19 @@ Inherited by QGroupBox, QScrollView, QDockWindow, QGrid, QHBox, QLabel, QLCDNumb .BI "virtual void \fBsetMidLineWidth\fR ( int )" .br .ti -1c -.BI "QRect \fBframeRect\fR () const" +.BI "TQRect \fBframeRect\fR () const" .br .ti -1c -.BI "virtual void \fBsetFrameRect\fR ( const QRect & )" +.BI "virtual void \fBsetFrameRect\fR ( const TQRect & )" .br .in -1c .SS "Properties" .in +1c .ti -1c -.BI "QRect \fBcontentsRect\fR - the rectangle inside the frame \fI(read " "only" ")\fR" +.BI "TQRect \fBcontentsRect\fR - the rectangle inside the frame \fI(read " "only" ")\fR" .br .ti -1c -.BI "QRect \fBframeRect\fR - the frame rectangle" +.BI "TQRect \fBframeRect\fR - the frame rectangle" .br .ti -1c .BI "Shadow \fBframeShadow\fR - the frame shadow value from the frame style" @@ -217,7 +217,7 @@ See also QFrame::Shadow, QFrame::style(), and TQStyle::drawPrimitive(). Constructs a frame widget with frame style NoFrame and a 1-pixel frame width. .PP The \fIparent\fR, \fIname\fR and \fIf\fR arguments are passed to the TQWidget constructor. -.SH "QRect QFrame::contentsRect () const" +.SH "TQRect QFrame::contentsRect () const" Returns the rectangle inside the frame. See the "contentsRect" property for details. .SH "void QFrame::drawContents ( TQPainter * )\fC [virtual protected]\fR" Virtual function that draws the contents of the frame. @@ -241,7 +241,7 @@ Virtual function that is called when the frame style, line width or mid-line wid This function can be reimplemented by subclasses that need to know when the frame attributes change. .PP The default implementation calls update(). -.SH "QRect QFrame::frameRect () const" +.SH "TQRect QFrame::frameRect () const" Returns the frame rectangle. See the "frameRect" property for details. .SH "Shadow QFrame::frameShadow () const" Returns the frame shadow value from the frame style. See the "frameShadow" property for details. @@ -286,7 +286,7 @@ Nothing is done if the frame rectangle is a null rectangle already. Example: life/life.cpp. .PP Reimplemented from TQWidget. -.SH "void QFrame::setFrameRect ( const QRect & )\fC [virtual]\fR" +.SH "void QFrame::setFrameRect ( const TQRect & )\fC [virtual]\fR" Sets the frame rectangle. See the "frameRect" property for details. .SH "void QFrame::setFrameShadow ( Shadow )" Sets the frame shadow value from the frame style. See the "frameShadow" property for details. @@ -312,18 +312,18 @@ Sets the width of the margin. See the "margin" property for details. .SH "void QFrame::setMidLineWidth ( int )\fC [virtual]\fR" Sets the width of the mid-line. See the "midLineWidth" property for details. .SS "Property Documentation" -.SH "QRect contentsRect" +.SH "TQRect contentsRect" This property holds the rectangle inside the frame. .PP Get this property's value with contentsRect(). .PP See also frameRect and drawContents(). -.SH "QRect frameRect" +.SH "TQRect frameRect" This property holds the frame rectangle. .PP The frame rectangle is the rectangle the frame is drawn in. By default, this is the entire widget. Setting this property does \fInot\fR cause a widget update. .PP -If this property is set to a null rectangle (for example \fCQRect(0, 0, 0, 0)\fR), then the frame rectangle is equivalent to the widget rectangle. +If this property is set to a null rectangle (for example \fCTQRect(0, 0, 0, 0)\fR), then the frame rectangle is equivalent to the widget rectangle. .PP See also contentsRect. .PP |