(&mut self, auto_tx: Sender<Duration>)
| 84 | figure_items: Rc<VecModel<FigureItem>>, |
| 85 | figure_id: Rc<RefCell<i32>>, |
| 86 | text_tx: Option<TextTX>, |
| 87 | auto_tx: Option<Sender<Duration>>, |
| 88 | delay_channels: Option<DelayChannels>, |
| 89 | status_channel: Option<(Sender<()>, Sender<()>)>, |
| 90 | } |
| 91 |