| accumulateMaximumSize(const RowColumnDefinitionContainer &definitions) | kanzi::GridLayoutConcept | static |
| addAutomaticColumn() | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| addAutomaticRow() | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| addFixedColumn(float size) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| addFixedRow(float size) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| addWeightedColumn(float weight) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| addWeightedRow(float weight) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| calculateOffsets(RowColumnDefinitionContainer &definitions) | kanzi::GridLayoutConcept | static |
| calculateWeightedSizes(RowColumnDefinitionContainer &definitions, float weightMultiplier) | kanzi::GridLayoutConcept | static |
| ColumnDefinitionsProperty | kanzi::GridLayoutConcept | static |
| ColumnProperty | kanzi::GridLayoutConcept | static |
| ColumnSpanProperty | kanzi::GridLayoutConcept | static |
| DirectionProperty | kanzi::GridLayoutConcept | static |
| getActualColumnSize(unsigned int index) const | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| getActualRowSize(unsigned int index) const | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| getColumn(const Node &item) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | static |
| getColumnCount() const | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| getColumnDefinitions() const | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| getColumnSpan(const Node &item) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | static |
| getDirection() const | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| getNextItemLocation(const Node &node, GridObjectLocationWorkspace &workspace, unsigned int &out_row, unsigned int &out_column) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | protectedstatic |
| getRow(const Node &item) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | static |
| getRowCount() const | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| getRowDefinitions() const | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| getRowSpan(const Node &item) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | static |
| getSpan(const Node &item, unsigned int &rowSpan, unsigned int &columnSpan) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | protectedstatic |
| GridDirection enum name | kanzi::GridLayoutConcept | |
| GridDirectionDown enum value | kanzi::GridLayoutConcept | |
| GridDirectionRight enum value | kanzi::GridLayoutConcept | |
| GridLayoutConceptImpl(Domain *domain, string_view name) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | protected |
| m_accumulatedColumnSize | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | protected |
| m_accumulatedRowSize | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | protected |
| m_columns | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | protected |
| m_columnWeights | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | protected |
| m_rows | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | protected |
| m_rowWeights | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | protected |
| makeEditorInfo() | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | static |
| onNodePropertyChanged(AbstractPropertyType propertyType, PropertyNotificationReason reason) override | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | protected |
| parseRowColumnDefinitions(const string &definitionCollection, RowColumnDefinitionContainer &definitions) | kanzi::GridLayoutConcept | static |
| removeColumn() | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| removeRow() | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| RowColumnDefinitionContainer typedef | kanzi::GridLayoutConcept | |
| RowColumnSizeMode enum name | kanzi::GridLayoutConcept | |
| RowColumnSizeModeAuto enum value | kanzi::GridLayoutConcept | |
| RowColumnSizeModeUser enum value | kanzi::GridLayoutConcept | |
| RowColumnSizeModeWeighted enum value | kanzi::GridLayoutConcept | |
| RowDefinitionsProperty | kanzi::GridLayoutConcept | static |
| RowProperty | kanzi::GridLayoutConcept | static |
| RowSpanProperty | kanzi::GridLayoutConcept | static |
| setColumn(Node &item, unsigned int column) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | static |
| setColumnAutomatic(unsigned int index) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| setColumnDefinitions(string_view value) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| setColumnFixed(unsigned int index, float size) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| setColumnSpan(Node &item, unsigned int columnSpan) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | static |
| setColumnWeighted(unsigned int index, float weight) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| setDirection(GridDirection value) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| setRow(Node &item, unsigned int row) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | static |
| setRowAutomatic(unsigned int index) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| setRowDefinitions(string_view value) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| setRowFixed(unsigned int index, float size) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |
| setRowSpan(Node &item, unsigned int rowSpan) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | static |
| setRowWeighted(unsigned int index, float weight) | kanzi::GridLayoutConceptImpl< TBaseClass, TDerivedClass > | |