|
||||||||||
| 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.core.QObject
com.trolltech.qt.gui.QLayout
com.sibvisions.rad.ui.qt.ext.layout.QVxBorderLayout
public class QVxBorderLayout
The QVxBorderLayout is a BorderLayout implementation for QT.
BorderLayout| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.trolltech.qt.gui.QLayout |
|---|
QLayout.SizeConstraint |
| Nested classes/interfaces inherited from class com.trolltech.qt.QtJambiObject |
|---|
QtJambiObject.QPrivateConstructor |
| Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
|---|
QSignalEmitter.AbstractSignal, QSignalEmitter.PrivateSignal0, QSignalEmitter.PrivateSignal1<A>, QSignalEmitter.PrivateSignal2<A,B>, QSignalEmitter.PrivateSignal3<A,B,C>, QSignalEmitter.PrivateSignal4<A,B,C,D>, QSignalEmitter.PrivateSignal5<A,B,C,D,E>, QSignalEmitter.PrivateSignal6<A,B,C,D,E,F>, QSignalEmitter.PrivateSignal7<A,B,C,D,E,F,G>, QSignalEmitter.PrivateSignal8<A,B,C,D,E,F,G,H>, QSignalEmitter.PrivateSignal9<A,B,C,D,E,F,G,H,I>, QSignalEmitter.Signal0, QSignalEmitter.Signal1<A>, QSignalEmitter.Signal2<A,B>, QSignalEmitter.Signal3<A,B,C>, QSignalEmitter.Signal4<A,B,C,D>, QSignalEmitter.Signal5<A,B,C,D,E>, QSignalEmitter.Signal6<A,B,C,D,E,F>, QSignalEmitter.Signal7<A,B,C,D,E,F,G>, QSignalEmitter.Signal8<A,B,C,D,E,F,G,H>, QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I> |
| Nested classes/interfaces inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
|---|
com.trolltech.qt.internal.QSignalEmitterInternal.AbstractSignalInternal |
| Field Summary | |
|---|---|
static String |
CENTER
the layout position for 'center'. |
static String |
EAST
the layout position for 'east'. |
static String |
NORTH
the layout position for 'north'. |
static String |
SOUTH
the layout position for 'south'. |
static String |
WEST
the layout position for 'west'. |
| Fields inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
|---|
currentSender |
| Constructor Summary | |
|---|---|
QVxBorderLayout()
Constructs a new BorderLayout. |
|
| Method Summary | |
|---|---|
void |
addItem(QLayoutItemInterface pItem)
|
void |
addWidget(QWidget pWidget,
String pConstraints)
Adds a widget to the layout to the specified constraint. |
int |
count()
|
String |
getConstraints(QWidget pWidget)
Gets the constraints for the specified widget. |
int |
getHorizontalGap()
Gets the horizontal gap. |
int |
getVerticalGap()
Gets the vertical gap. |
QLayoutItemInterface |
itemAt(int pPosition)
|
void |
setGeometry(QRect pGeometry)
|
void |
setHorizontalGap(int pGap)
Sets the horizontal gap. |
void |
setVerticalGap(int pGap)
Sets the vertical gap. |
QSize |
sizeHint()
|
QLayoutItemInterface |
takeAt(int pPosition)
|
| Methods inherited from class com.trolltech.qt.core.QObject |
|---|
blockSignals, children, connectSlotsByName, customEvent, disposeLater, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, event, eventFilter, findChild, findChild, findChild, findChildren, findChildren, findChildren, findChildren, indexOfProperty, installEventFilter, isWidgetType, killTimer, moveToThread, objectName, parent, properties, property, removeEventFilter, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, toString, userProperty |
| Methods inherited from class com.trolltech.qt.QtJambiObject |
|---|
disableGarbageCollection, dispose, disposed, equals, finalize, nativeId, nativePointer, reassignNativeResources, reenableGarbageCollection, setJavaOwnership, tr, tr, tr |
| Methods inherited from class com.trolltech.qt.QSignalEmitter |
|---|
disconnect, disconnect, signalSender |
| Methods inherited from class com.trolltech.qt.internal.QSignalEmitterInternal |
|---|
__qt_signalInitialization |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.trolltech.qt.QtJambiInterface |
|---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
| Field Detail |
|---|
public static final String CENTER
public static final String WEST
public static final String NORTH
public static final String EAST
public static final String SOUTH
| Constructor Detail |
|---|
public QVxBorderLayout()
| Method Detail |
|---|
public void addItem(QLayoutItemInterface pItem)
addItem in class QLayoutpublic int count()
count in class QLayoutpublic QLayoutItemInterface itemAt(int pPosition)
itemAt in class QLayoutpublic QSize sizeHint()
sizeHint in interface QLayoutItemInterfacesizeHint in class QLayoutpublic QLayoutItemInterface takeAt(int pPosition)
takeAt in class QLayoutpublic void setGeometry(QRect pGeometry)
setGeometry in interface QLayoutItemInterfacesetGeometry in class QLayout
public void addWidget(QWidget pWidget,
String pConstraints)
pWidget - the widget to addpConstraints - one of the following NORTH, WEST, CENTER, EAST, SOUTHpublic int getHorizontalGap()
public void setHorizontalGap(int pGap)
pGap - the horizontal gap.public int getVerticalGap()
public void setVerticalGap(int pGap)
pGap - the vertical gap.public String getConstraints(QWidget pWidget)
pWidget - the widget to be queried
addWidget(QWidget, String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||