feat(props): add properties for optimize calculates
This commit is contained in:
parent
cedb844826
commit
839694edc1
|
@ -31,6 +31,12 @@ pub struct SignalReduce {
|
||||||
pub struct Frequency {
|
pub struct Frequency {
|
||||||
#[property(get, set)]
|
#[property(get, set)]
|
||||||
frequency: Cell<f64>,
|
frequency: Cell<f64>,
|
||||||
|
#[property(get, set)]
|
||||||
|
reactive_resist: Cell<f64>,
|
||||||
|
#[property(get, set)]
|
||||||
|
full_resistance: Cell<f64>,
|
||||||
|
#[property(get, set)]
|
||||||
|
signal_source_voltage: Cell<f64>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[glib::derived_properties]
|
#[glib::derived_properties]
|
||||||
|
|
Loading…
Reference in New Issue