Open 3D Engine LyShine Gem 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.
LegacyVectorPropertyHandlerBase< TypeBeingHandled > Class Template Reference

Inherits AzToolsFramework::PropertyHandler< TypeBeingHandled, AzQtComponents::VectorInput >.

Public Member Functions

 LegacyVectorPropertyHandlerBase (int elementCount, int elementsPerRow=-1, AZStd::string customLabels="")
 
AZ::u32 GetHandlerName (void) const override
 
bool IsDefaultHandler () const override
 
QWidget * GetFirstInTabOrder (AzQtComponents::VectorInput *widget) override
 
QWidget * GetLastInTabOrder (AzQtComponents::VectorInput *widget) override
 
QWidget * CreateGUI (QWidget *pParent) override
 
void ConsumeAttribute (AzQtComponents::VectorInput *GUI, AZ::u32 attrib, AzToolsFramework::PropertyAttributeReader *attrValue, const char *debugName) override
 
void WriteGUIValuesIntoProperty (size_t, AzQtComponents::VectorInput *GUI, TypeBeingHandled &instance, AzToolsFramework::InstanceDataNode *) override
 
bool ReadValuesIntoGUI (size_t, AzQtComponents::VectorInput *GUI, const TypeBeingHandled &instance, AzToolsFramework::InstanceDataNode *) override
 

Protected Attributes

AzToolsFramework::VectorPropertyHandlerCommon m_common
 

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