「App:Library:FabGL:Struct:DirItem」の版間の差分
提供: robot-jp wiki
ナビゲーションに移動検索に移動 (→struct) |
|||
| 1行目: | 1行目: | ||
| − | == struct | + | == struct DirItem == |
| − | + | [http://www.fabglib.org/classfabgl_1_1_file_browser.html FileBrowser] アイテム指定子。 | |
{| class="wikitable" | {| class="wikitable" | ||
| − | |#include <> | + | |#include <[http://www.fabglib.org/fabutils_8h_source.html fabutils.h]> |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|} | |} | ||
| 15行目: | 8行目: | ||
== Public Attributes == | == Public Attributes == | ||
{| class="wikitable" | {| class="wikitable" | ||
| − | | | + | |bool isDir |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | | | + | |char const * name |
|} | |} | ||
== Detailed Description == | == Detailed Description == | ||
| − | + | [http://www.fabglib.org/classfabgl_1_1_file_browser.html FileBrowser] アイテム指定子。 | |
| − | '''Examples:'''<blockquote>~.ino</blockquote>Definition at line | + | '''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: | The documentation for this struct was generated from the following file: | ||
| − | * | + | * [http://www.fabglib.org/fabutils_8h_source.html fabutils.h] |
| − | |||
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: