TGUI
1.6.1
|
This is the complete list of members for tgui::Layout, including all inherited members.
connectWidget(Widget *widget, bool xAxis, std::function< void()> valueChangedCallbackHandler) (defined in tgui::Layout) | tgui::Layout | |
getLeftOperand() const (defined in tgui::Layout) | tgui::Layout | |
getRightOperand() const (defined in tgui::Layout) | tgui::Layout | |
getValue() const | tgui::Layout | inline |
isConstant() const | tgui::Layout | inline |
Layout()=default | tgui::Layout | |
Layout(T constant) | tgui::Layout | inline |
Layout(RelativeValue ratio) | tgui::Layout | |
Layout(const char *expression) | tgui::Layout | inline |
Layout(String expression) | tgui::Layout | |
Layout(Operation operation, Widget *boundWidget) (defined in tgui::Layout) | tgui::Layout | explicit |
Layout(Operation operation, std::unique_ptr< Layout > leftOperand, std::unique_ptr< Layout > rightOperand) (defined in tgui::Layout) | tgui::Layout | explicit |
Layout(const Layout &other) | tgui::Layout | |
Layout(Layout &&other) noexcept | tgui::Layout | |
Operation enum name | tgui::Layout | |
operator=(const Layout &other) | tgui::Layout | |
operator=(Layout &&other) noexcept | tgui::Layout | |
recalculateValue() (defined in tgui::Layout) | tgui::Layout | |
replaceValue(const Layout &value) | tgui::Layout | |
toString() const (defined in tgui::Layout) | tgui::Layout | |
unbindWidget() (defined in tgui::Layout) | tgui::Layout | |
~Layout() | tgui::Layout |