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. | |
| Vector2 | getHorizontalPadding () const |
| Returns the value of HorizontalPaddingProperty. | |
| Vector2 | getVerticalPadding () const |
| Returns the value of VerticalPaddingProperty. | |
| void | setDepthPadding (Vector2 value) |
| Sets the value of DepthPaddingProperty. | |
| void | setHorizontalPadding (Vector2 value) |
| Sets the value of HorizontalPaddingProperty. | |
| void | setVerticalPadding (Vector2 value) |
| Sets the value of VerticalPaddingProperty. | |
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. | |
Protected Member Functions | |
| ContentLayoutConceptImpl (Domain *domain, string_view name) | |
| Constructor. | |
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. | |
| static PropertyType< Vector2 > | VerticalPaddingProperty |
| Sets the padding spaces between the content and the top and bottom boundaries of a Content Layout node. | |
| static PropertyType< Vector2 > | DepthPaddingProperty |
| Sets the padding spaces between the content and the front and back boundaries of a Content Layout 3D node. | |
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.