YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
FlowLayout Class Reference

Original license follows: More...

#include </home/runner/work/yarp-documentation/yarp-documentation/yarp/src/guis/yarpmotorgui/flowlayout.h>

+ Inheritance diagram for FlowLayout:

Public Member Functions

 FlowLayout (QWidget *parent, int margin=-1, int hSpacing=-1, int vSpacing=-1)
 Original license follows:
 
 FlowLayout (int margin=-1, int hSpacing=-1, int vSpacing=-1)
 
 ~FlowLayout ()
 
void addItem (QLayoutItem *item) override
 
int horizontalSpacing () const
 
int verticalSpacing () const
 
Qt::Orientations expandingDirections () const override
 
bool hasHeightForWidth () const override
 
int heightForWidth (int) const override
 
int count () const override
 
QLayoutItem * itemAt (int index) const override
 
QSize minimumSize () const override
 
void setGeometry (const QRect &rect) override
 
QSize sizeHint () const override
 
QLayoutItem * takeAt (int index) override
 

Detailed Description

Original license follows:

Definition at line 58 of file flowlayout.h.

Constructor & Destructor Documentation

◆ FlowLayout() [1/2]

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

Original license follows:

Definition at line 54 of file flowlayout.cpp.

◆ FlowLayout() [2/2]

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

Definition at line 60 of file flowlayout.cpp.

◆ ~FlowLayout()

FlowLayout::~FlowLayout ( )

Definition at line 68 of file flowlayout.cpp.

Member Function Documentation

◆ addItem()

void FlowLayout::addItem ( QLayoutItem *  item)
override

Definition at line 78 of file flowlayout.cpp.

◆ count()

int FlowLayout::count ( ) const
override

Definition at line 105 of file flowlayout.cpp.

◆ expandingDirections()

Qt::Orientations FlowLayout::expandingDirections ( ) const
override

Definition at line 126 of file flowlayout.cpp.

◆ hasHeightForWidth()

bool FlowLayout::hasHeightForWidth ( ) const
override

Definition at line 136 of file flowlayout.cpp.

◆ heightForWidth()

int FlowLayout::heightForWidth ( int  width) const
override

Definition at line 141 of file flowlayout.cpp.

◆ horizontalSpacing()

int FlowLayout::horizontalSpacing ( ) const

Definition at line 85 of file flowlayout.cpp.

◆ itemAt()

QLayoutItem * FlowLayout::itemAt ( int  index) const
override

Definition at line 110 of file flowlayout.cpp.

◆ minimumSize()

QSize FlowLayout::minimumSize ( ) const
override

Definition at line 158 of file flowlayout.cpp.

◆ setGeometry()

void FlowLayout::setGeometry ( const QRect &  rect)
override

Definition at line 147 of file flowlayout.cpp.

◆ sizeHint()

QSize FlowLayout::sizeHint ( ) const
override

Definition at line 153 of file flowlayout.cpp.

◆ takeAt()

QLayoutItem * FlowLayout::takeAt ( int  index)
override

Definition at line 115 of file flowlayout.cpp.

◆ verticalSpacing()

int FlowLayout::verticalSpacing ( ) const

Definition at line 94 of file flowlayout.cpp.


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