Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 2254

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<class name="QStyleOptionTabWidgetFrame" doc="/**
&lt;p&gt;The &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#QStyleOptionTabWidgetFrame(int)&quot;&gt;&lt;tt&gt;QStyleOptionTabWidgetFrame&lt;/tt&gt;&lt;/a&gt; class is used to describe the parameters for drawing the frame around a tab widget.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;QStyleOptionTabWidgetFrame.html#QStyleOptionTabWidgetFrame(int)&quot;&gt;&lt;tt&gt;QStyleOptionTabWidgetFrame&lt;/tt&gt;&lt;/a&gt; contains all the information that &lt;a href=&quot;QStyle.html&quot;&gt;&lt;tt&gt;QStyle&lt;/tt&gt;&lt;/a&gt; functions need to draw the frame around &lt;a href=&quot;QTabWidget.html&quot;&gt;&lt;tt&gt;QTabWidget&lt;/tt&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For performance reasons, the access to the member variables is direct (i.e&amp;#x2e;, using the &lt;tt&gt;.&lt;/tt&gt; or &lt;tt&gt;-&amp;gt;&lt;/tt&gt; operator). This low-level feel makes the structures straightforward to use and emphasizes that these are simply parameters used by the style functions.&lt;/p&gt;
&lt;p&gt;For an example demonstrating how style options can be used, see the Styles&lt;/tt&gt; example.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOption.html#QStyleOption(int, int)&quot;&gt;&lt;tt&gt;QStyleOption&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QTabWidget.html&quot;&gt;&lt;tt&gt;QTabWidget&lt;/tt&gt;&lt;/a&gt; */">
    <method name="public QStyleOptionTabWidgetFrame(com.trolltech.qt.gui.QStyleOptionTabWidgetFrame other)" doc="/**
&lt;p&gt;Constructs a copy of &lt;tt&gt;other&lt;/tt&gt;.&lt;/p&gt;
 */"/>
    <method name="public QStyleOptionTabWidgetFrame()" doc="/**
&lt;p&gt;Constructs a &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#QStyleOptionTabWidgetFrame(int)&quot;&gt;&lt;tt&gt;QStyleOptionTabWidgetFrame&lt;/tt&gt;&lt;/a&gt;, initializing the members variables to their default values.&lt;/p&gt;
 */"/>
    <method name="protected QStyleOptionTabWidgetFrame(int version)" doc="/**
&lt;p&gt;This method is used internally by Qt Jambi.
Do not use it in your applications.&lt;/p&gt;
 */"/>
    <enum name="StyleOptionVersion" doc="/**
&lt;p&gt;This enum is used to hold information about the version of the style option, and is defined for each &lt;a href=&quot;QStyleOption.html#QStyleOption(int, int)&quot;&gt;&lt;tt&gt;QStyleOption&lt;/tt&gt;&lt;/a&gt; subclass.&lt;/p&gt;
&lt;p&gt;The version is used by &lt;a href=&quot;QStyleOption.html#QStyleOption(int, int)&quot;&gt;&lt;tt&gt;QStyleOption&lt;/tt&gt;&lt;/a&gt; subclasses to implement extensions without breaking compatibility. If you use qstyleoption_cast(), you normally don't need to check it.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#StyleOptionType-enum&quot;&gt;&lt;tt&gt;StyleOptionType&lt;/tt&gt;&lt;/a&gt; */">
        <enum-value name="Version" doc="/**
&lt;p&gt;1&lt;/p&gt;
 */"/>
</enum>
    <enum name="StyleOptionType" doc="/**
&lt;p&gt;This enum is used to hold information about the type of the style option, and is defined for each &lt;a href=&quot;QStyleOption.html#QStyleOption(int, int)&quot;&gt;&lt;tt&gt;QStyleOption&lt;/tt&gt;&lt;/a&gt; subclass.&lt;/p&gt;
&lt;p&gt;The type is used internally by &lt;a href=&quot;QStyleOption.html#QStyleOption(int, int)&quot;&gt;&lt;tt&gt;QStyleOption&lt;/tt&gt;&lt;/a&gt;, its subclasses, and qstyleoption_cast() to determine the type of style option. In general you do not need to worry about this unless you want to create your own &lt;a href=&quot;QStyleOption.html#QStyleOption(int, int)&quot;&gt;&lt;tt&gt;QStyleOption&lt;/tt&gt;&lt;/a&gt; subclass and your own styles.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#StyleOptionVersion-enum&quot;&gt;&lt;tt&gt;StyleOptionVersion&lt;/tt&gt;&lt;/a&gt; */">
        <enum-value name="Type" doc="/**
