Lines Matching defs:Properties
14 pub struct Properties { struct
15 grids: map::grid::Map<grid::Properties>, argument
24 impl Default for Properties { argument
38 impl Properties { implementation
42 pub fn hide(&mut self) -> &mut Properties { in hide()
50 pub fn show(&mut self) -> &mut Properties { in show()
56 impl Configure<Grid> for Properties { implementation
57 type Properties = grid::Properties; typedef
62 F: FnOnce(&mut grid::Properties) -> &mut grid::Properties, in configure()
76 impl Set<Label> for Properties { implementation
78 fn set(&mut self, label: Label) -> &mut Properties { in set()
84 impl Set<Range> for Properties { implementation
88 fn set(&mut self, range: Range) -> &mut Properties { in set()
100 impl Set<Scale> for Properties { implementation
104 fn set(&mut self, scale: Scale) -> &mut Properties { in set()
116 impl Set<ScaleFactor> for Properties { implementation
123 fn set(&mut self, factor: ScaleFactor) -> &mut Properties { in set()
130 impl<P, L> Set<TicLabels<P, L>> for Properties implementation
138 fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties { in set()
157 impl<'a> Script for (Axis, &'a Properties) { implementation
197 impl crate::ScaleFactorTrait for Properties { implementation