API Documentation
Loading...
Searching...
No Matches
DesignObjectVisibleButton Class Reference

#include <DesignObjectVisibleButton.h>

Inheritance diagram for DesignObjectVisibleButton:
[legend]
Collaboration diagram for DesignObjectVisibleButton:
[legend]

Public Member Functions

 DesignObjectVisibleButton (const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr)
 
 DesignObjectVisibleButton (QWidget *parent=nullptr)
 
void setShowMeshVisibleToggle (bool show, bool toggled)
 
void setShowLineworkVisibleToggle (bool show, bool toggled)
 
void setShowPointsVisibleToggle (bool show, bool toggled)
 
- Public Member Functions inherited from Button
 Button (QWidget *parent=nullptr)
 
 Button (ButtonState state, QWidget *parent=nullptr)
 
 Button (const TranslatedString &name, const String &icon="", QWidget *parent=nullptr)
 
 Button (const std::function< void(Button *)> &on_click, QWidget *parent=nullptr)
 
 Button (const TranslatedString &name, const std::function< void(Button *)> &on_click, QWidget *parent=nullptr)
 
 Button (const TranslatedString &name, const String &icon, const std::function< void(Button *)> &on_click, QWidget *parent=nullptr)
 
 Button (const TranslatedString &name, const String &icon, TooltipType tooltip, const std::function< void(Button *)> &on_click, QWidget *parent=nullptr)
 
 ~Button ()
 
void paintEvent (QPaintEvent *event) override
 
void setAlignment (Qt::Alignment m_alignment)
 
void setup (const TranslatedString &name, const String &icon, const std::function< void(Button *)> &on_click)
 
void setup (const TranslatedString &name, const String &icon, TooltipType tooltip, const std::function< void(Button *)> &on_click)
 
void setup (const TranslatedString &name, const String &icon, Resource< bool > &checked_var)
 
void setup (GenericOption &checked_var)
 
void setup (ApplicationOption< bool > &checked_var)
 
void setup (const TranslatedString &name, const String &icon, ApplicationOption< bool > &checked_var)
 
int styleDefaultIconSize () const
 
int scaledIconSize () const
 
void setToolTip (TooltipType type)
 
void setToolTip (const QString &tip)
 
void setButtonState (ButtonState state)
 
void showPopupMenu (QWidget *widget, bool is_popup=true)
 
bool requestButtonState (ButtonState state)
 
void requestFixedState (bool fixed_state)
 
ButtonState buttonState () const
 
void setFunction (const std::function< void(Button *)> &on_click)
 
void setHoverFunction (const std::function< void(Button *, bool hovering)> &on_hover)
 
void setPressFunction (const std::function< void(Button *, bool hovering)> &on_press)
 
void enterEvent (ButtonEnterEvent *e) override
 
void leaveEvent (QEvent *e) override
 
void setMargin (uint04 margin)
 
void setIconSize (int size)
 
void setProgressPercent (fltp04 progress)
 
bool event (QEvent *e) override
 
void setIconSizeMultiplier (fltp04 icon_size_multiplier)
 
void setHoverIconSizeMultiplier (fltp04 icon_size_multiplier)
 
void setTitle (const TranslatedString &title)
 
void setText (const QString &text)
 
const TranslatedStringtitle () const
 
const StringiconName () const
 
void setIconName (const String &icon)
 
void setIcon (const QIcon &icon)
 
void setHoverIconName (const String &icon)
 
void setCheckedIconName (const String &icon)
 
bool eventFilter (QObject *watched, QEvent *event) override
 
void setToolTip (const TranslatedString &tooltip)
 
void setDisabledToolTip (const TranslatedString &tooltip)
 
void setToolTip (const TranslatedString &enabled_tooltip, const TranslatedString &disabled_tooltip)
 
void setFlat (bool is_flat)
 
void setButtonDialog (ButtonDialog *dialog)
 
void setSound (const String &sound)
 
void setIgnoreClicks (bool ignore_clicks)
 
void copyButtonFrom (Button *button)
 
void setBackgroundOpacity (fltp04 background_opacity)
 
void setMenuDialog (QWidget *widget)
 
void setIconColor (const RGBColor &color)
 
void setBackgroundColor (const RGBColor &color, bool update_foreground=true)
 
void clearBackgroundColor ()
 
void setFocusOnPress (bool focus_on_press)
 
void setAutoDefault (bool is_auto_default)
 
void setDefault (bool is_default)
 
void setCheckable (bool checkable)
 
void setChecked (bool checked)
 
QSize sizeHint () const override
 
QSize minimumSizeHint () const override
 
void virtualMouseEvent (QEvent::Type event)
 
void setFontMultiplier (fltp04 font_multiplier)
 
void setBold (bool is_bold)
 
void setMenu (QMenu *menu)
 
void setClickCooldown (const TimeSpan &span)
 
QMenu * menu () const
 
- Public Member Functions inherited from DesignObjectWidgetInterface
 DesignObjectWidgetInterface ()
 
virtual ~DesignObjectWidgetInterface ()
 
void clearTargets ()
 
void setTarget (const DynamicPointer< QTDesignObject > &object)
 
void setTargets (const Buffer< DynamicPointer< QTDesignObject > > &objects)
 
void setTargetID (const UUID &object)
 
void setTargetIDs (const Buffer< UUID > &objects)
 
virtual void removeTarget (const DynamicPointer< QTDesignObject > &object)
 
virtual void addTarget (const DynamicPointer< QTDesignObject > &object)
 
virtual Bounds< 3, fltp08bounds () const
 
Buffer< UUIDtargetIDs () const
 
