|
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 | titleChanged (const QString &title) |
| void | modifiedChanged (bool modified) |
| void | removeClicked () |
| void | saveClicked () |
| void | saveAsClicked () |
Signals inherited from AzQtComponents::PaletteCardBase | |
| void | contextMenuRequested (const QPoint &position) |
Public Member Functions | |
| PaletteCard (QSharedPointer< Palette > palette, Internal::ColorController *controller, QUndoStack *undoStack, QWidget *parent=nullptr) | |
| QString | title () const |
| void | setTitle (const QString &title) |
| bool | modified () const |
| void | setModified (bool modified) |
| void | setExpanded (bool expanded) |
| bool | isExpanded () const |
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) |
Properties | |
| QString | title |
| bool | modified |
Properties inherited from AzQtComponents::PaletteCardBase | |
| QSharedPointer< Palette > | palette |
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 |