Open 3D Engine LyShine Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <AlignToolbarSection.h>
Public Member Functions | |
void | SetIsEnabled (bool enabled) |
Used to grey out the buttons when the selection is not valid for align operations. | |
void | SetIsVisible (bool visible) |
Used to hide the section when not in the correct mode. | |
void | AddButtons (QToolBar *parent) |
Adds the buttons, called by the parent toolbar to add them in the right place as toolbar is built. | |
AlignToolbarSection is a part of the ModeToolbar that only shows up when in move mode. It has buttons that, when clicked, perform different align operations.