代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/376212/9324919
m handler.m
function [theResult, theEvent] = handler(self, varargin)
% ps/handler -- Register a "ps" event-handler.
% handler(self, 'theEvent', 'theHandler') registers 'theEvent'
% and 'theHandler' on behalf
www.eeworm.com/read/376212/9324932
m help_handlers.m
function theResult = help_handlers(self, varargin)
% Event-handlers are registered with "ps" using the
% "handler" method, which requires the name of an event,
% such as 'Print', and the name of t
www.eeworm.com/read/376212/9324941
m ps.m
function theResult = ps(theHandle)
% ps/ps -- Constructor for "ps" class.
% ps(theHandle) attaches theHandle to a new "ps"
% object, unless the handle is already associated
% with such an object
www.eeworm.com/read/376212/9324956
m doabout.m
function theResult = doabout(self, varargin)
% The "ps" class provides a framework for
% processing interactive graphical events. It
% features "dot" syntax for the setting/getting
% of graphical
www.eeworm.com/read/376212/9324960
m dohome.m
function theResult = dohome(self, varargin)
% ps/dohome -- Set controls to "home" values.
% dohome(self) sets the controls associated with
% self, a "ps" object, to their "home" value.
% For sli
www.eeworm.com/read/376212/9324966
m psget.m
function theResult = psget(self, theField)
% ps/psget -- Get a "ps" field value.
% psget(self, 'theField') returns the value of
% 'theField' associated with self, a "ps" object.
% The empty matr
www.eeworm.com/read/376212/9324992
m inherit.m
function [varargout] = inherit(theMethod, self, varargin)
% inherit -- Inherit a superclass method.
% [varargout] = inherit('theMethod', self, varargin) calls
% the superclass 'method' of self, an