Class: Cosmos::SinglexyDataObjectEditor
- Inherits:
-
XyDataObjectEditor
- Object
- Qt::Base
- Qt::Widget
- DataObjectEditor
- XyDataObjectEditor
- Cosmos::SinglexyDataObjectEditor
- Defined in:
- lib/cosmos/tools/tlm_grapher/data_object_editors/singlexy_data_object_editor.rb
Overview
Widget which creates an editor for a single X-Y data object
Instance Attribute Summary
Attributes inherited from DataObjectEditor
Instance Method Summary collapse
-
#initialize(parent) ⇒ SinglexyDataObjectEditor
constructor
A new instance of SinglexyDataObjectEditor.
Methods inherited from XyDataObjectEditor
#get_data_object, #set_data_object
Methods inherited from DataObjectEditor
#get_data_object, #set_data_object
Constructor Details
#initialize(parent) ⇒ SinglexyDataObjectEditor
Returns a new instance of SinglexyDataObjectEditor.
23 24 25 26 |
# File 'lib/cosmos/tools/tlm_grapher/data_object_editors/singlexy_data_object_editor.rb', line 23 def initialize(parent) super(parent) @data_object_class = SinglexyDataObject end |