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::Eyedropper Class Reference

Inherits QWidget.

Classes

struct  Config
 

Signals

void colorHovered (const QColor &color)
 
void colorSelected (const QColor &color)
 

Public Member Functions

 Eyedropper (QWidget *parent, QToolButton *button)
 
bool eventFilter (QObject *target, QEvent *event) override
 

Static Public Member Functions

static Config loadConfig (QSettings &settings)
 
static Config defaultConfig ()
 
static bool polish (Style *style, QWidget *widget, const Config &config)
 

Protected Member Functions

void showEvent (QShowEvent *event) override
 
void paintEvent (QPaintEvent *event) override
 

Member Function Documentation

◆ defaultConfig()

static Config AzQtComponents::Eyedropper::defaultConfig ( )
static

Returns default configuration data.

◆ loadConfig()

static Config AzQtComponents::Eyedropper::loadConfig ( QSettings &  settings)
static

Loads the configuration data from a settings object.


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