![]() |
LibrePCB Developers Documentation
|
#include <alignment.h>
Collaboration diagram for VAlign:Public Member Functions | |
| VAlign () noexcept | |
| VAlign (const VAlign &other) noexcept | |
| Qt::AlignmentFlag | toQtAlignFlag () const noexcept |
| VAlign & | mirror () noexcept |
| VAlign | mirrored () const noexcept |
| VAlign & | operator= (const VAlign &rhs) noexcept |
| bool | operator== (const VAlign &rhs) const noexcept |
| bool | operator!= (const VAlign &rhs) const noexcept |
Static Public Member Functions | |
| static VAlign | top () noexcept |
| static VAlign | center () noexcept |
| static VAlign | bottom () noexcept |
Private Member Functions | |
| VAlign (Qt::AlignmentFlag align) noexcept | |
Private Attributes | |
| Qt::AlignmentFlag | mAlign |
The VAlign 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 |