public

Inheritance Graph

graph BT
	FlowLayouter
	FlowLayouter --> AbstractLayouter
	click FlowLayouter "classGUI_1_1FlowLayouter"
	click AbstractLayouter "classGUI_1_1AbstractLayouter"

Description

Public Functions

     
     
  FlowLayouter()  
     
  FlowLayouter(const FlowLayouter & void)  
     
  ~FlowLayouter()  
     
bool getAutoBreak() const  
     
bool getMaximize() const  
     
int getMargin() const  
     
int getPadding() const  
     
void setAutoBreak(bool b)  
     
void setMaximize(bool b)  
     
void setMargin(int i)  
     
void setPadding(int i)  
     
void layout( Util::WeakPointer < Component > component)
> AbstractLayouter

Documentation

function
GUI::FlowLayouter::FlowLayouter

public inline
   
   
FlowLayouter( )

Defined in GUI/Base/Layouters/FlowLayouter.h:30


function
GUI::FlowLayouter::FlowLayouter

public
     
     
FlowLayouter( const FlowLayouter & void )

Defined in GUI/Base/Layouters/FlowLayouter.h:31


function
GUI::FlowLayouter::~FlowLayouter

public inline virtual
   
   
~FlowLayouter( )

Defined in GUI/Base/Layouters/FlowLayouter.h:32


function
GUI::FlowLayouter::getAutoBreak

public const inline
   
   
bool getAutoBreak( ) const

Defined in GUI/Base/Layouters/FlowLayouter.h:34


function
GUI::FlowLayouter::getMaximize

public const inline
   
   
bool getMaximize( ) const

Defined in GUI/Base/Layouters/FlowLayouter.h:35


function
GUI::FlowLayouter::getMargin

public const inline
   
   
int getMargin( ) const

Defined in GUI/Base/Layouters/FlowLayouter.h:36


function
GUI::FlowLayouter::getPadding

public const inline
   
   
int getPadding( ) const

Defined in GUI/Base/Layouters/FlowLayouter.h:37


function
GUI::FlowLayouter::setAutoBreak

public inline
     
     
void setAutoBreak( bool b )

Defined in GUI/Base/Layouters/FlowLayouter.h:39


function
GUI::FlowLayouter::setMaximize

public inline
     
     
void setMaximize( bool b )

If true, the size of the layouted panel is set to the maximum of the content’s size and the parent’s size. This is a special case used e.g. in Panels. Try to avoid this!

Defined in GUI/Base/Layouters/FlowLayouter.h:43


function
GUI::FlowLayouter::setMargin

public inline
     
     
void setMargin( int i )

Defined in GUI/Base/Layouters/FlowLayouter.h:44


function
GUI::FlowLayouter::setPadding

public inline
     
     
void setPadding( int i )

Defined in GUI/Base/Layouters/FlowLayouter.h:45


function
GUI::FlowLayouter::layout

public virtual
     
     
void layout( Util::WeakPointer < Component > component )
> AbstractLayouter

Defined in GUI/Base/Layouters/FlowLayouter.h:48