Open 3D Engine AzQtComponents API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzQtComponents::ColorLabel Class Reference

A control to select color properties via a ColorPicker dialog. More...

#include <ColorLabel.h>

Inherits QWidget.

Public Slots

void setColor (const AZ::Color &color)
 Sets the color value to the one provided.
 

Signals

void colorChanged (const AZ::Color &color)
 Triggered when the color value is changed.
 

Public Member Functions

 ColorLabel (QWidget *parent=nullptr)
 
 ColorLabel (const AZ::Color &color, QWidget *parent=nullptr)
 
AZ::Color color () const
 
void setTextInputVisible (bool visible)
 Sets the visibility of the LineEdit showing the hex value for the color.
 

Protected Member Functions

bool eventFilter (QObject *object, QEvent *event) override
 

Detailed Description

A control to select color properties via a ColorPicker dialog.


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