Wt
4.11.1
|
This is the complete list of members for Wt::WBoxLayout, including all inherited members.
addChild(std::unique_ptr< WObject > child) | Wt::WObject | |
addChild(std::unique_ptr< Child > child) | Wt::WObject | |
addItem(std::unique_ptr< WLayoutItem > item) override | Wt::WBoxLayout | virtual |
addLayout(std::unique_ptr< WLayout > layout, int stretch, WFlags< AlignmentFlag > alignment) | Wt::WBoxLayout | |
addLayout(std::unique_ptr< Layout > layout, int stretch=0, WFlags< AlignmentFlag > alignment=None) | Wt::WBoxLayout | |
addSpacing(const WLength &size) | Wt::WBoxLayout | |
addStretch(int stretch=0) | Wt::WBoxLayout | |
addWidget(std::unique_ptr< WWidget > widget, int stretch, WFlags< AlignmentFlag > alignment) | Wt::WBoxLayout | |
addWidget(std::unique_ptr< Widget > widget, int stretch=0, WFlags< AlignmentFlag > alignment=None) | Wt::WBoxLayout | |
Wt::WLayout::addWidget(std::unique_ptr< WWidget > widget) | Wt::WLayout | |
bindSafe(void(C::*method)(Args...)) noexcept | Wt::Core::observable | |
bindSafe(void(C::*method)(Args...) const) const noexcept | Wt::Core::observable | |
bindSafe(const Function &function) noexcept | Wt::Core::observable | |
count() const override | Wt::WBoxLayout | virtual |
direction() const | Wt::WBoxLayout | |
findWidgetItem(WWidget *widget) override | Wt::WLayout | virtual |
getContentsMargins(int *left, int *top, int *right, int *bottom) const | Wt::WLayout | |
getStateless(Method method) | Wt::WObject | protectedvirtual |
id() const | Wt::WObject | virtual |
implementJavaScript(void(T::*method)(), const std::string &jsCode) | Wt::WObject | |
implementStateless(void(T::*method)()) | Wt::WObject | |
implementStateless(void(T::*method)(), void(T::*undoMethod)()) | Wt::WObject | |
indexOf(WLayoutItem *item) const | Wt::WLayout | virtual |
insertLayout(int index, std::unique_ptr< WLayout > layout, int stretch=0, WFlags< AlignmentFlag > alignment=None) | Wt::WBoxLayout | |
insertLayout(int index, std::unique_ptr< Layout > layout, int stretch=0, WFlags< AlignmentFlag > alignment=None) | Wt::WBoxLayout | |
insertSpacing(int index, const WLength &size) | Wt::WBoxLayout | |
insertStretch(int index, int stretch=0) | Wt::WBoxLayout | |
insertWidget(int index, std::unique_ptr< WWidget > widget, int stretch=0, WFlags< AlignmentFlag > alignment=None) | Wt::WBoxLayout | |
insertWidget(int index, std::unique_ptr< Widget > widget, int stretch=0, WFlags< AlignmentFlag > alignment=None) | Wt::WBoxLayout | |
isNotStateless() | Wt::WObject | |
isResizable(int index) const | Wt::WBoxLayout | |
itemAt(int index) const override | Wt::WBoxLayout | virtual |
layout() override | Wt::WLayout | virtual |
Method typedef | Wt::WObject | |
objectName() const | Wt::WObject | virtual |
observable() noexcept | Wt::Core::observable | |
parentLayout() const override | Wt::WLayout | virtual |
removeChild(WObject *child) | Wt::WObject | |
removeChild(Child *child) | Wt::WObject | |
removeItem(WLayoutItem *item) override | Wt::WBoxLayout | virtual |
removeWidget(WWidget *widget) | Wt::WLayout | |
resetLearnedSlot(void(T::*method)()) | Wt::WObject | |
resetLearnedSlots() | Wt::WObject | |
setContentsMargins(int left, int top, int right, int bottom) | Wt::WLayout | |
setDefaultImplementation(LayoutImplementation implementation) | Wt::WLayout | static |
setDirection(LayoutDirection direction) | Wt::WBoxLayout | |
setObjectName(const std::string &name) | Wt::WObject | virtual |
setParentLayout(WLayout *parentLayout) override | Wt::WLayout | privatevirtual |
setParentWidget(WWidget *parent) override | Wt::WBoxLayout | privatevirtual |
setPreferredImplementation(LayoutImplementation implementation) | Wt::WLayout | |
setResizable(int index, bool enabled=true, const WLength &initialSize=WLength::Auto) | Wt::WBoxLayout | |
setSpacing(int size) | Wt::WBoxLayout | |
setStretchFactor(WLayout *layout, int stretch) | Wt::WBoxLayout | |
setStretchFactor(WWidget *widget, int stretch) | Wt::WBoxLayout | |
spacing() const | Wt::WBoxLayout | |
update(WLayoutItem *item=nullptr) | Wt::WLayout | protected |
WBoxLayout(LayoutDirection dir) | Wt::WBoxLayout | |
widget() override | Wt::WLayout | virtual |
WLayout() | Wt::WLayout | protected |
~observable() | Wt::Core::observable | virtual |
~WLayout() | Wt::WLayout | virtual |
~WLayoutItem() | Wt::WLayoutItem | virtual |