![]() |
API Documentation
|
This is the complete list of members for DesignObjectVisibleButton, including all inherited members.
| addTarget(const DynamicPointer< QTDesignObject > &object) | DesignObjectWidgetInterface | virtual |
| bounds() const | DesignObjectWidgetInterface | virtual |
| Button(QWidget *parent=nullptr) | Button | |
| Button(ButtonState state, QWidget *parent=nullptr) | Button | |
| Button(const TranslatedString &name, const String &icon="", QWidget *parent=nullptr) | Button | |
| Button(const std::function< void(Button *)> &on_click, QWidget *parent=nullptr) | Button | |
| Button(const TranslatedString &name, const std::function< void(Button *)> &on_click, QWidget *parent=nullptr) | Button | |
| Button(const TranslatedString &name, const String &icon, const std::function< void(Button *)> &on_click, QWidget *parent=nullptr) | Button | |
| Button(const TranslatedString &name, const String &icon, TooltipType tooltip, const std::function< void(Button *)> &on_click, QWidget *parent=nullptr) | Button | |
| ButtonState enum name | Button | |
| buttonState() const | Button | inline |
| clearBackgroundColor() | Button | |
| clearTargets() | DesignObjectWidgetInterface | |
| copyButtonFrom(Button *button) | Button | |
| DesignObjectVisibleButton(const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr) | DesignObjectVisibleButton | inline |
| DesignObjectVisibleButton(QWidget *parent=nullptr) | DesignObjectVisibleButton | inline |
| DesignObjectWidgetInterface() | DesignObjectWidgetInterface | |
| e_circular enum value | Button | |
| e_circular_small enum value | Button | |
| e_large enum value | Button | |
| e_medium enum value | Button | |
| e_medium_centered enum value | Button | |
| e_none enum value | Button | |
| e_push_button enum value | Button | |
| e_small enum value | Button | |
| enterEvent(ButtonEnterEvent *e) override | Button | |
| event(QEvent *e) override | Button | |
| eventFilter(QObject *watched, QEvent *event) override | Button | |
| iconName() const | Button | |
| init() | DesignObjectVisibleButton | protected |
| leaveEvent(QEvent *e) override | Button | |
| m_alignment | Button | protected |
| m_background_opacity | Button | protected |
| m_checked_icon | Button | protected |
| m_click_cooldown | Button | protected |
| m_current_icon | Button | protected |
| m_dialog | Button | protected |
| m_disabled_tooltip | Button | protected |
| m_enabled_tooltip | Button | protected |
| m_fixed_state_requested | Button | protected |
| m_focus_on_press | Button | protected |
| m_font_multiplier | Button | protected |
| m_has_custom_background_color | Button | protected |
| m_hover_icon | Button | protected |
| m_hover_icon_size_multiplier | Button | protected |
| m_icon | Button | protected |
| m_icon_color | Button | protected |
| m_icon_size_multiplier | Button | protected |
| m_icon_theme_listener | Button | protected |
| m_ignore_clicks | Button | protected |
| m_interface | DesignObjectWidgetInterface | protected |
| m_is_auto_default_button | Button | protected |
| m_is_bold | Button | protected |
| m_is_default_button | Button | protected |
| m_last_click_time | Button | protected |
| m_margin | Button | protected |
| m_menu | DesignObjectVisibleButton | protected |
| m_menu_dialog | Button | protected |
| m_on_click | Button | protected |
| m_on_hover | Button | protected |
| m_on_press | Button | protected |
| m_progress | Button | protected |
| m_push_button | Button | protected |
| m_show_linework | DesignObjectVisibleButton | protected |
| m_show_linework_group | DesignObjectVisibleButton | protected |
| m_show_linework_visible_toggle | DesignObjectVisibleButton | protected |
| m_show_mesh | DesignObjectVisibleButton | protected |
| m_show_mesh_group | DesignObjectVisibleButton | protected |
| m_show_mesh_visible_toggle | DesignObjectVisibleButton | protected |
| m_show_points | DesignObjectVisibleButton | protected |
| m_show_points_group | DesignObjectVisibleButton | protected |
| m_show_points_visible_toggle | DesignObjectVisibleButton | protected |
| m_sound | Button | protected |
| m_state | Button | protected |
| m_title | Button | protected |
| manager() const | DesignObjectWidgetInterface | |
| menu() const | Button | |
| minimumSizeHint() const override | Button | |
| models() const | DesignObjectWidgetInterface | |
| mousePressEvent(QMouseEvent *) override | Button | protected |
| mouseReleaseEvent(QMouseEvent *) override | Button | protected |
| onButtonClickSlot() | Button | protectedslot |
| onButtonPressSlot() | Button | protectedslot |
| onButtonReleaseSlot() | Button | protectedslot |
| onClicked() | DesignObjectVisibleButton | protected |
| onTargetUpdated(UUID) override | DesignObjectVisibleButton | protectedvirtual |
| paintEvent(QPaintEvent *event) override | Button | |
| removeTarget(const DynamicPointer< QTDesignObject > &object) | DesignObjectWidgetInterface | virtual |
| requestButtonState(ButtonState state) | Button | |
| requestFixedState(bool fixed_state) | Button | |
| s_default_sound | Button | static |
| scaledIconSize() const | Button | |
| setAlignment(Qt::Alignment m_alignment) | Button | |
| setAutoDefault(bool is_auto_default) | Button | |
| setBackgroundColor(const RGBColor &color, bool update_foreground=true) | Button | |
| setBackgroundOpacity(fltp04 background_opacity) | Button | |
| setBold(bool is_bold) | Button | |
| setButtonDialog(ButtonDialog *dialog) | Button | |
| setButtonState(ButtonState state) | Button | |
| setCheckable(bool checkable) | Button | |
| setChecked(bool checked) | Button | |
| setCheckedIconName(const String &icon) | Button | |
| setClickCooldown(const TimeSpan &span) | Button | |
| setDefault(bool is_default) | Button | |
| setDisabledToolTip(const TranslatedString &tooltip) | Button | |
| setFlat(bool is_flat) | Button | |
| setFocusOnPress(bool focus_on_press) | Button | |
| setFontMultiplier(fltp04 font_multiplier) | Button | |
| setFunction(const std::function< void(Button *)> &on_click) | Button | inline |
| setHoverFunction(const std::function< void(Button *, bool hovering)> &on_hover) | Button | inline |
| setHoverIconName(const String &icon) | Button | |
| setHoverIconSizeMultiplier(fltp04 icon_size_multiplier) | Button | |
| setIcon(const QIcon &icon) | Button | |
| setIconColor(const RGBColor &color) | Button | |
| setIconName(const String &icon) | Button | |
| setIconSize(int size) | Button | |
| setIconSizeMultiplier(fltp04 icon_size_multiplier) | Button | |
| setIgnoreClicks(bool ignore_clicks) | Button | inline |
| setMargin(uint04 margin) | Button | |
| setMenu(QMenu *menu) | Button | |
| setMenuDialog(QWidget *widget) | Button | |
| setPressFunction(const std::function< void(Button *, bool hovering)> &on_press) | Button | inline |
| setProgressPercent(fltp04 progress) | Button | |
| setShowLineworkVisibleToggle(bool show, bool toggled) | DesignObjectVisibleButton | inline |
| setShowMeshVisibleToggle(bool show, bool toggled) | DesignObjectVisibleButton | inline |
| setShowPointsVisibleToggle(bool show, bool toggled) | DesignObjectVisibleButton | inline |
| setSound(const String &sound) | Button | |
| setTarget(const DynamicPointer< QTDesignObject > &object) | DesignObjectWidgetInterface | |
| setTargetID(const UUID &object) | DesignObjectWidgetInterface | |
| setTargetIDs(const Buffer< UUID > &objects) | DesignObjectWidgetInterface | |
| setTargets(const Buffer< DynamicPointer< QTDesignObject > > &objects) | DesignObjectWidgetInterface | |
| setText(const QString &text) | Button | |
| setTitle(const TranslatedString &title) | Button | |
| setToolTip(TooltipType type) | Button | |
| setToolTip(const QString &tip) | Button | |
| setToolTip(const TranslatedString &tooltip) | Button | |
| setToolTip(const TranslatedString &enabled_tooltip, const TranslatedString &disabled_tooltip) | Button | |
| setup(const TranslatedString &name, const String &icon, const std::function< void(Button *)> &on_click) | Button | |
| setup(const TranslatedString &name, const String &icon, TooltipType tooltip, const std::function< void(Button *)> &on_click) | Button | |
| setup(const TranslatedString &name, const String &icon, Resource< bool > &checked_var) | Button | |
| setup(GenericOption &checked_var) | Button | |
| setup(ApplicationOption< bool > &checked_var) | Button | |
| setup(const TranslatedString &name, const String &icon, ApplicationOption< bool > &checked_var) | Button | |
| showPopupMenu(QWidget *widget, bool is_popup=true) | Button | |
| sizeHint() const override | Button | |
| styleDefaultIconSize() const | Button | |
| targetIDs() const | DesignObjectWidgetInterface | |
| targets() const | DesignObjectWidgetInterface | protected |
| title() const | Button | |
| updateToggles() | DesignObjectVisibleButton | protected |
| virtualMouseEvent(QEvent::Type event) | Button | |
| ~Button() | Button | |
| ~DesignObjectWidgetInterface() | DesignObjectWidgetInterface | virtual |