public

Inheritance Graph

graph BT
	NextRow
	NextRow --> Component
	click NextRow "classGUI_1_1NextRow"
	click Component "classGUI_1_1Component"

Description

Public Attributes

   
   
float additionalSpacing

Public Functions

   
   
  NextRow( GUI_Manager & _gui, float _additionalSpacing)
   
  NextRow(const NextRow & c)
   
  ~NextRow()
   
Component * clone() const

Documentation

variable
GUI::NextRow::additionalSpacing

public
 
 
float additionalSpacing

Defined in GUI/Components/LayoutHelper.h:27


function
GUI::NextRow::NextRow

public inline
     
     
NextRow( GUI_Manager & _gui,
  float _additionalSpacing
)    

Defined in GUI/Components/LayoutHelper.h:21


function
GUI::NextRow::NextRow

public inline
     
     
NextRow( const NextRow & c )

Defined in GUI/Components/LayoutHelper.h:22


function
GUI::NextRow::~NextRow

public inline virtual
   
   
~NextRow( )

Defined in GUI/Components/LayoutHelper.h:23


function
GUI::NextRow::clone

public const inline virtual
   
   
Component * clone( ) const

Defined in GUI/Components/LayoutHelper.h:26