mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
C++: Gate the line by line rendering behind experimental flag
This commit is contained in:
parent
48d1b96441
commit
31219223e5
4 changed files with 28 additions and 9 deletions
|
@ -631,6 +631,7 @@ public:
|
|||
return PhysicalRegion { r };
|
||||
}
|
||||
|
||||
# ifdef SLINT_FEATURE_EXPERIMENTAL
|
||||
/// Render the window scene, line by line. The provided Callback will be invoked for each line
|
||||
/// that needs to rendered.
|
||||
///
|
||||
|
@ -669,7 +670,6 @@ public:
|
|||
return PhysicalRegion { r };
|
||||
}
|
||||
|
||||
# ifdef SLINT_FEATURE_EXPERIMENTAL
|
||||
/// This enum describes the rotation that is applied to the buffer when rendering.
|
||||
/// To be used in set_rendering_rotation()
|
||||
enum class RenderingRotation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue