Home
last modified time | relevance | path

Searched refs:AddLinearGauge (Results 1 – 3 of 3) sorted by relevance

/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/ViewModels/Panels/
H A DPanelViewModel.cs110 internal ReactiveCommand AddLinearGauge property in TrainEditor2.ViewModels.Panels.PanelViewModel
462 AddLinearGauge = SelectedTreeItem in PanelViewModel()
466 .WithSubscribe(panel.AddLinearGauge) in PanelViewModel()
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/Views/
H A DFormEditor.Panel.cs408 ….AddPilotLamp, x.AddNeedle, x.AddDigitalNumber, x.AddDigitalGauge, x.AddLinearGauge, x.AddTimetabl… in BindToPanel()
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/Models/Panels/
H A DPanel.cs557 internal void AddLinearGauge() in AddLinearGauge() method in TrainEditor2.Models.Panels.Panel