class KContainerLayoutItem

KContainerLayoutItem. More...

Internal Use Only
Definition#include <kcontainer.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Members


Detailed Description

KContainerLayoutItem is a internal class used by KConatinerLayout

See also: KContainerLayout, KContainerLayout, class, represents, one, widget, inside, the, one, KContainerLayout

 KContainerLayoutItem (QWidget *w,bool e=FALSE,bool f=FALSE,int p=0)

Creates one KContIem

Parameters:
wThe widget associated with this KContainerLayoutItem
eExpand will make the widget to use all space alocated to it
fFill will make the widget be sized to ocupy all the space allocated to it. Only makes sense with expand = TRUE
pPadding is the size the widget will use as borders on both sides of the space allocated to it.

void  setExpand (bool b)

void  setFill (bool b)

void  setPadding (int i)

QWidgetwidget ()

const bool  expand ()

[const]

const bool  fill ()

[const]

const int  padding ()

[const]

QWidget * _widget

[protected]

bool _expand

[protected]

bool _fill

[protected]

int _padding

[protected]