|
bWidgets
Core widget toolkit designed for Blender
|
This is the complete list of members for bWidgets::bwLabel, including all inherited members.
| bwLabel(std::string text="", std::optional< unsigned int > width_hint=std::nullopt, std::optional< unsigned int > height_hint=std::nullopt) | bWidgets::bwLabel | |
| bwWidget(std::optional< unsigned int > width_hint, std::optional< unsigned int > height_hint) | bWidgets::bwWidget | |
| bwWidget()=delete | bWidgets::bwWidget | |
| bwWidget(const bwWidget &)=delete | bWidgets::bwWidget | |
| bwWidget(bwWidget &&)=delete | bWidgets::bwWidget | |
| canAlign() const -> bool | bWidgets::bwWidget | virtual |
| createHandler() -> std::unique_ptr< bwScreenGraph::EventHandler > override | bWidgets::bwLabel | virtual |
| draw(bwStyle &style) override | bWidgets::bwLabel | virtual |
| getLabel() const -> const std::string *override | bWidgets::bwLabel | virtual |
| getState() const -> State | bWidgets::bwWidget | |
| getTypeIdentifier() const -> std::string_view override | bWidgets::bwLabel | virtual |
| height_hint | bWidgets::bwWidget | |
| hide(bool _hidden=true) -> bwWidget & | bWidgets::bwWidget | |
| initialize() | bWidgets::bwWidget | protected |
| isCoordinateInside(const bwPoint &point) const -> bool | bWidgets::bwWidget | virtual |
| isHidden() -> bool | bWidgets::bwWidget | |
| operator=(const bwWidget &)=delete | bWidgets::bwWidget | |
| operator=(bwWidget &&)=delete | bWidgets::bwWidget | |
| rectangle | bWidgets::bwWidget | |
| registerProperties() override | bWidgets::bwLabel | virtual |
| setIcon(const bwIconInterface &icon_interface) -> bwLabel & | bWidgets::bwLabel | |
| setLabel(const std::string &) -> bwLabel & | bWidgets::bwLabel | |
| setState(State) -> bwWidget & | bWidgets::bwWidget | |
| State enum name | bWidgets::bwWidget | |
| style_properties | bWidgets::bwWidget | |
| width_hint | bWidgets::bwWidget | |
| ~bwWidget()=default | bWidgets::bwWidget | virtual |