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.

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

Creates one KContIem

Parameters:

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]