MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Uživatelský manuál Strana 175

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 330
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 174
1 2 ... 170 171 172 173 174 175 176 177 178 179 180 ... 329 330

Komentáře k této Příručce

Žádné komentáře