Public Member Functions | Protected Attributes

i_uiLayoutItem Class Reference

Wrapper around QLayoutItems that have been wrapped by a i_QObjWrp wrapper and therefore have a reference to a uiObject. More...

Inheritance diagram for i_uiLayoutItem:
i_LayoutItem uiBody NamedObject CallBacker

List of all members.

Public Member Functions

 i_uiLayoutItem (i_LayoutMngr &mngr, uiObjectBody &obj)
virtual ~i_uiLayoutItem ()
virtual uiSize minimumsize () const
virtual uiObjectobjLayouted ()
virtual uiObjectBodybodyLayouted ()

Protected Attributes

uiObjectBodyuiObjBody_

Detailed Description

Wrapper around QLayoutItems that have been wrapped by a i_QObjWrp wrapper and therefore have a reference to a uiObject.


Constructor & Destructor Documentation

i_uiLayoutItem::i_uiLayoutItem ( i_LayoutMngr mngr,
uiObjectBody obj 
) [inline]
virtual i_uiLayoutItem::~i_uiLayoutItem (  )  [virtual]

Member Function Documentation

virtual uiObjectBody* i_uiLayoutItem::bodyLayouted (  )  [inline, virtual]

Reimplemented from i_LayoutItem.

virtual uiSize i_uiLayoutItem::minimumsize (  )  const [inline, virtual]

Reimplemented from i_LayoutItem.

virtual uiObject* i_uiLayoutItem::objLayouted (  )  [inline, virtual]

Reimplemented from i_LayoutItem.


Member Data Documentation