MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getHorizontalAlign

Method getHorizontalAlign

src/eepp/ui/uinode.cpp:700–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700Uint32 UINode::getHorizontalAlign() const {
701 return mFlags & UI_HALIGN_MASK;
702}
703
704UINode* UINode::setHorizontalAlign( Uint32 halign ) {
705 mFlags &= ~UI_HALIGN_MASK;

Callers 2

displayTooltipMethod · 0.80
displayTooltipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected