Class: Cosmos::PlotEditor
- Inherits:
-
Qt::Widget
- Object
- Qt::Base
- Qt::Widget
- Cosmos::PlotEditor
- Defined in:
- lib/cosmos/tools/tlm_grapher/plot_editors/plot_editor.rb
Overview
Widget which contains the plot for editing
Direct Known Subclasses
Instance Attribute Summary collapse
-
#plot ⇒ Object
Overall frame for this plot type.
Instance Method Summary collapse
-
#initialize(parent, plot) ⇒ PlotEditor
constructor
A new instance of PlotEditor.
Constructor Details
#initialize(parent, plot) ⇒ PlotEditor
Returns a new instance of PlotEditor.
22 23 24 25 |
# File 'lib/cosmos/tools/tlm_grapher/plot_editors/plot_editor.rb', line 22 def initialize(parent, plot) super(parent) @plot = plot end |