Inherits GraphCanvas::VectorDataInterface.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (VectorDataInterface, AZ::SystemAllocator) | |
| VectorDataInterface (GraphModel::SlotPtr slot) | |
| const char * | GetLabel (int index) const override |
| AZStd::string | GetStyle () const override |
| AZStd::string | GetElementStyle (int index) const override |
| int | GetElementCount () const override |
| double | GetValue (int index) const override |
| void | SetValue (int index, double value) override |