FlowLayout Class Reference

[0] More...

#include <ArmarXGui/gui-plugins/DemoStateOperatorView/flowlayout.h>

+ Inheritance diagram for FlowLayout:

Public Member Functions

void addItem (QLayoutItem *item) override
 [2]
 
int count () const override
 [4]
 
Qt::Orientations expandingDirections () const override
 [5]
 
 FlowLayout (int margin=-1, int hSpacing=-1, int vSpacing=-1)
 
 FlowLayout (QWidget *parent, int margin=-1, int hSpacing=-1, int vSpacing=-1)
 [1]
 
bool hasHeightForWidth () const override
 [6]
 
int heightForWidth (int) const override
 
int horizontalSpacing () const
 [3]
 
QLayoutItem * itemAt (int index) const override
 
QSize minimumSize () const override
 
void setGeometry (const QRect &rect) override
 [7]
 
QSize sizeHint () const override
 
QLayoutItem * takeAt (int index) override
 
int verticalSpacing () const
 
 ~FlowLayout ()
 [1]
 

Detailed Description

[0]

Definition at line 59 of file flowlayout.h.

Constructor & Destructor Documentation

◆ FlowLayout() [1/2]

FlowLayout ( QWidget * parent,
int margin = -1,
int hSpacing = -1,
int vSpacing = -1 )
explicit

[1]

Definition at line 56 of file flowlayout.cpp.

◆ FlowLayout() [2/2]

FlowLayout ( int margin = -1,
int hSpacing = -1,
int vSpacing = -1 )
explicit

Definition at line 62 of file flowlayout.cpp.

◆ ~FlowLayout()

~FlowLayout ( )

[1]

[2]

Definition at line 71 of file flowlayout.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ addItem()

void addItem ( QLayoutItem * item)
override

[2]

[3]

Definition at line 82 of file flowlayout.cpp.

◆ count()

int count ( ) const
override

[4]

[5]

Definition at line 120 of file flowlayout.cpp.

◆ expandingDirections()

Qt::Orientations expandingDirections ( ) const
override

[5]

[6]

Definition at line 143 of file flowlayout.cpp.

◆ hasHeightForWidth()

bool hasHeightForWidth ( ) const
override

[6]

[7]

Definition at line 152 of file flowlayout.cpp.

◆ heightForWidth()

int heightForWidth ( int width) const
override

Definition at line 158 of file flowlayout.cpp.

◆ horizontalSpacing()

int horizontalSpacing ( ) const

[3]

[4]

Definition at line 91 of file flowlayout.cpp.

◆ itemAt()

QLayoutItem * itemAt ( int index) const
override

Definition at line 126 of file flowlayout.cpp.

◆ minimumSize()

QSize minimumSize ( ) const
override

Definition at line 181 of file flowlayout.cpp.

+ Here is the caller graph for this function:

◆ setGeometry()

void setGeometry ( const QRect & rect)
override

[7]

[8]

Definition at line 168 of file flowlayout.cpp.

◆ sizeHint()

QSize sizeHint ( ) const
override

Definition at line 175 of file flowlayout.cpp.

+ Here is the call graph for this function:

◆ takeAt()

QLayoutItem * takeAt ( int index)
override

Definition at line 132 of file flowlayout.cpp.

+ Here is the caller graph for this function:

◆ verticalSpacing()

int verticalSpacing ( ) const

Definition at line 104 of file flowlayout.cpp.


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