Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
dw::oof::OOFPositionedMgr::Child Class Reference

#include <oofpositionedmgr.hh>

Public Member Functions

 Child (core::Widget *widget, OOFAwareWidget *generator, int externalIndex)
 
- Public Member Functions inherited from lout::object::Object
virtual ~Object ()
 The destructor is defined as virtual (but not abstract), so that destruction of Object's works properly.
 
virtual bool equals (Object *other)
 Returns, whether two objects are equal.
 
virtual int hashValue ()
 Return a hash value for the object.
 
virtual Objectclone ()
 Return an exact copy of the object.
 
virtual void intoStringBuffer (misc::StringBuffer *sb)
 Store a textual representation of the object in a misc::StringBuffer.
 
const char * toString ()
 Use object::Object::intoStringBuffer to return a textual representation of the object.
 
virtual size_t sizeOf ()
 Return the number of bytes, this object totally uses.
 

Public Attributes

core::Widgetwidget
 
OOFAwareWidgetgenerator
 
int externalIndex
 
int x
 
int y
 
bool consideredForSize
 
bool consideredForExtremes
 

Detailed Description

Definition at line 14 of file oofpositionedmgr.hh.

Constructor & Destructor Documentation

◆ Child()

dw::oof::OOFPositionedMgr::Child::Child ( core::Widget widget,
OOFAwareWidget generator,
int  externalIndex 
)

Definition at line 33 of file oofpositionedmgr.cc.

References consideredForExtremes, consideredForSize, externalIndex, generator, widget, x, and y.

Member Data Documentation

◆ consideredForExtremes

bool dw::oof::OOFPositionedMgr::Child::consideredForExtremes

◆ consideredForSize

bool dw::oof::OOFPositionedMgr::Child::consideredForSize

◆ externalIndex

int dw::oof::OOFPositionedMgr::Child::externalIndex

◆ generator

◆ widget

◆ x

◆ y


The documentation for this class was generated from the following files: