class KContainerLayoutItem

This class represents one widget inside the one KContainerLayout. More...

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

Public Methods

Protected Members


Detailed Description

This class represents one widget inside the one KContainerLayout.

See also: KContainerLayout

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

KContainerLayoutItem

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)

setExpand

void  setFill (bool b)

setFill

void  setPadding (int i)

setPadding

QWidgetwidget ()

widget

bool  expand ()

expand

[const]

bool  fill ()

fill

[const]

int  padding ()

padding

[const]

QWidget * _widget

_widget

[protected]

bool _expand

_expand

[protected]

bool _fill

_fill

[protected]

int _padding

_padding

[protected]