www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffgui/@toGVCell/setGraphViewObject.m

    function setGraphViewObject(obj, hView)
%SETGRAPHVIEWOBJECT Set the handle to the parent graph view
%
%  SETGRAPHVIEWOBJECT(OBJ, HVIEW) sets the reference to the parent graph
%  view object.  This object is used when the input value line is dragged.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


obj.GraphView = hView;