ContentLayoutConceptImpl is an abstract class for implementing the Content Layout node concept. More...
#include <kanzi/ui/node/concept/content_layout.hpp>
Public Member Functions | |
Vector2 | getDepthPadding () const |
Returns the value of DepthPaddingProperty. More... | |
Vector2 | getHorizontalPadding () const |
Returns the value of HorizontalPaddingProperty. More... | |
Vector2 | getVerticalPadding () const |
Returns the value of VerticalPaddingProperty. More... | |
void | setDepthPadding (Vector2 value) |
Sets the value of DepthPaddingProperty. More... | |
void | setHorizontalPadding (Vector2 value) |
Sets the value of HorizontalPaddingProperty. More... | |
void | setVerticalPadding (Vector2 value) |
Sets the value of VerticalPaddingProperty. More... | |
Static Public Member Functions | |
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Static Public Member Functions inherited from kanzi::ContentLayoutConcept | |
static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
Provides the Kanzi Studio editor metadata for the ContentLayoutConcept. More... | |
Protected Member Functions | |
ContentLayoutConceptImpl (Domain *domain, string_view name) | |
Constructor. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from kanzi::ContentLayoutConcept | |
static PropertyType< Vector2 > | HorizontalPaddingProperty |
Sets the padding spaces between the content and the left and right boundaries of a Content Layout node. More... | |
static PropertyType< Vector2 > | VerticalPaddingProperty |
Sets the padding spaces between the content and the top and bottom boundaries of a Content Layout node. More... | |
static PropertyType< Vector2 > | DepthPaddingProperty |
Sets the padding spaces between the content and the front and back boundaries of a Content Layout 3D node. More... | |
ContentLayoutConceptImpl is an abstract class for implementing the Content Layout node concept.
|
inlineexplicitprotected |
Constructor.
domain | The UI domain to which the new node belongs. |
name | The name of the node. |
|
inlinestatic |
|
inline |
Returns the value of HorizontalPaddingProperty.
|
inline |
Sets the value of HorizontalPaddingProperty.
|
inline |
Returns the value of VerticalPaddingProperty.
|
inline |
Sets the value of VerticalPaddingProperty.
|
inline |
Returns the value of DepthPaddingProperty.
|
inline |
Sets the value of DepthPaddingProperty.