CLASS REFERENCE | |
Source: /harbour/contrib/hbqt/TQLayout.prg | |
http://doc.trolltech.com/4.5/qlayout.htm | |
oLayout : activate() | lBool |
oLayout : addItem( pItem ) | NIL |
oLayout : addWidget( pW ) | NIL |
oLayout : contentsRect() | pQRect |
oLayout : count() | nInt |
oLayout : expandingDirections() | nQt::Orientations |
oLayout : getContentsMargins( @nLeft, @nTop, @nRight, @nBottom ) | NIL |
oLayout : indexOf( pWidget ) | nInt |
oLayout : isEnabled() | lBool |
oLayout : itemAt( nIndex ) | Item |
oLayout : maximumSize() | pQSize |
oLayout : menuBar() | pQWidget |
oLayout : minimumSize() | pQSize |
oLayout : parentWidget() | pQWidget |
oLayout : removeItem( pItem ) | NIL |
oLayout : removeWidget( pWidget ) | NIL |
oLayout : setAlignment( pW, nAlignment ) | lBool |
oLayout : setAlignment_1( nAlignment ) | NIL |
oLayout : setAlignment_2( pL, nAlignment ) | lBool |
oLayout : setContentsMargins( nLeft, nTop, nRight, nBottom ) | NIL |
oLayout : setEnabled( lEnable ) | NIL |
oLayout : setMenuBar( pWidget ) | NIL |
oLayout : setSizeConstraint( nSizeConstraint ) | NIL |
oLayout : setSpacing( nInt ) | NIL |
oLayout : sizeConstraint() | nSizeConstraint |
oLayout : spacing() | nInt |
oLayout : takeAt( nIndex ) | Item |
oLayout : update() | NIL |
oLayout : closestAcceptableSize( pWidget, pSize ) | pQSize |
FUNCTIONS REFERENCE | |
Source: /harbour/contrib/hbqt/QLayout.cpp | |
Qt_QLayout_activate( pQLayout ) | lBool |
Qt_QLayout_addItem( pQLayout, pItem ) | NIL |
Qt_QLayout_addWidget( pQLayout, pW ) | NIL |
Qt_QLayout_contentsRect( pQLayout ) | pQRect |
Qt_QLayout_count( pQLayout ) | nInt |
Qt_QLayout_expandingDirections( pQLayout ) | nQt::Orientations |
Qt_QLayout_getContentsMargins( pQLayout, @nLeft, @nTop, @nRight, @nBottom ) | NIL |
Qt_QLayout_indexOf( pQLayout, pWidget ) | nInt |
Qt_QLayout_isEnabled( pQLayout ) | lBool |
Qt_QLayout_itemAt( pQLayout, nIndex ) | pQLayoutItem |
Qt_QLayout_maximumSize( pQLayout ) | pQSize |
Qt_QLayout_menuBar( pQLayout ) | pQWidget |
Qt_QLayout_minimumSize( pQLayout ) | pQSize |
Qt_QLayout_parentWidget( pQLayout ) | pQWidget |
Qt_QLayout_removeItem( pQLayout, pItem ) | NIL |
Qt_QLayout_removeWidget( pQLayout, pWidget ) | NIL |
Qt_QLayout_setAlignment( pQLayout, pW, nAlignment ) | lBool |
Qt_QLayout_setAlignment_1( pQLayout, nAlignment ) | NIL |
Qt_QLayout_setAlignment_2( pQLayout, pL, nAlignment ) | lBool |
Qt_QLayout_setContentsMargins( pQLayout, nLeft, nTop, nRight, nBottom ) | NIL |
Qt_QLayout_setEnabled( pQLayout, lEnable ) | NIL |
Qt_QLayout_setMenuBar( pQLayout, pWidget ) | NIL |
Qt_QLayout_setSizeConstraint( pQLayout, nSizeConstraint ) | NIL |
Qt_QLayout_setSpacing( pQLayout, nInt ) | NIL |
Qt_QLayout_sizeConstraint( pQLayout ) | nSizeConstraint |
Qt_QLayout_spacing( pQLayout ) | nInt |
Qt_QLayout_takeAt( pQLayout, nIndex ) | pQLayoutItem |
Qt_QLayout_update( pQLayout ) | NIL |
Qt_QLayout_closestAcceptableSize( pQLayout, pWidget, pSize ) | pQSize |