mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
More work on the state binding for transition:
When there is a transition, turn the state property into a property of StateInfo Not yet implemented for C++
This commit is contained in:
parent
05924da620
commit
cfa9413861
11 changed files with 156 additions and 71 deletions
|
@ -159,6 +159,11 @@ pub use sixtyfps_corelib::string::SharedString;
|
|||
pub use sixtyfps_corelib::timers::{Timer, TimerMode};
|
||||
pub use sixtyfps_corelib::{ARGBColor, Color};
|
||||
|
||||
// FIXME: this should not be in this namespace
|
||||
// but the name is `sixtyfps::StateInfo` in builtin.60
|
||||
#[doc(hidden)]
|
||||
pub use sixtyfps_corelib::properties::StateInfo;
|
||||
|
||||
/// internal re_exports used by the macro generated
|
||||
#[doc(hidden)]
|
||||
pub mod re_exports {
|
||||
|
@ -187,7 +192,7 @@ pub mod re_exports {
|
|||
pub use sixtyfps_corelib::items::*;
|
||||
pub use sixtyfps_corelib::layout::*;
|
||||
pub use sixtyfps_corelib::model::*;
|
||||
pub use sixtyfps_corelib::properties::{Property, PropertyTracker};
|
||||
pub use sixtyfps_corelib::properties::{set_state_binding, Property, PropertyTracker};
|
||||
pub use sixtyfps_corelib::signals::Signal;
|
||||
pub use sixtyfps_corelib::slice::Slice;
|
||||
pub use sixtyfps_corelib::Color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue