Method | Description | |
---|---|---|
Bind ( IEditable obj ) : void |
Handles the objects which will be displayed through this form for editing and previewing.
|
Method | Description | |
---|---|---|
OnShown ( |
Does additional operations on the OnShown event. This is needed because the AutoResizeRowHeaderWidth method cannot be called when filling the table, else it won't be effective. |
|
PlotFunction ( ) : void |
Handles the graphical plotting of the 2D function.
|
|
SaveDataChanges ( ) : void |
Saves the changes applied to the data.
|
Method | Description | |
---|---|---|
DataGridToPointFunctionData ( PFunction2D.PFunction2D destination ) : bool |
Gets the data from the Data Grid and puts it back in the function.
|
|
PointFunctionDataToDataGrid ( ) : void |
Loads the data from the function on the grid so it's possible to view and edit it.
|
|
buttonImport_Click ( object sender, |
Handles the import from the clipboard (tab character for separating the row elements).
|
public Bind ( IEditable obj ) : void | ||
obj | IEditable | The object to edit with this form, must be a PFunction2D. |
return | void |
protected OnShown ( |
||
e | The parameter is not used but passed to the base class. | |
return | void |