Class: Cosmos::SinglexyPlotEditor
- Inherits:
-
XyPlotEditor
- Object
- Qt::Base
- Qt::Widget
- PlotEditor
- LinegraphPlotEditor
- XyPlotEditor
- Cosmos::SinglexyPlotEditor
- Defined in:
- lib/cosmos/tools/tlm_grapher/plot_editors/singlexy_plot_editor.rb
Overview
Widget which contains the X-Y plot for editing
Constant Summary
Constants inherited from LinegraphPlotEditor
Instance Attribute Summary
Attributes inherited from PlotEditor
Instance Method Summary collapse
-
#initialize(parent, plot = nil) ⇒ SinglexyPlotEditor
constructor
A new instance of SinglexyPlotEditor.
Methods inherited from XyPlotEditor
Methods inherited from LinegraphPlotEditor
Constructor Details
#initialize(parent, plot = nil) ⇒ SinglexyPlotEditor
Returns a new instance of SinglexyPlotEditor.
23 24 25 26 |
# File 'lib/cosmos/tools/tlm_grapher/plot_editors/singlexy_plot_editor.rb', line 23 def initialize(parent, plot = nil) plot = SinglexyPlot.new unless plot super(parent, plot) end |