&lt;p&gt;The type of style option provided (&lt;a href=&quot;QStyleOption.html#OptionType-enum&quot;&gt;&lt;tt&gt;SO_TabWidgetFrame&lt;/tt&gt;&lt;/a&gt; for this class).&lt;/p&gt;
 */"/>
</enum>
    <method name="public final int lineWidth()" doc="/**
&lt;p&gt;Returns the line width for drawing the panel.&lt;/p&gt;
&lt;p&gt;The default value is 0.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#setLineWidth(int)&quot;&gt;&lt;tt&gt;setLineWidth&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setLineWidth(int lineWidth)" doc="/**
&lt;p&gt;Sets the line width for drawing the panel to &lt;tt&gt;lineWidth&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;The default value is 0.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#lineWidth()&quot;&gt;&lt;tt&gt;lineWidth&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.core.QSize rightCornerWidgetSize()" doc="/**
&lt;p&gt;Returns the size of the right-corner widget.&lt;/p&gt;
&lt;p&gt;The default value is &lt;a href=&quot;%2E%2E/core/QSize.html&quot;&gt;&lt;tt&gt;QSize&lt;/tt&gt;&lt;/a&gt;(-1, -1), i.e&amp;#x2e; an invalid size.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#setRightCornerWidgetSize(com.trolltech.qt.core.QSize)&quot;&gt;&lt;tt&gt;setRightCornerWidgetSize&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setRightCornerWidgetSize(com.trolltech.qt.core.QSize rightCornerWidgetSize)" doc="/**
&lt;p&gt;Sets the size of the right-corner widget to &lt;tt&gt;rightCornerWidgetSize&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;The default value is &lt;a href=&quot;%2E%2E/core/QSize.html&quot;&gt;&lt;tt&gt;QSize&lt;/tt&gt;&lt;/a&gt;(-1, -1), i.e&amp;#x2e; an invalid size.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#rightCornerWidgetSize()&quot;&gt;&lt;tt&gt;rightCornerWidgetSize&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.core.QSize tabBarSize()" doc="/**
&lt;p&gt;Returns the size of the tab bar.&lt;/p&gt;
&lt;p&gt;The default value is &lt;a href=&quot;%2E%2E/core/QSize.html&quot;&gt;&lt;tt&gt;QSize&lt;/tt&gt;&lt;/a&gt;(-1, -1), i.e&amp;#x2e; an invalid size.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#setTabBarSize(com.trolltech.qt.core.QSize)&quot;&gt;&lt;tt&gt;setTabBarSize&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setTabBarSize(com.trolltech.qt.core.QSize tabBarSize)" doc="/**
&lt;p&gt;Sets the size of the tab bar to &lt;tt&gt;tabBarSize&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;The default value is &lt;a href=&quot;%2E%2E/core/QSize.html&quot;&gt;&lt;tt&gt;QSize&lt;/tt&gt;&lt;/a&gt;(-1, -1), i.e&amp;#x2e; an invalid size.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#tabBarSize()&quot;&gt;&lt;tt&gt;tabBarSize&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.gui.QTabBar.Shape shape()" doc="/**
&lt;p&gt;Returns the tab shape used to draw the tabs.&lt;/p&gt;
&lt;p&gt;The default value is QTabBar::RoundedNorth.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#setShape(com.trolltech.qt.gui.QTabBar.Shape)&quot;&gt;&lt;tt&gt;setShape&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setShape(com.trolltech.qt.gui.QTabBar.Shape shape)" doc="/**
&lt;p&gt;Sets the tab shape used to draw the tabs to &lt;tt&gt;shape&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;The default value is QTabBar::RoundedNorth.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#shape()&quot;&gt;&lt;tt&gt;shape&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final int midLineWidth()" doc="/**
&lt;p&gt;Returns the mid-line width for drawing the panel.&lt;/p&gt;
&lt;p&gt;The mid line width is usually used in drawing sunken or raised frames. The default value is 0.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#setMidLineWidth(int)&quot;&gt;&lt;tt&gt;setMidLineWidth&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setMidLineWidth(int midLineWidth)" doc="/**
&lt;p&gt;Sets the mid-line width for drawing the panel to &lt;tt&gt;midLineWidth&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;The mid line width is usually used in drawing sunken or raised frames. The default value is 0.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#midLineWidth()&quot;&gt;&lt;tt&gt;midLineWidth&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.core.QSize leftCornerWidgetSize()" doc="/**
&lt;p&gt;Returns the size of the left-corner widget.&lt;/p&gt;
&lt;p&gt;The default value is &lt;a href=&quot;%2E%2E/core/QSize.html&quot;&gt;&lt;tt&gt;QSize&lt;/tt&gt;&lt;/a&gt;(-1, -1), i.e&amp;#x2e; an invalid size.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#setLeftCornerWidgetSize(com.trolltech.qt.core.QSize)&quot;&gt;&lt;tt&gt;setLeftCornerWidgetSize&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setLeftCornerWidgetSize(com.trolltech.qt.core.QSize leftCornerWidgetSize)" doc="/**
&lt;p&gt;Sets the size of the left-corner widget to &lt;tt&gt;leftCornerWidgetSize&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;The default value is &lt;a href=&quot;%2E%2E/core/QSize.html&quot;&gt;&lt;tt&gt;QSize&lt;/tt&gt;&lt;/a&gt;(-1, -1), i.e&amp;#x2e; an invalid size.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionTabWidgetFrame.html#leftCornerWidgetSize()&quot;&gt;&lt;tt&gt;leftCornerWidgetSize&lt;/tt&gt;&lt;/a&gt; */"/>
</class>