|
Krita Source Code Documentation
|
#include <KisWrappableHBoxLayout.h>
Inheritance diagram for KisWrappableHBoxLayout:Public Member Functions | |
| void | addItem (QLayoutItem *item) override |
| int | count () const override |
| bool | hasHeightForWidth () const override |
| int | heightForWidth (int width) const override |
| QLayoutItem * | itemAt (int) const override |
| KisWrappableHBoxLayout (QWidget *parent=nullptr) | |
| QSize | minimumSize () const override |
| void | setGeometry (const QRect &rect) override |
| QSize | sizeHint () const override |
| QLayoutItem * | takeAt (int) override |
| ~KisWrappableHBoxLayout () override | |
Protected Member Functions | |
| int | doLayout (const QRect &rect, bool testOnly) const |
Private Attributes | |
| QVector< QLayoutItem * > | m_items |
| int | m_lastWidth {-1} |
Definition at line 16 of file KisWrappableHBoxLayout.h.
|
explicit |
Definition at line 12 of file KisWrappableHBoxLayout.cpp.
|
override |
Definition at line 19 of file KisWrappableHBoxLayout.cpp.
References takeAt().
|
override |
Definition at line 27 of file KisWrappableHBoxLayout.cpp.
References m_items.
|
override |
Definition at line 64 of file KisWrappableHBoxLayout.cpp.
References m_items.
|
protected |
Definition at line 98 of file KisWrappableHBoxLayout.cpp.
References m_items.
|
override |
Definition at line 87 of file KisWrappableHBoxLayout.cpp.
|
override |
Definition at line 92 of file KisWrappableHBoxLayout.cpp.
References doLayout().
|
override |
Definition at line 71 of file KisWrappableHBoxLayout.cpp.
References m_items.
|
override |
Definition at line 42 of file KisWrappableHBoxLayout.cpp.
References heightForWidth(), and m_items.
|
override |
Definition at line 81 of file KisWrappableHBoxLayout.cpp.
References doLayout().
|
override |
Definition at line 32 of file KisWrappableHBoxLayout.cpp.
References heightForWidth(), and minimumSize().
|
override |
Definition at line 76 of file KisWrappableHBoxLayout.cpp.
References m_items.
|
private |
Definition at line 38 of file KisWrappableHBoxLayout.h.
|
private |
Definition at line 39 of file KisWrappableHBoxLayout.h.