Buffer< Modelmodels () const
 
QTModelManagermanager () const
 

Protected Member Functions

void onClicked ()
 
void onTargetUpdated (UUID) override
 
void updateToggles ()
 
void init ()
 
- Protected Member Functions inherited from Button
QString autoWrapText (const QFontMetrics &metrics)
 
void updateTooltip ()
 
void updateText ()
 
void mouseReleaseEvent (QMouseEvent *) override
 
void mousePressEvent (QMouseEvent *) override
 
bool ignorePress () const
 
void setup ()
 
void _setIcon (const String &icon, bool force=false)
 
void updateFont ()
 
void _defaultRender (QStylePainter *p, QStyleOptionToolButton *tool_button, QIcon::State state, QIcon::Mode mode, bool draw_backgound, bool is_default)
 
- Protected Member Functions inherited from DesignObjectWidgetInterface
const Dictionary< UUID, DynamicPointer< QTDesignObject > > & targets () const
 

Protected Attributes

bool m_show_mesh_visible_toggle = false
 
bool m_show_linework_visible_toggle = false
 
bool m_show_points_visible_toggle = false
 
Togglem_show_points = nullptr
 
Togglem_show_linework = nullptr
 
Togglem_show_mesh = nullptr
 
QWidgetAction * m_show_mesh_group = nullptr
 
QWidgetAction * m_show_linework_group = nullptr
 
QWidgetAction * m_show_points_group = nullptr
 
QMenu * m_menu = nullptr
 
- Protected Attributes inherited from Button
std::function< void(Button *)> m_on_click = nullptr
 
std::function< void(Button *, bool hovering)> m_on_hover = nullptr
 
std::function< void(Button *, bool pressing)> m_on_press = nullptr
 
QTResourceListenerm_icon_theme_listener = nullptr
 
ButtonDialogm_dialog = nullptr
 
QPointer< QWidget > m_menu_dialog = nullptr
 
TranslatedString m_title
 
TranslatedString m_disabled_tooltip
 
TranslatedString m_enabled_tooltip
 
String m_icon
 
String m_current_icon
 
String m_hover_icon
 
String m_checked_icon
 
String m_sound
 
Time m_last_click_time = Time(0)
 
TimeSpan m_click_cooldown = TimeSpan(0.1)
 
fltp04 m_icon_size_multiplier = 1.0f
 
uint04 m_margin = Constant<uint04>::NaN
 
fltp04 m_hover_icon_size_multiplier = Constant<fltp04>::NaN
 
fltp04 m_progress = Constant<fltp04>::NaN
 
fltp04 m_background_opacity = 1.0f
 
ButtonState m_state = ButtonState::e_large
 
bool m_ignore_clicks = false
 
bool m_fixed_state_requested = false
 
bool m_has_custom_background_color = false
 
bool m_focus_on_press = true
 
Qt::Alignment m_alignment
 
RGBColor m_icon_color
 
QPushButton * m_push_button = nullptr
 
bool m_is_default_button = false
 
bool m_is_auto_default_button = false
 
fltp04 m_font_multiplier = 1.0f
 
bool m_is_bold = false
 
- Protected Attributes inherited from DesignObjectWidgetInterface
DesignObjectInterfacem_interface
 

Additional Inherited Members

- Public Types inherited from Button
enum  ButtonState {
  e_large , e_medium , e_medium_centered , e_small ,
  e_circular , e_circular_small , e_push_button , e_none
}
 
- Static Public Attributes inherited from Button
static String s_default_sound = "tap-warm"
 
- Protected Slots inherited from Button
void onButtonClickSlot ()
 
void onButtonPressSlot ()
 
void onButtonReleaseSlot ()
 

Constructor & Destructor Documentation

◆ DesignObjectVisibleButton() [1/2]

DesignObjectVisibleButton ( const DynamicPointer< QTDesignObject > & object,
QWidget * parent = nullptr )
inline

◆ DesignObjectVisibleButton() [2/2]

DesignObjectVisibleButton ( QWidget * parent = nullptr)
inline

Member Function Documentation

◆ init()

void init ( )
protected

◆ onClicked()

void onClicked ( )
protected

◆ onTargetUpdated()

void onTargetUpdated ( UUID )
overrideprotectedvirtual

Reimplemented from DesignObjectWidgetInterface.

◆ setShowLineworkVisibleToggle()

void setShowLineworkVisibleToggle ( bool show,
bool toggled )
inline

◆ setShowMeshVisibleToggle()

void setShowMeshVisibleToggle ( bool show,
bool toggled )
inline

◆ setShowPointsVisibleToggle()

void setShowPointsVisibleToggle ( bool show,
bool toggled )
inline

◆ updateToggles()

void updateToggles ( )
protected

Member Data Documentation

◆ m_menu

QMenu* m_menu = nullptr
protected

◆ m_show_linework

Toggle* m_show_linework = nullptr
protected

◆ m_show_linework_group

QWidgetAction* m_show_linework_group = nullptr
protected

◆ m_show_linework_visible_toggle

bool m_show_linework_visible_toggle = false
protected

◆ m_show_mesh

Toggle* m_show_mesh = nullptr
protected

◆ m_show_mesh_group

QWidgetAction* m_show_mesh_group = nullptr
protected

◆ m_show_mesh_visible_toggle

bool m_show_mesh_visible_toggle = false
protected

◆ m_show_points

Toggle* m_show_points = nullptr
protected

◆ m_show_points_group

QWidgetAction* m_show_points_group = nullptr
protected

◆ m_show_points_visible_toggle

bool m_show_points_visible_toggle = false
protected

The documentation for this class was generated from the following files: