「App:Library:FabGL:Enumerations:uiMessageBoxIcon」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「 ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]」)
 
 
(同じ利用者による、間の3版が非表示)
1行目: 1行目:
 +
== enum [http://www.fabglib.org/group___enumerations_gaae85628862e3db5a13e7c21a90589c1d.html#gaae85628862e3db5a13e7c21a90589c1d uiMessageBoxIcon] ==
 +
[http://www.fabglib.org/classfabgl_1_1ui_app_a497f4d275a00138ea8e40cae63c18946.html#a497f4d275a00138ea8e40cae63c18946 '''uiApp.messageBox()''']メソッドで表示されるアイコンです。
 +
{| class="wikitable"
 +
! colspan="2" |'''Enumerator'''
 +
|-
 +
|None
 +
|No icon is displayed
 +
|-
 +
|Question
 +
|Question icon
 +
|-
 +
|Info
 +
|Info icon
 +
|-
 +
|Warning
 +
|Warning icon
 +
|-
 +
|Error
 +
|Error icon
 +
|}
 +
'''[http://www.fabglib.org/fabui_8h_source.html#l02999 line 2999 of file fabui.h]'''に定義されています。
  
  
  
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]

2022年3月21日 (月) 23:43時点における最新版

enum uiMessageBoxIcon

uiApp.messageBox()メソッドで表示されるアイコンです。

Enumerator
None No icon is displayed
Question Question icon
Info Info icon
Warning Warning icon
Error Error icon

line 2999 of file fabui.hに定義されています。



戻る