Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Gui Namespaces
Altaxo.Gui.Graph.Graph3D
XYZPlotLayerContentsController Class
XYZPlotLayerContentsController Methods
Apply Method
AvailableItems_CanStartDrag Method
AvailableItems_DragCancelled Method
AvailableItems_DragEnded Method
AvailableItems_PutDataToPlotItems Method
AvailableItems_StartDrag Method
ContentsListBox_MoveUpDown Method
Dispose Method
EhShowRangeChanged Method
EhView_DataAvailableBeforeExpand Method
GetSubControllers Method
GetSuspendTokenForControllerDocument Method
Initialize Method
PlotItem_DoubleClick Method
PlotItem_Open Method
PlotItems_CanCopy Method
PlotItems_CanCut Method
PlotItems_CanDelete Method
PlotItems_CanPaste Method
PlotItems_CanStartDrag Method
PlotItems_Copy Method
PlotItems_Cut Method
PlotItems_Delete Method
PlotItems_DragCancelled Method
PlotItems_DragEnded Method
PlotItems_Drop Method
PlotItems_DropCanAcceptData Method
PlotItems_EditRangeClick Method
PlotItems_GroupClick Method
PlotItems_MoveDownSelected Method
PlotItems_MoveUpSelected Method
PlotItems_Paste Method
PlotItems_StartDrag Method
PlotItems_UngroupClick Method
XYZPlot
Layer
Contents
Controller
Initialize Method
Basic initialization of the document. Here, it is tried to suspend the event handling of the document by calling
GetSuspendTokenForControllerDocument
(but only if
_useDocumentCopy
is
true
).
Namespace:
Altaxo.Gui.Graph.Graph3D
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
protected
override
void
Initialize
(
bool
initData
)
Parameters
initData
Boolean
If set to
true
, it indicates that the controller should initialize its model classes.
Exceptions
Exception
Condition
InvalidOperationException
This controller was not initialized with a document.
ObjectDisposedException
The controller was already disposed.
See Also
Reference
XYZPlotLayerContentsController Class
Altaxo.Gui.Graph.Graph3D Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net