MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Manual do Utilizador Página 175

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 330
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 174
Callbacks: An Overview
8-3
Each kind of callback has a triggering mechanism or event that causes it to be
called. The following table lists the callback properties that GUIDE makes
available, their triggering events, and the components to which they apply.
Callback Property Triggering Event Components
ButtonDownFcn
Executes when the user
presses a mouse button
while the pointer is on or
within five pixels of a
component or figure.
Axes,
figure,
button group,
panel,
user interface
controls
Callback
Control action. Executes, for
example, when a user clicks
a push button or selects a
menu item.
Context menu,
menu,
user interface
controls
CloseRequestFcn
Executes when the figure
closes.
Figure
CreateFcn
Initializes the component
when it is created. It
executes after the
component or figure is
created, but before it is
displayed.
Axes,
figure,
button group,
context menu,
menu,
panel,
user interface
controls
DeleteFcn
Performs cleanup operations
just before the component or
figure is destroyed.
Axes,
figure,
button group,
context menu,
menu,
panel,
user interface
controls
Vista de página 174
1 2 ... 170 171 172 173 174 175 176 177 178 179 180 ... 329 330

Comentários a estes Manuais

Sem comentários