diff options
Diffstat (limited to 'doc/html/ntqframe.html')
-rw-r--r-- | doc/html/ntqframe.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/html/ntqframe.html b/doc/html/ntqframe.html index fa6672e08..cc60ee7ec 100644 --- a/doc/html/ntqframe.html +++ b/doc/html/ntqframe.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQFrame class is the base class of widgets that can have a frame. <a href="#details">More...</a> <p><tt>#include <<a href="qframe-h.html">ntqframe.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a>. -<p>Inherited by <a href="ntqgroupbox.html">TQGroupBox</a>, <a href="ntqscrollview.html">TQScrollView</a>, <a href="ntqdockwindow.html">TQDockWindow</a>, <a href="ntqgrid.html">TQGrid</a>, <a href="ntqhbox.html">TQHBox</a>, <a href="ntqlabel.html">TQLabel</a>, <a href="ntqlcdnumber.html">TQLCDNumber</a>, <a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqmenubar.html">TQMenuBar</a>, <a href="ntqpopupmenu.html">TQPopupMenu</a>, <a href="ntqprogressbar.html">TQProgressBar</a>, <a href="ntqsplitter.html">TQSplitter</a>, <a href="ntqtoolbox.html">TQToolBox</a>, and <a href="ntqwidgetstack.html">TQWidgetStack</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a>. +<p>Inherited by <a href="ntqgroupbox.html">TQGroupBox</a>, <a href="ntqscrollview.html">TQScrollView</a>, <a href="ntqdockwindow.html">TQDockWindow</a>, <a href="ntqgrid.html">TQGrid</a>, <a href="ntqhbox.html">TQHBox</a>, <a href="ntqlabel.html">TQLabel</a>, <a href="ntqlcdnumber.html">TQLCDNumber</a>, <a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqmenubar.html">TQMenuBar</a>, <a href="ntqpopupmenu.html">TQPopupMenu</a>, <a href="ntqprogressbar.html">TQProgressBar</a>, <a href="ntqsplitter.html">TQSplitter</a>, <a href="ntqtoolbox.html">TQToolBox</a>, and <a href="tqwidgetstack.html">TQWidgetStack</a>. <p><a href="qframe-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -171,15 +171,15 @@ look depends upon the current GUI style. the <a href="#lineWidth">lineWidth</a>() and the <a href="#midLineWidth">midLineWidth</a>() to create the total result. See the <a href="#picture">picture of the frames</a> in the class description. -<p> <p>See also <a href="#Shadow-enum">TQFrame::Shadow</a>, <a href="ntqwidget.html#style">TQFrame::style</a>(), and <a href="ntqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). +<p> <p>See also <a href="#Shadow-enum">TQFrame::Shadow</a>, <a href="tqwidget.html#style">TQFrame::style</a>(), and <a href="ntqstyle.html#drawPrimitive">TQStyle::drawPrimitive</a>(). <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQFrame"></a>TQFrame::TQFrame ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQFrame"></a>TQFrame::TQFrame ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a frame widget with frame style <a href="#Shape-enum">NoFrame</a> and a 1-pixel frame width. <p> The <em>parent</em>, <em>name</em> and <em>f</em> arguments are passed to the -<a href="ntqwidget.html">TQWidget</a> constructor. +<a href="tqwidget.html">TQWidget</a> constructor. <h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="contentsRect"></a>TQFrame::contentsRect () const </h3><p>Returns the rectangle inside the frame. @@ -206,7 +206,7 @@ affected. <p> This function is virtual, but in general you do not need to reimplement it. If you do, note that the <a href="ntqpainter.html">TQPainter</a> is already open and must remain open. -<p> <p>See also <a href="#frameRect-prop">frameRect</a>, <a href="#contentsRect-prop">contentsRect</a>, <a href="#drawContents">drawContents</a>(), <a href="#frameStyle">frameStyle</a>(), and <a href="ntqwidget.html#palette-prop">palette</a>. +<p> <p>See also <a href="#frameRect-prop">frameRect</a>, <a href="#contentsRect-prop">contentsRect</a>, <a href="#drawContents">drawContents</a>(), <a href="#frameStyle">frameStyle</a>(), and <a href="tqwidget.html#palette-prop">palette</a>. <h3 class=fn>void <a name="frameChanged"></a>TQFrame::frameChanged ()<tt> [virtual protected]</tt> </h3> @@ -214,7 +214,7 @@ Virtual function that is called when the frame style, line width or mid-line width changes. <p> This function can be reimplemented by subclasses that need to know when the frame attributes change. -<p> The default implementation calls <a href="ntqwidget.html#update">update</a>(). +<p> The default implementation calls <a href="tqwidget.html#update">update</a>(). <h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="frameRect"></a>TQFrame::frameRect () const </h3><p>Returns the frame rectangle. @@ -253,18 +253,18 @@ Processes the paint event <em>event</em>. <a href="#drawContents">drawContents</a>(). <p>Examples: <a href="life-example.html#x1888">life/life.cpp</a> and <a href="qfd-example.html#x1995">qfd/fontdisplayer.cpp</a>. -<p>Reimplemented from <a href="ntqwidget.html#paintEvent">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#paintEvent">TQWidget</a>. <h3 class=fn>void <a name="resizeEvent"></a>TQFrame::resizeEvent ( <a href="qresizeevent.html">TQResizeEvent</a> * e )<tt> [virtual protected]</tt> </h3> Processes the resize event <em>e</em>. <p> Adjusts the frame rectangle for the resized widget. The frame rectangle is elastic, and the surrounding area is static. <p> The resulting frame rectangle may be null or invalid. You can use -<a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>() to avoid those possibilities. +<a href="tqwidget.html#setMinimumSize">setMinimumSize</a>() to avoid those possibilities. <p> Nothing is done if the frame rectangle is a <a href="ntqrect.html#isNull">null rectangle</a> already. <p>Example: <a href="life-example.html#x1889">life/life.cpp</a>. -<p>Reimplemented from <a href="ntqwidget.html#resizeEvent">TQWidget</a>. +<p>Reimplemented from <a href="tqwidget.html#resizeEvent">TQWidget</a>. <h3 class=fn>void <a name="setFrameRect"></a>TQFrame::setFrameRect ( const <a href="ntqrect.html">TQRect</a> & )<tt> [virtual]</tt> </h3><p>Sets the frame rectangle. See the <a href="ntqframe.html#frameRect-prop">"frameRect"</a> property for details. @@ -285,7 +285,7 @@ styles in <a href="#Shadow-enum">TQFrame::Shadow</a>. <p> If a mid-line width greater than 0 is specified, an additional line is drawn for <a href="#Shadow-enum">Raised</a> or <a href="#Shadow-enum">Sunken</a> <a href="#Shape-enum">Box</a>, <a href="#Shape-enum">HLine</a>, and <a href="#Shape-enum">VLine</a> frames. The mid-color of the current color group is used for drawing middle lines. -<p> <p>See also <a href="#picture">Illustration</a>, <a href="#frameStyle">frameStyle</a>(), <a href="ntqwidget.html#colorGroup-prop">colorGroup</a>, and <a href="qcolorgroup.html">TQColorGroup</a>. +<p> <p>See also <a href="#picture">Illustration</a>, <a href="#frameStyle">frameStyle</a>(), <a href="tqwidget.html#colorGroup-prop">colorGroup</a>, and <a href="qcolorgroup.html">TQColorGroup</a>. <p>Examples: <a href="cursor-example.html#x1114">cursor/cursor.cpp</a>, <a href="layout-example.html#x531">layout/layout.cpp</a>, <a href="listboxcombo-example.html#x1401">listboxcombo/listboxcombo.cpp</a>, <a href="rangecontrols-example.html#x1381">rangecontrols/rangecontrols.cpp</a>, <a href="scrollview-example.html#x626">scrollview/scrollview.cpp</a>, <a href="tabdialog-example.html#x52">tabdialog/tabdialog.cpp</a>, and <a href="tictac-example.html#x24">tictac/tictac.cpp</a>. <h3 class=fn>void <a name="setLineWidth"></a>TQFrame::setLineWidth ( int )<tt> [virtual]</tt> @@ -309,7 +309,7 @@ See the <a href="ntqframe.html#midLineWidth-prop">"midLineWidth"</a> property fo default, this is the entire widget. Setting this property does <em>not</em> cause a widget update. <p> If this property is set to a null rectangle (for example <tt>TQRect(0, 0, 0, 0)</tt>), then the frame rectangle is equivalent to -the <a href="ntqwidget.html#rect">widget rectangle</a>. +the <a href="tqwidget.html#rect">widget rectangle</a>. <p> <p>See also <a href="#contentsRect-prop">contentsRect</a>. <p>Set this property's value with <a href="#setFrameRect">setFrameRect</a>() and get this property's value with <a href="#frameRect">frameRect</a>(). @@ -346,7 +346,7 @@ given by <a href="#frameWidth">frameWidth</a>(), not <a href="#lineWidth">lineWi <p>The margin is the distance between the innermost pixel of the frame and the outermost pixel of <a href="#contentsRect">contentsRect</a>(). It is included in <a href="#frameWidth">frameWidth</a>(). -<p> The margin is filled according to <a href="ntqwidget.html#backgroundMode">backgroundMode</a>(). +<p> The margin is filled according to <a href="tqwidget.html#backgroundMode">backgroundMode</a>(). <p> The default value is 0. <p> <p>See also <a href="#margin-prop">margin</a>, <a href="#lineWidth-prop">lineWidth</a>, and <a href="#frameWidth-prop">frameWidth</a>. |