feat(props): add properties for optimize calculates
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user