Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 2247

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

<class name="QStyleOptionRubberBand" doc="/**
&lt;p&gt;The &lt;a href=&quot;QStyleOptionRubberBand.html#QStyleOptionRubberBand(int)&quot;&gt;&lt;tt&gt;QStyleOptionRubberBand&lt;/tt&gt;&lt;/a&gt; class is used to describe the parameters needed for drawing a rubber band.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;QStyleOptionRubberBand.html#QStyleOptionRubberBand(int)&quot;&gt;&lt;tt&gt;QStyleOptionRubberBand&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 &lt;a href=&quot;QRubberBand.html&quot;&gt;&lt;tt&gt;QRubberBand&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;QRubberBand.html&quot;&gt;&lt;tt&gt;QRubberBand&lt;/tt&gt;&lt;/a&gt; */">
    <method name="public QStyleOptionRubberBand(com.trolltech.qt.gui.QStyleOptionRubberBand other)" doc="/**
&lt;p&gt;Constructs a copy of the &lt;tt&gt;other&lt;/tt&gt; style option.&lt;/p&gt;
 */"/>
    <method name="public QStyleOptionRubberBand()" doc="/**
&lt;p&gt;Creates a &lt;a href=&quot;QStyleOptionRubberBand.html#QStyleOptionRubberBand(int)&quot;&gt;&lt;tt&gt;QStyleOptionRubberBand&lt;/tt&gt;&lt;/a&gt;, initializing the members variables to their default values.&lt;/p&gt;
 */"/>
    <method name="protected QStyleOptionRubberBand(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;QStyleOptionRubberBand.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;QStyleOptionRubberBand.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_RubberBand&lt;/tt&gt;&lt;/a&gt; for this class).&lt;/p&gt;
 */"/>
</enum>
    <method name="public final boolean opaque()" doc="/**
&lt;p&gt;Returns whether the rubber band is required to be drawn in an opaque style.&lt;/p&gt;
&lt;p&gt;The default value is true.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionRubberBand.html#setOpaque(boolean)&quot;&gt;&lt;tt&gt;setOpaque&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setOpaque(boolean opaque)" doc="/**
&lt;p&gt;Sets whether the rubber band is required to be drawn in an opaque style to &lt;tt&gt;opaque&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;The default value is true.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionRubberBand.html#opaque()&quot;&gt;&lt;tt&gt;opaque&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.gui.QRubberBand.Shape shape()" doc="/**
&lt;p&gt;Returns the shape of the rubber band.&lt;/p&gt;
&lt;p&gt;The default shape is QRubberBand::Line.&lt;/p&gt;

@see &lt;a href=&quot;QStyleOptionRubberBand.html#setShape(com.trolltech.qt.gui.QRubberBand.Shape)&quot;&gt;&lt;tt&gt;setShape&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setShape(com.trolltech.qt.gui.QRubberBand.Shape shape)" doc="/**
&lt;p&gt;Sets the shape of the rubber band to &lt;tt&gt;shape&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;The default shape is QRubberBand::Line.&lt;/p&gt;

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