![]() |
LibrePCB Developers Documentation
|
#include <alignment.h>
Collaboration diagram for HAlign:Public Member Functions | |
| HAlign () noexcept | |
| HAlign (const HAlign &other) noexcept | |
| Qt::AlignmentFlag | toQtAlignFlag () const noexcept |
| HAlign & | mirror () noexcept |
| HAlign | mirrored () const noexcept |
| HAlign & | operator= (const HAlign &rhs) noexcept |
| bool | operator== (const HAlign &rhs) const noexcept |
| bool | operator!= (const HAlign &rhs) const noexcept |
Static Public Member Functions | |
| static HAlign | left () noexcept |
| static HAlign | center () noexcept |
| static HAlign | right () noexcept |
Private Member Functions | |
| HAlign (Qt::AlignmentFlag align) noexcept | |
Private Attributes | |
| Qt::AlignmentFlag | mAlign |
The HAlign class.
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlineexplicitprivatenoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the call graph for this function:
|
inlinestaticnoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestaticnoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestaticnoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinenoexcept |
|
inlinenoexcept |
|
private |