callbackobject
(read-only): graphics handle, def. [](0x0)
¶正在执行回调的当前对象的图形句柄。
commandwindowsize
(read-only): two-element vector, def. [0 0]
¶在新创建的命令窗口中显示的列数和行数。
fixedwidthfontname
: string, def. "Courier"
¶当"fontname"
属性设置为"FixedWidth"
.
contextmenu
: graphics handle, def. [](0x0)
¶当前与此根对象关联的uicontextmenu对象的图形句柄。
currentfigure
: graphics handle, def. [](0x0)
¶当前图形的图形句柄。
tag
: string, def. ""
¶用于符号图形对象的用户定义字符串。
type
(read-only): string ¶图形对象的类名。type
总是"root"
.
userdata
: Any Octave data, def. [](0x0)
¶要与图形对象关联的用户定义数据。
children
(read-only): vector of graphics handles, def. [](0x1)
¶根的子项的图形句柄。
handlevisibility
: "callback"
| "off"
| {"on"
} ¶根对象句柄始终可见。将此设置更改为"callback"
或"off"
没有效果。
parent
: graphics handle, def. [](0x0)
¶根对象没有父图形对象。parent
总是空的。
showhiddenhandles
: {"off"
} | "on"
¶如果showhiddenhandles
是"on"
,所有图形对象句柄在其父对象的子对象列表中都可见,无论其值如何handlevisibility
属性
pointerlocation
: two-element vector, def. [0 0]
¶尚未对根对象实现全局指针位置跟踪。pointerlocation
未使用。pointerlocation
的根对象将始终为[0]。
pointerwindow
(read-only): graphics handle, def. 0
¶尚未对根对象实现指针窗口跟踪。pointerwindow
未使用。pointerwindow
根对象的值将始终为0。
monitorpositions
(read-only): four-element vector ¶返回连接的监视器的宽度和高度。注:Octave仅部分实现monitorpositions
。只有有关主监视器的信息存储在monitorpositions
这与存储在"screensize"
属性 .
screendepth
(read-only): double ¶以显示器的每像素位为单位的颜色深度。
screenpixelsperinch
(read-only): double ¶主显示器的屏幕分辨率,单位为每英寸像素。
screensize
(read-only): four-element vector ¶主显示的大小表示为四元素向量[左、下、宽、高]。
units
: "centimeters"
| "characters"
| "inches"
| "normalized"
| {"pixels"
} | "points"
¶用于的单元类型"monitorpositions"
, "pointerlocation"
和"screensize"
属性。
beingdeleted
: {"off"
} | "on"
¶beingdeleted
未使用。
busyaction
: "cancel"
| {"queue"
} ¶busyaction
未使用。
buttondownfcn
: string | function handle, def. [](0x0)
¶buttondownfcn
未使用。
clipping
: "off"
| {"on"
} ¶clipping
未使用。
createfcn
: string | function handle, def. [](0x0)
¶createfcn
未使用。
deletefcn
: string | function handle, def. [](0x0)
¶deletefcn
未使用。
hittest
: "off"
| {"on"
} ¶hittest
未使用。
interruptible
: "off"
| {"on"
} ¶interruptible
未使用。
pickableparts
: "all"
| "none"
| {"visible"
} ¶pickableparts
未使用。
selected
: {"off"
} | "on"
¶selected
未使用。
selectionhighlight
: "off"
| {"on"
} ¶selectionhighlight
未使用。
visible
: "off"
| {"on"
} ¶visible
未使用。
版权所有 © 2024-2025 Octave中文网
ICP备案/许可证号:黑ICP备2024030411号-2