|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.internal.QSignalEmitterInternal
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.gui.QStyleOption
com.trolltech.qt.gui.QStyleOptionTabBarBase
public class QStyleOptionTabBarBase
The QStyleOptionTabBarBase class is used to describe the base of a tab bar, i. . the part that the tab bar usually overlaps with. QStyleOptionTabBarBase contains all the information that QStyle
functions need to draw the tab bar base. Note that this is only drawn for a standalone QTabBar
(one that isn't part of a QTabWidget
).
For performance reasons, the access to the member variables is direct (i.e., using the . or -> operator). This low-level feel makes the structures straightforward to use and emphasizes that these are simply parameters used by the style functions.
For an example demonstrating how style options can be used, see the Styles example.
QStyleOption
, and QTabBar::drawBase()
.
Nested Class Summary | |
---|---|
static class |
QStyleOptionTabBarBase.StyleOptionType
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass. |
static class |
QStyleOptionTabBarBase.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.QStyleOption |
---|
QStyleOption.OptionType |
Nested classes/interfaces inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
---|
com.trolltech.qt.internal.QSignalEmitterInternal.AbstractSignalInternal |
Field Summary |
---|
Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
---|
currentSender |
Constructor Summary | |
---|---|
QStyleOptionTabBarBase()
Construct a QStyleOptionTabBarBase, initializing the members vaiables to their default values. |
|
QStyleOptionTabBarBase(QStyleOptionTabBarBase other)
Constructs a copy of other. |
Method Summary | |
---|---|
QStyleOptionTabBarBase |
clone()
This method is reimplemented for internal reasons |
QRect |
selectedTabRect()
This variable holds the rectangle containing the selected tab. |
void |
setSelectedTabRect(QRect selectedTabRect)
This variable holds the rectangle containing the selected tab. |
void |
setShape(QTabBar.Shape shape)
This variable holds the shape of the tab bar. |
void |
setTabBarRect(QRect tabBarRect)
This variable holds the rectangle containing all the tabs. |
QTabBar.Shape |
shape()
This variable holds the shape of the tab bar. |
QRect |
tabBarRect()
This variable holds the rectangle containing all the tabs. |
Methods inherited from class com.trolltech.qt.gui.QStyleOption |
---|
direction, fontMetrics, initFrom, palette, rect, setDirection, setFontMetrics, setPalette, setRect, setState, 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 com.trolltech.qt.internal.QSignalEmitterInternal |
---|
__qt_signalInitialization |
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 |
---|
public QStyleOptionTabBarBase()
public QStyleOptionTabBarBase(QStyleOptionTabBarBase other)
Method Detail |
---|
public final void setSelectedTabRect(QRect selectedTabRect)
public final QRect selectedTabRect()
public final void setShape(QTabBar.Shape shape)
QTabBar::RoundedNorth
.
public final QTabBar.Shape shape()
QTabBar::RoundedNorth
.
public final void setTabBarRect(QRect tabBarRect)
public final QRect tabBarRect()
public QStyleOptionTabBarBase clone()
clone
in class QStyleOption
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |