|
Open 3D Engine AzQtComponents API Reference
2305.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits AzQtComponents::PaletteCardBase.
Signals | |
| void | selectedColorsChanged (const QVector< AZ::Color > &selectedColors) |
Signals inherited from AzQtComponents::PaletteCardBase | |
| void | contextMenuRequested (const QPoint &position) |
Public Member Functions | |
| QuickPaletteCard (QSharedPointer< Palette > palette, Internal::ColorController *controller, QUndoStack *undoStack, QWidget *parent=nullptr) | |
Public Member Functions inherited from AzQtComponents::PaletteCardBase | |
| QSharedPointer< Palette > | palette () const |
| void | setSwatchSize (const QSize &size) |
| void | setGammaEnabled (bool enabled) |
| void | setGamma (qreal gamma) |
| void | tryAdd (const AZ::Color &color) |
| bool | contains (const AZ::Color &color) const |
| void | setContentsMargins (const QMargins &margins) |
Additional Inherited Members | |
Protected Member Functions inherited from AzQtComponents::PaletteCardBase | |
| PaletteCardBase (QSharedPointer< Palette > palette, Internal::ColorController *controller, QUndoStack *undoStack, QWidget *parent=nullptr) | |
Protected Attributes inherited from AzQtComponents::PaletteCardBase | |
| bool | m_modified |
|
AZ_PUSH_DISABLE_DLL_EXPORT_MEMBER_WARNING QSharedPointer< Palette > | m_palette |
|
AZ_POP_DISABLE_DLL_EXPORT_MEMBER_WARNING CardHeader * | m_header |
| PaletteView * | m_paletteView |
| QLayout * | m_contentsLayout |
Properties inherited from AzQtComponents::PaletteCardBase | |
| QSharedPointer< Palette > | palette |