com.trolltech.qt.gui
Class QStyleOptionViewItemV3

java.lang.Object
  extended by com.trolltech.qt.QSignalEmitter
      extended by com.trolltech.qt.QtJambiObject
          extended by com.trolltech.qt.gui.QStyleOption
              extended by com.trolltech.qt.gui.QStyleOptionViewItem
                  extended by com.trolltech.qt.gui.QStyleOptionViewItemV2
                      extended by com.trolltech.qt.gui.QStyleOptionViewItemV3
All Implemented Interfaces:
QtJambiInterface, java.lang.Cloneable
Direct Known Subclasses:
QStyleOptionViewItemV4

public class QStyleOptionViewItemV3
extends QStyleOptionViewItemV2
implements java.lang.Cloneable


Nested Class Summary
static class QStyleOptionViewItemV3.StyleOptionVersion
          This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
 
Nested classes/interfaces inherited from class com.trolltech.qt.gui.QStyleOptionViewItemV2
QStyleOptionViewItemV2.ViewItemFeature, QStyleOptionViewItemV2.ViewItemFeatures
 
Nested classes/interfaces inherited from class com.trolltech.qt.gui.QStyleOptionViewItem
QStyleOptionViewItem.Position, QStyleOptionViewItem.StyleOptionType
 
Nested classes/interfaces inherited from class com.trolltech.qt.gui.QStyleOption
QStyleOption.OptionType
 
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter
QSignalEmitter.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9
 
Constructor Summary
QStyleOptionViewItemV3(QStyleOptionViewItemV3 other)
          Creates a new QStyleOptionViewItemV3 that is a copy of other.
 
Method Summary
 QStyleOptionViewItemV3 clone()
          This method is reimplemented for internal reasons
static QStyleOptionViewItemV3 fromNativePointer(QNativePointer nativePointer)
          This method returns the QStyleOptionViewItemV3 instance pointed to by nativePointer.
 QLocale locale()
           
static QNativePointer nativePointerArray(QStyleOptionViewItemV3[] array)
          This function returns a QNativePointer that is pointing to the specified QStyleOptionViewItemV3 array.
 void setLocale(QLocale locale)
           
 QWidget widget()
           
 
Methods inherited from class com.trolltech.qt.gui.QStyleOptionViewItemV2
features, nativePointerArray, setFeatures, setFeatures
 
Methods inherited from class com.trolltech.qt.gui.QStyleOptionViewItem
decorationAlignment, decorationPosition, decorationSize, displayAlignment, font, nativePointerArray, setDecorationAlignment, setDecorationPosition, setDecorationSize, setDisplayAlignment, setFont, setShowDecorationSelected, setTextElideMode, showDecorationSelected, textElideMode
 
Methods inherited from class com.trolltech.qt.gui.QStyleOption
direction, fontMetrics, initFrom, nativePointerArray, palette, rect, setDirection, setFontMetrics, setPalette, setRect, setState, setType, setVersion, state, type, version
 
Methods inherited from class com.trolltech.qt.QtJambiObject
dispose, disposed, equals, finalize, reassignNativeResources, tr, tr, tr
 
Methods inherited from class com.trolltech.qt.QSignalEmitter
blockSignals, disconnect, disconnect, signalsBlocked, signalSender, thread
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.trolltech.qt.QtJambiInterface
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership
 

Constructor Detail

QStyleOptionViewItemV3

public QStyleOptionViewItemV3(QStyleOptionViewItemV3 other)
Creates a new QStyleOptionViewItemV3 that is a copy of other.

Method Detail

widget

public final QWidget widget()

setLocale

public final void setLocale(QLocale locale)

locale

public final QLocale locale()

fromNativePointer

public static QStyleOptionViewItemV3 fromNativePointer(QNativePointer nativePointer)
This method returns the QStyleOptionViewItemV3 instance pointed to by nativePointer.


nativePointerArray

public static QNativePointer nativePointerArray(QStyleOptionViewItemV3[] array)
This function returns a QNativePointer that is pointing to the specified QStyleOptionViewItemV3 array.


clone

public QStyleOptionViewItemV3 clone()
This method is reimplemented for internal reasons

Overrides:
clone in class QStyleOptionViewItemV2