「App:Library:FabGL:Struct:DirItem」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「== struct == {| class="wikitable" | |} ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Class_List 戻る]」)
 
 
(同じ利用者による、間の1版が非表示)
1行目: 1行目:
== struct ==
+
== struct DirItem ==
 +
[http://www.fabglib.org/classfabgl_1_1_file_browser.html FileBrowser] アイテム指定子。
 +
{| class="wikitable"
 +
|#include <[http://www.fabglib.org/fabutils_8h_source.html fabutils.h]>
 +
|}
 +
 
  
 +
== Public Attributes ==
 
{| class="wikitable"
 
{| class="wikitable"
|
+
|bool              isDir
 +
|-
 +
|char const *  name
 
|}
 
|}
 +
 +
== Detailed Description ==
 +
[http://www.fabglib.org/classfabgl_1_1_file_browser.html FileBrowser] アイテム指定子。
 +
 +
'''Examples:'''<blockquote>~.ino</blockquote>[http://www.fabglib.org/fabutils_8h_source.html#l00511 Definition at line 511 of fabutils.h].
 +
----
 +
The documentation for this struct was generated from the following file:
 +
 +
* [http://www.fabglib.org/fabutils_8h_source.html fabutils.h]
 +
 +
  
  
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Class_List 戻る]
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Class_List 戻る]

2022年3月23日 (水) 11:14時点における最新版

struct DirItem

FileBrowser アイテム指定子。

#include <fabutils.h>


Public Attributes

bool isDir
char const * name

Detailed Description

FileBrowser アイテム指定子。

Examples:

~.ino

Definition at line 511 of fabutils.h.


The documentation for this struct was generated from the following file:




戻る