1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730
|
<!DOCTYPE html>
<html>
<!-- Created by GNU Texinfo 7.1.1, https://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>UI Elements (GNU Octave (version 10.3.0))</title>
<meta name="description" content="UI Elements (GNU Octave (version 10.3.0))">
<meta name="keywords" content="UI Elements (GNU Octave (version 10.3.0))">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="index.html" rel="start" title="Top">
<link href="Concept-Index.html" rel="index" title="Concept Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="GUI-Development.html" rel="up" title="GUI Development">
<link href="GUI-Utility-Functions.html" rel="next" title="GUI Utility Functions">
<link href="Progress-Bar.html" rel="prev" title="Progress Bar">
<style type="text/css">
<!--
a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
div.example {margin-left: 3.2em}
span:hover a.copiable-link {visibility: visible}
strong.def-name {font-family: monospace; font-weight: bold; font-size: larger}
-->
</style>
<link rel="stylesheet" type="text/css" href="octave.css">
</head>
<body lang="en">
<div class="section-level-extent" id="UI-Elements">
<div class="nav-panel">
<p>
Next: <a href="GUI-Utility-Functions.html" accesskey="n" rel="next">GUI Utility Functions</a>, Previous: <a href="Progress-Bar.html" accesskey="p" rel="prev">Progress Bar</a>, Up: <a href="GUI-Development.html" accesskey="u" rel="up">GUI Development</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<h3 class="section" id="UI-Elements-1"><span>35.3 UI Elements<a class="copiable-link" href="#UI-Elements-1"> ¶</a></span></h3>
<p>The ui* series of functions work best with the <code class="code">qt</code> graphics
toolkit, although some functionality is available with the <code class="code">fltk</code> toolkit.
There is no support for the <code class="code">gnuplot</code> toolkit.
</p>
<a class="anchor" id="XREFuifigure"></a><span style="display:block; margin-top:-4.5ex;"> </span>
<dl class="first-deftypefn">
<dt class="deftypefn" id="index-uifigure"><span><code class="def-type"><var class="var">h</var> =</code> <strong class="def-name">uifigure</strong> <code class="def-code-arguments">()</code><a class="copiable-link" href="#index-uifigure"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uifigure-1"><span><code class="def-type"><var class="var">h</var> =</code> <strong class="def-name">uifigure</strong> <code class="def-code-arguments">("<var class="var">property</var>", <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uifigure-1"> ¶</a></span></dt>
<dd><p>Create a new figure window for applications.
</p>
<p>Multiple property-value pairs may be specified for the figure object, but
they must occur in pairs.
</p>
<p>The return value <var class="var">h</var> is a graphics handle to the created figure object.
</p>
<p>Programming Note: The full list of properties is documented at
<a class="ref" href="Figure-Properties.html">Figure Properties</a>. This function differs from <code class="code">figure</code> in that
the created figure is optimized for application development, rather than
plotting. This means features such as menubars and toolbars are turned off.
This is not perfect replacement for the <small class="sc">MATLAB</small> uifigure object as the
properties <code class="code">"AutoResizeChildren"</code>, <code class="code">"Icon"</code>, and
<code class="code">"Scrollable"</code> are not implemented.
</p>
<p><strong class="strong">See also:</strong> <a class="ref" href="#XREFuipanel">uipanel</a>, <a class="ref" href="#XREFuibuttongroup">uibuttongroup</a>.
</p></dd></dl>
<a class="anchor" id="XREFuipanel"></a><span style="display:block; margin-top:-4.5ex;"> </span>
<dl class="first-deftypefn">
<dt class="deftypefn" id="index-uipanel"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uipanel</strong> <code class="def-code-arguments">()</code><a class="copiable-link" href="#index-uipanel"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uipanel-1"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uipanel</strong> <code class="def-code-arguments">(<var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uipanel-1"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uipanel-2"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uipanel</strong> <code class="def-code-arguments">(<var class="var">parent</var>)</code><a class="copiable-link" href="#index-uipanel-2"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uipanel-3"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uipanel</strong> <code class="def-code-arguments">(<var class="var">parent</var>, <var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uipanel-3"> ¶</a></span></dt>
<dd>
<p>Create a uipanel object.
</p>
<p>uipanels are used as containers to group other uicontrol objects.
</p>
<p>If <var class="var">parent</var> is omitted then a uipanel for the current figure is
created. If no figure is available, a new figure is created first.
</p>
<p>If <var class="var">parent</var> is given then a uipanel relative to <var class="var">parent</var> is created.
</p>
<p>Any provided property value pairs will override the default values of the
created uipanel object.
</p>
<p>The full list of properties is documented at <a class="ref" href="Uipanel-Properties.html">Uipanel Properties</a>.
</p>
<p>The optional return value <var class="var">hui</var> is a graphics handle to the created
uipanel object.
</p>
<p>Examples:
</p>
<div class="example">
<div class="group"><pre class="example-preformatted">## create figure and panel on it
f = figure;
p = uipanel ("title", "Panel Title", "position", [.25 .25 .5 .5]);
## add two buttons to the panel
b1 = uicontrol ("parent", p, "string", "A Button", ...
"position", [18 10 150 36]);
b2 = uicontrol ("parent", p, "string", "Another Button", ...
"position",[18 60 150 36]);
</pre></div></div>
<p><strong class="strong">See also:</strong> <a class="ref" href="Multiple-Plot-Windows.html#XREFfigure">figure</a>, <a class="ref" href="#XREFuicontrol">uicontrol</a>.
</p></dd></dl>
<a class="anchor" id="XREFuibuttongroup"></a><span style="display:block; margin-top:-4.5ex;"> </span>
<dl class="first-deftypefn">
<dt class="deftypefn" id="index-uibuttongroup"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uibuttongroup</strong> <code class="def-code-arguments">()</code><a class="copiable-link" href="#index-uibuttongroup"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uibuttongroup-1"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uibuttongroup</strong> <code class="def-code-arguments">(<var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uibuttongroup-1"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uibuttongroup-2"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uibuttongroup</strong> <code class="def-code-arguments">(<var class="var">parent</var>)</code><a class="copiable-link" href="#index-uibuttongroup-2"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uibuttongroup-3"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uibuttongroup</strong> <code class="def-code-arguments">(<var class="var">parent</var>, <var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uibuttongroup-3"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uibuttongroup-4"><span><strong class="def-name">uibuttongroup</strong> <code class="def-code-arguments">(<var class="var">h</var>)</code><a class="copiable-link" href="#index-uibuttongroup-4"> ¶</a></span></dt>
<dd>
<p>Create a uibuttongroup object and return a handle to it.
</p>
<p>A uibuttongroup is used to group uicontrol objects.
</p>
<p>If <var class="var">parent</var> is omitted then a uibuttongroup for the current figure is
created. If no figure is available, a new figure is created first.
</p>
<p>If <var class="var">parent</var> is given then a uibuttongroup relative to <var class="var">parent</var> is
created.
</p>
<p>Any provided property value pairs will override the default values of the
created uibuttongroup object.
</p>
<p>The full list of properties is documented at <a class="ref" href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a>.
</p>
<p>Examples:
</p>
<div class="example">
<div class="group"><pre class="example-preformatted">## Create figure and panel on it
f = figure;
## Create a button group
gp = uibuttongroup (f, "Position", [ 0 0.5 1 1])
## Create a buttons in the group
b1 = uicontrol (gp, "style", "radiobutton", ...
"string", "Choice 1", ...
"Position", [ 10 150 100 50 ]);
b2 = uicontrol (gp, "style", "radiobutton", ...
"string", "Choice 2", ...
"Position", [ 10 50 100 30 ]);
## Create a button not in the group
b3 = uicontrol (f, "style", "radiobutton", ...
"string", "Not in the group", ...
"Position", [ 10 50 100 50 ]);
</pre></div></div>
<p>When called with a single argument <var class="var">h</var> which is a handle to an existing
uibuttongroup object, switch the focus to the specified uibuttongroup. This
functionality is not currently implemented.
</p>
<p><strong class="strong">See also:</strong> <a class="ref" href="Multiple-Plot-Windows.html#XREFfigure">figure</a>, <a class="ref" href="#XREFuipanel">uipanel</a>.
</p></dd></dl>
<a class="anchor" id="XREFuicontrol"></a><span style="display:block; margin-top:-4.5ex;"> </span>
<dl class="first-deftypefn">
<dt class="deftypefn" id="index-uicontrol"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uicontrol</strong> <code class="def-code-arguments">()</code><a class="copiable-link" href="#index-uicontrol"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uicontrol-1"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uicontrol</strong> <code class="def-code-arguments">(<var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uicontrol-1"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uicontrol-2"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uicontrol</strong> <code class="def-code-arguments">(<var class="var">parent</var>)</code><a class="copiable-link" href="#index-uicontrol-2"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uicontrol-3"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uicontrol</strong> <code class="def-code-arguments">(<var class="var">parent</var>, <var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uicontrol-3"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uicontrol-4"><span><strong class="def-name">uicontrol</strong> <code class="def-code-arguments">(<var class="var">h</var>)</code><a class="copiable-link" href="#index-uicontrol-4"> ¶</a></span></dt>
<dd>
<p>Create a uicontrol object and return a handle to it.
</p>
<p>A uicontrol object is used to create simple interactive controls such as
push buttons, checkboxes, edit and list controls.
</p>
<p>If <var class="var">parent</var> is omitted then a uicontrol for the current figure is
created. If no figure is available, a new figure is created first.
</p>
<p>If <var class="var">parent</var> is given then a uicontrol relative to <var class="var">parent</var> is
created.
</p>
<p>Any provided property value pairs will override the default values of the
created uicontrol object.
</p>
<p>The full list of properties is documented at <a class="ref" href="Uicontrol-Properties.html">Uicontrol Properties</a>.
</p>
<p>The type of uicontrol created is specified by the <var class="var">style</var> property. If
no style property is provided, a push button will be created.
</p>
<p>Valid styles for uicontrol are:
</p>
<dl class="table">
<dt><code class="code">"checkbox"</code></dt>
<dd><p>Create a checkbox control that allows user on/off selection.
</p>
</dd>
<dt><code class="code">"edit"</code></dt>
<dd><p>Create an edit control that allows user input of single or multiple lines
of text.
</p>
</dd>
<dt><code class="code">"listbox"</code></dt>
<dd><p>Create a listbox control that displays a list of items and allows user
selection of single or multiple items.
</p>
</dd>
<dt><code class="code">"popupmenu"</code></dt>
<dd><p>Create a popupmenu control that displays a list of options that can be
selected when the user clicks on the control.
</p>
</dd>
<dt><code class="code">"pushbutton"</code></dt>
<dd><p>Create a push button control that allows user to press to cause an action.
</p>
</dd>
<dt><code class="code">"radiobutton"</code></dt>
<dd><p>Create a radio button control intended to be used for mutually exclusive
input in a group of radiobutton controls.
</p>
</dd>
<dt><code class="code">"slider"</code></dt>
<dd><p>Create a slider control that allows user selection from a range of values
by sliding knob on the control.
</p>
</dd>
<dt><code class="code">"text"</code></dt>
<dd><p>Create a static text control to display single or multiple lines of text.
</p>
</dd>
<dt><code class="code">"togglebutton"</code></dt>
<dd><p>Create a toggle button control that appears like a push button but allows
the user to select between two states.
</p>
</dd>
</dl>
<p>Note: For the <code class="code">"edit"</code> and <code class="code">"listbox"</code> styles, the single or
multiple line/selection behavior is determined by the <code class="code">"Min"</code> and
<code class="code">"Max"</code> properties, permitting multiple lines/selections when the
values are set such that <code class="code">Max - Min > 1</code><!-- /@w -->.
</p>
<p>Examples:
</p>
<div class="example">
<div class="group"><pre class="example-preformatted">## Create figure and panel on it
f = figure;
## Create a button (default style)
b1 = uicontrol (f, "string", "A Button", ...
"position", [10 10 150 40]);
## Create an edit control
e1 = uicontrol (f, "style", "edit", "string", "editable text", ...
"position", [10 60 300 40]);
## Create a checkbox
c1 = uicontrol (f, "style", "checkbox", "string", "a checkbox", ...
"position", [10 120 150 40]);
</pre></div></div>
<p>When called with a single argument <var class="var">h</var> which is a handle to an existing
uicontrol object, switch the keyboard focus to the specified
uicontrol. As a result, the uicontrol object will receive keyboard
events that can be processed using the <code class="code">"keypressfcn"</code> callback.
</p>
<p><strong class="strong">See also:</strong> <a class="ref" href="Multiple-Plot-Windows.html#XREFfigure">figure</a>, <a class="ref" href="#XREFuipanel">uipanel</a>.
</p></dd></dl>
<a class="anchor" id="XREFuitable"></a><span style="display:block; margin-top:-4.5ex;"> </span>
<dl class="first-deftypefn">
<dt class="deftypefn" id="index-uitable"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uitable</strong> <code class="def-code-arguments">(<var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uitable"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uitable-1"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uitable</strong> <code class="def-code-arguments">(<var class="var">parent</var>, <var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uitable-1"> ¶</a></span></dt>
<dd><p>Create a uitable object and return a handle to it.
</p>
<p>A uitable object is used to show tables of data in a figure window.
</p>
<p>If <var class="var">parent</var> is omitted then a uitable for the current figure is
created. If no figure is available, a new figure is created first.
</p>
<p>If <var class="var">parent</var> is given then a uitable relative to <var class="var">parent</var> is
created.
</p>
<p>Any provided property value pairs will override the default values of the
created uitable object.
</p>
<p>The full list of properties is documented at <a class="ref" href="Uitable-Properties.html">Uitable Properties</a>.
</p>
<p>Examples:
</p>
<div class="example smallexample">
<div class="group"><pre class="example-preformatted">## Create figure and place a table on it
f = figure ();
m = magic (8);
t = uitable (f, "Data", m, "ColumnWidth", { 40 });
</pre></div><pre class="example-preformatted">
</pre><div class="group"><pre class="example-preformatted">## Create a table with labeled rows and columns
f = figure ();
d = reshape (1:9, [3, 3]);
row_names = { "Row1", "Row2", "Row3" };
col_names = { "Col1", "Col2", "Col3" };
t = uitable (f, "Data", d, ...
"RowName", row_names, "ColumnName", col_names);
p = get (t, "Position");
e = get (t, "Extent");
p(3:4) = e(3:4);
set (t, "Position", p);
</pre></div><pre class="example-preformatted">
## Long demo with callbacks
function uitable_demo ()
f = figure ("Name", "uitable Demo", "Menu", "none", ...
"Position", [10 10 1000 680]);
## A basic example
d = { "char" , "A string";
"double" , 12.3456789;
"complex", 1+2i;
"bool" , true;
"single" , single(12.3456789);
"int8" , int8(-128);
"uint8" , uint8(128);
"int16" , int16(-32768);
"uint16" , uint16(32768);
"int32" , int32(-2147483648);
"uint32" , uint32(2147483648);
"int64" , int64(-2147483649);
"uint64" , uint64(2147843649)};
popup_options = {"A", "B", "C", "D", "E"};
columnformat_options = { "[]", "char", "pop-up", "numeric", ...
"short", "short e", "short eng", ...
"short g", "long", "long e", ...
"long eng", "long g", "bank", "+", ...
"rat", "logical"};
columnformat_values = columnformat_options;
columnformat_values{1} = "";
columnformat_values{3} = popup_options;
default_data = repmat (d(:,2), 1, columns (columnformat_options));
b_add = uicontrol (f, "Position", [285 630 600 50], ...
"UserData", [rows(d), 1], ...
"Style", "pushbutton", ...
"String", "Set data at selected point to selected datatype");
l_type_table = uicontrol (f, "Position", [ 0 603 120 25 ], ...
"String", "Datatype Table:", ...
"Style", "text");
t_type_table = uitable (f, "Position", [ 0 530 1000 70 ], ...
"Data", transpose (d(:, 2)), ...
"ColumnName", transpose (d(:, 1)), ...
"RowName", "Value", ...
"CellSelectionCallback", ...
@(x, y) set (b_add, "UserData", y.Indices ));
l_point_table = uicontrol (f, "Position", [ 0 640 60 25 ], ...
"String", "Point:", ...
"Style", "text");
t_point_table = uitable (f, "Position", [ 80 630 160 42 ], ...
"RowName", [], ...
"ColumnName", {"x", "y"}, ...
"Data", [ 1, 1 ], ...
"ColumnEditable", true);
l_editable_table = uicontrol (f, "Position", [ 0 502 200 25 ], ...
"Style", "text", ...
"String", "Set Data Columns Editable:");
t_editable_table = ...
uitable (f, "Position", [ 0 434 1000 65 ], ...
"Data", repmat (false, 1, columns (default_data)), ...
"ColumnEditable", true);
l_format_table = uicontrol (f, "Position", [ 0 406 200 25 ], ...
"Style", "text", ...
"String", "Set Data Column Format:");
t_format_table = ...
uitable (f, "Position", [ 0 338 1000 65 ], ...
"Data", columnformat_options, ...
"ColumnEditable", true, ...
"ColumnFormat", arrayfun (@(x) {columnformat_options}, ...
1:columns (columnformat_options)));
l_data_table = uicontrol (f, "Style", "text", ...
"String", "Data:", ...
"Position", [ 0 310 60 25 ]);
t_data_table = uitable (f, "Position", [ 0 15 1000 290 ], ...
"Data", default_data, ...
"ColumnFormat", columnformat_values);
set (t_format_table, ...
"CellEditCallback", ...
@(x, y) update_column_format (y.NewData, y.Indices, ...
t_data_table, popup_options));
set (t_point_table, "CellEditCallback", ...
@(x, y) validate_point_table (x, y, t_data_table));
set (t_editable_table, "CellEditCallback", ...
@(x,y) set (t_data_table, ...
"ColumnEditable", get (t_editable_table, "Data")));
set (b_add, ...
"Callback", @(x, y) update_data (b_add, t_point_table, ...
t_type_table, t_data_table));
set (t_data_table, "CellSelectionCallback", ...
@(x, y) update_point_table (y.Indices, t_point_table));
endfunction
</pre><div class="group"><pre class="example-preformatted">function validate_point_table (h, dat, t_data_table)
if (! (dat.NewData > 0 && ...
dat.NewData < size (get (t_data_table, "Data"), dat.Indices(1, 1)) + 1))
d = get (h, "Data");
d(dat.Indices) = 1;
set (h, "Data", d);
endif
endfunction
</pre></div><pre class="example-preformatted">
</pre><div class="group"><pre class="example-preformatted">function update_column_format (format, indices, t_data_table, ...
popup_options)
cf = get (t_data_table, "ColumnFormat");
if (strcmp (format, "[]"))
format = "";
elseif (strcmp (format, "pop-up"))
format = popup_options;
endif
cf{indices(1,2)} = format;
set (t_data_table, "ColumnFormat", cf);
endfunction
</pre></div><pre class="example-preformatted">
</pre><div class="group"><pre class="example-preformatted">function update_point_table (indices, t_point_table)
if (isempty (indices))
indices = [1, 1];
endif
set (t_point_table, "Data", indices(1,:));
endfunction
</pre></div><pre class="example-preformatted">
</pre><div class="group"><pre class="example-preformatted">function update_data (b_add, t_point_table, t_type_table, ...
t_data_table)
indices = get (b_add, "UserData");
if (isempty (indices))
indices = [1, 1];
endif
d = get (t_data_table, "Data");
t_type_table_data = get (t_type_table, "Data");
p = get (t_point_table, "Data");
d(p(1,2), p(1,1)) = t_type_table_data(indices(1,2));
set (t_data_table, "Data", d);
endfunction
</pre></div></div>
<p><strong class="strong">See also:</strong> <a class="ref" href="Multiple-Plot-Windows.html#XREFfigure">figure</a>, <a class="ref" href="#XREFuicontrol">uicontrol</a>.
</p></dd></dl>
<a class="anchor" id="XREFuimenu"></a><span style="display:block; margin-top:-4.5ex;"> </span>
<dl class="first-deftypefn">
<dt class="deftypefn" id="index-uimenu"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uimenu</strong> <code class="def-code-arguments">(<var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uimenu"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uimenu-1"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uimenu</strong> <code class="def-code-arguments">(<var class="var">h</var>, <var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uimenu-1"> ¶</a></span></dt>
<dd><p>Create a uimenu object and return a handle to it.
</p>
<p>If <var class="var">h</var> is omitted then a top-level menu for the current figure is
created. If <var class="var">h</var> is given then a submenu relative to <var class="var">h</var> is created.
</p>
<p>uimenu objects have the following specific properties:
</p>
<dl class="table">
<dt><code class="code">"accelerator"</code></dt>
<dd><p>A string containing the key, together with CTRL, to execute this
menu entry (e.g., <code class="code">"x"</code> for CTRL+x).
</p>
</dd>
<dt><code class="code">"checked"</code></dt>
<dd><p>Can be set <code class="code">"on"</code> or <code class="code">"off"</code>. Sets a mark at this menu entry.
</p>
</dd>
<dt><code class="code">"enable"</code></dt>
<dd><p>Can be set <code class="code">"on"</code> or <code class="code">"off"</code>. If disabled then the menu entry
cannot be selected and is grayed out.
</p>
</dd>
<dt><code class="code">"foregroundcolor"</code></dt>
<dd><p>A color value for the text of the menu entry.
</p>
</dd>
<dt><code class="code">"menuselectedfcn"</code></dt>
<dd><p>The function called when this menu entry is executed. It can be either a
function string (e.g., <code class="code">"myfcn"</code>), a function handle (e.g.,
@myfcn) or a cell array containing the function handle and
arguments for the callback function (e.g., {@myfcn, arg1,
arg2}).
</p>
</dd>
<dt><code class="code">"position"</code></dt>
<dd><p>A scalar value containing the relative menu position. The first position
has value 1 and will be either the left or top depending on the orientation
of the uimenu.
</p>
</dd>
<dt><code class="code">"separator"</code></dt>
<dd><p>Can be set <code class="code">"on"</code> or <code class="code">"off"</code>. If enabled, a separator
line is drawn above the current position. This property is ignored for
top-level entries.
</p>
</dd>
<dt><code class="code">"text"</code></dt>
<dd><p>A string containing the text for this menu entry. A <code class="code">"&"</code>-symbol
can be used to mark the <code class="code">"accelerator"</code> character (e.g.,
<code class="code">"E&xit"</code>).
</p>
</dd>
</dl>
<p>The full list of properties is documented at <a class="ref" href="Uimenu-Properties.html">Uimenu Properties</a>.
</p>
<p>Examples:
</p>
<div class="example">
<div class="group"><pre class="example-preformatted">f = uimenu ("text", "&File", "accelerator", "f");
e = uimenu ("text", "&Edit", "accelerator", "e");
uimenu (f, "text", "Close", "accelerator", "q", ...
"menuselectedfcn", "close (gcf)");
uimenu (e, "text", "Toggle &Grid", "accelerator", "g", ...
"menuselectedfcn", "grid (gca)");
</pre></div></div>
<p><strong class="strong">See also:</strong> <a class="ref" href="Multiple-Plot-Windows.html#XREFfigure">figure</a>.
</p></dd></dl>
<a class="anchor" id="XREFuicontextmenu"></a><span style="display:block; margin-top:-4.5ex;"> </span>
<dl class="first-deftypefn">
<dt class="deftypefn" id="index-uicontextmenu"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uicontextmenu</strong> <code class="def-code-arguments">(<var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uicontextmenu"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uicontextmenu-1"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uicontextmenu</strong> <code class="def-code-arguments">(<var class="var">h</var>, <var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uicontextmenu-1"> ¶</a></span></dt>
<dd>
<p>Create a uicontextmenu object and return a handle to it.
</p>
<p>If <var class="var">h</var> is omitted then a uicontextmenu for the current figure is
created. If no figure is available, a new figure is created first.
</p>
<p>If <var class="var">h</var> is given then a uicontextmenu relative to <var class="var">h</var> is created.
</p>
<p>Any provided property value pairs will override the default values of the
created uicontextmenu object.
</p>
<p>The full list of properties is documented at <a class="ref" href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a>.
</p>
<p>Examples:
</p>
<div class="example">
<div class="group"><pre class="example-preformatted">## create figure and uicontextmenu
f = figure ();
c = uicontextmenu (f);
## create menus in the context menu
m1 = uimenu ("parent", c, "label", "Menu item 1", ...
"callback", "disp('menu item 1')");
m2 = uimenu ("parent", c, "label", "Menu item 2", ...
"callback", "disp('menu item 2')");
## set the context menu for the figure
set (f, "uicontextmenu", c);
</pre></div></div>
<p><strong class="strong">See also:</strong> <a class="ref" href="Multiple-Plot-Windows.html#XREFfigure">figure</a>, <a class="ref" href="#XREFuimenu">uimenu</a>.
</p></dd></dl>
<a class="anchor" id="XREFuitoolbar"></a><span style="display:block; margin-top:-4.5ex;"> </span>
<dl class="first-deftypefn">
<dt class="deftypefn" id="index-uitoolbar"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uitoolbar</strong> <code class="def-code-arguments">()</code><a class="copiable-link" href="#index-uitoolbar"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uitoolbar-1"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uitoolbar</strong> <code class="def-code-arguments">(<var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uitoolbar-1"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uitoolbar-2"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uitoolbar</strong> <code class="def-code-arguments">(<var class="var">parent</var>)</code><a class="copiable-link" href="#index-uitoolbar-2"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uitoolbar-3"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uitoolbar</strong> <code class="def-code-arguments">(<var class="var">parent</var>, <var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uitoolbar-3"> ¶</a></span></dt>
<dd>
<p>Create a uitoolbar object. A uitoolbar displays uitoggletool and uipushtool
buttons.
</p>
<p>If <var class="var">parent</var> is omitted then a uitoolbar for the current figure is
created. If no figure is available, a new figure is created first.
</p>
<p>If <var class="var">parent</var> is given then a uitoolbar relative to <var class="var">parent</var> is
created.
</p>
<p>Any provided property value pairs will override the default values of the
created uitoolbar object.
</p>
<p>The full list of properties is documented at <a class="ref" href="Uitoolbar-Properties.html">Uitoolbar Properties</a>.
</p>
<p>The optional return value <var class="var">hui</var> is a graphics handle to the created
uitoolbar object.
</p>
<p>Examples:
</p>
<div class="example">
<div class="group"><pre class="example-preformatted">% create figure without a default toolbar
f = figure ("toolbar", "none");
% create empty toolbar
t = uitoolbar (f);
</pre></div></div>
<p><strong class="strong">See also:</strong> <a class="ref" href="Multiple-Plot-Windows.html#XREFfigure">figure</a>, <a class="ref" href="#XREFuitoggletool">uitoggletool</a>, <a class="ref" href="#XREFuipushtool">uipushtool</a>.
</p></dd></dl>
<a class="anchor" id="XREFuipushtool"></a><span style="display:block; margin-top:-4.5ex;"> </span>
<dl class="first-deftypefn">
<dt class="deftypefn" id="index-uipushtool"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uipushtool</strong> <code class="def-code-arguments">()</code><a class="copiable-link" href="#index-uipushtool"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uipushtool-1"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uipushtool</strong> <code class="def-code-arguments">(<var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uipushtool-1"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uipushtool-2"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uipushtool</strong> <code class="def-code-arguments">(<var class="var">parent</var>)</code><a class="copiable-link" href="#index-uipushtool-2"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uipushtool-3"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uipushtool</strong> <code class="def-code-arguments">(<var class="var">parent</var>, <var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uipushtool-3"> ¶</a></span></dt>
<dd>
<p>Create a uipushtool object.
</p>
<p>uipushtools are buttons that appear on a figure toolbar. The button is
created with a border that is shown when the user hovers over the button.
An image can be set using the cdata property.
</p>
<p>If <var class="var">parent</var> is omitted then a uipushtool for the current figure is
created. If no figure is available, a new figure is created first. If a
figure is available, but does not contain a uitoolbar, a uitoolbar will be
created.
</p>
<p>If <var class="var">parent</var> is given then a uipushtool is created on the <var class="var">parent</var>
uitoolbar.
</p>
<p>Any provided property value pairs will override the default values of the
created uipushtool object.
</p>
<p>The full list of properties is documented at <a class="ref" href="Uipushtool-Properties.html">Uipushtool Properties</a>.
</p>
<p>The optional return value <var class="var">hui</var> is a graphics handle to the created
uipushtool object.
</p>
<p>Examples:
</p>
<div class="example">
<div class="group"><pre class="example-preformatted">% create figure without a default toolbar
f = figure ("toolbar", "none");
% create empty toolbar
t = uitoolbar (f);
% create a 19x19x3 black square
img=zeros(19,19,3);
% add pushtool button to toolbar
b = uipushtool (t, "cdata", img);
</pre></div></div>
<p><strong class="strong">See also:</strong> <a class="ref" href="Multiple-Plot-Windows.html#XREFfigure">figure</a>, <a class="ref" href="#XREFuitoolbar">uitoolbar</a>, <a class="ref" href="#XREFuitoggletool">uitoggletool</a>.
</p></dd></dl>
<a class="anchor" id="XREFuitoggletool"></a><span style="display:block; margin-top:-4.5ex;"> </span>
<dl class="first-deftypefn">
<dt class="deftypefn" id="index-uitoggletool"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uitoggletool</strong> <code class="def-code-arguments">()</code><a class="copiable-link" href="#index-uitoggletool"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uitoggletool-1"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uitoggletool</strong> <code class="def-code-arguments">(<var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uitoggletool-1"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uitoggletool-2"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uitoggletool</strong> <code class="def-code-arguments">(<var class="var">parent</var>)</code><a class="copiable-link" href="#index-uitoggletool-2"> ¶</a></span></dt>
<dt class="deftypefnx def-cmd-deftypefn" id="index-uitoggletool-3"><span><code class="def-type"><var class="var">hui</var> =</code> <strong class="def-name">uitoggletool</strong> <code class="def-code-arguments">(<var class="var">parent</var>, <var class="var">property</var>, <var class="var">value</var>, …)</code><a class="copiable-link" href="#index-uitoggletool-3"> ¶</a></span></dt>
<dd>
<p>Create a uitoggletool object.
</p>
<p>uitoggletool are togglebuttons that appear on a figure toolbar. The
button is created with a border that is shown when the user hovers over
the button. An image can be set using the cdata property.
</p>
<p>If <var class="var">parent</var> is omitted then a uitoggletool for the current figure is
created. If no figure is available, a new figure is created first. If a
figure is available, but does not contain a uitoolbar, a uitoolbar will be
created.
</p>
<p>If <var class="var">parent</var> is given then a uitoggletool is created on the
<var class="var">parent</var> uitoolbar.
</p>
<p>Any provided property value pairs will override the default values of the
created uitoggletool object.
</p>
<p>The full list of properties is documented at <a class="ref" href="Uitoggletool-Properties.html">Uitoggletool Properties</a>.
</p>
<p>The optional return value <var class="var">hui</var> is a graphics handle to the created
uitoggletool object.
</p>
<p>Examples:
</p>
<div class="example">
<div class="group"><pre class="example-preformatted">% create figure without a default toolbar
f = figure ("toolbar", "none");
% create empty toolbar
t = uitoolbar (f);
% create a 19x19x3 black square
img=zeros(19,19,3);
% add uitoggletool button to toolbar
b = uitoggletool (t, "cdata", img);
</pre></div></div>
<p><strong class="strong">See also:</strong> <a class="ref" href="Multiple-Plot-Windows.html#XREFfigure">figure</a>, <a class="ref" href="#XREFuitoolbar">uitoolbar</a>, <a class="ref" href="#XREFuipushtool">uipushtool</a>.
</p></dd></dl>
</div>
<hr>
<div class="nav-panel">
<p>
Next: <a href="GUI-Utility-Functions.html">GUI Utility Functions</a>, Previous: <a href="Progress-Bar.html">Progress Bar</a>, Up: <a href="GUI-Development.html">GUI Development</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html" title="Index" rel="index">Index</a>]</p>
</div>
</body>
</html>
|